500px to cm
500px = 13.2292cm
px and cm are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.026458cm, so:
500px × 0.026458 = 13.2292cm
Reversing it, 13.2292cm × 37.7953 returns 500px.
Nearby values
| px | cm |
|---|---|
| 250px | 6.6146cm |
| 300px | 7.9375cm |
| 400px | 10.5833cm |
| 500px | 13.2292cm |
| 600px | 15.875cm |
Frequently asked questions
What is 500px in cm?
13.2292cm.
How is 500px converted to cm?
Multiply by 0.026458: 500 × 0.026458 = 13.2292. To go back, multiply 13.2292 by 37.7953.
Does zoom or font size change 500px?
No. px and cm are both absolute CSS units, so the ratio is fixed and 500px is 13.2292cm in every context.