Help formula conversion Low Fuel PSI side

I have can bus traffic as 05 62 05 48 04 50 cc cc
(Should be around 570kPa or 80psi byte4=04 byte5=50

I tried 8 different ways and want it to display in PSI on RealDash

What formula conversion and target id?

The 0x0450 is 1104 in decimal. Best guess here would be that value is kPa / 2. That would be 552kPa.

In XML, it could be:

<value name="super_duper_value" offset="4" length="2" conversion="V/2"></value>