Shades of Prussian Blue #053750
Tints of Prussian Blue #053750
RGB
CMYK
RGB Variations
Color information
#053750 (or 0x053750) is known color: Prussian Blue. HEX triplet: 05, 37 and 50. RGB value is (5,55,80). Sum of RGB (Red+Green+Blue) = 5+55+80=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #053750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053750 is #FAC8AF. Grayscale: #2A2A2A. Windows color (decimal): -16435376 or 5256965. OLE color: 5256965.
HSL color Cylindrical-coordinate representation of color #053750: hue angle of 200º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053750 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 55 | 80 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.69 |
| HSL | 200º | 0.88% | 0.17% | - |
| HSV(B) | 200º | 0.94% | 0.31% | - |
| XYZ | 2.88 | 3.34 | 8.08 | - |
| YUV | 42.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 80 | 0.94 | 0.31 | 0 | 0.69 | 200 | 0.88 | 0.17 |
| Hex | 5 | 37 | 50 | 5E | 1F | 0 | 45 | C8 | 58 | 11 |
| Octal | 5 | 67 | 120 | 136 | 37 | 0 | 105 | 310 | 130 | 21 |
| Binary | 101 | 110111 | 1010000 | 1011110 | 11111 | 0 | 1000101 | 11001000 | 1011000 | 10001 |
Color Harmonies of #053750
Complementary color
Monochromatic Colors of #053750
Black with #053750
Text Example
Text Example
White with #053750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053750; }
p { color: rgb(5,55,80); }
H1.HeaderClassName
{
color: #053750;
}
.AnyTagClassName
{
color: #053750;
}
</style>
background-color css
<style>
a { background-color: #053750; }
a { background-color: rgb(5,55,80); }
div.DivClassName
{
background-color: #053750;
}
.BgClassName
{
background-color: #053750;
}
</style>
border-color css
<style>
span { border-color: #053750; }
span { border-color: rgb(5,55,80); }
td.TdClassName
{
border-color: #053750;
}
.TagClassName
{
border-color: #053750;
}
</style>