Shades of Prussian Blue #053D58
Tints of Prussian Blue #053D58
RGB
CMYK
RGB Variations
Color information
#053D58 (or 0x053D58) is known color: Prussian Blue. HEX triplet: 05, 3D and 58. RGB value is (5,61,88). Sum of RGB (Red+Green+Blue) = 5+61+88=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #053D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D58 is #FAC2A7. Grayscale: #2F2F2F. Windows color (decimal): -16433832 or 5782789. OLE color: 5782789.
HSL color Cylindrical-coordinate representation of color #053D58: hue angle of 199.52º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D58 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 61 | 88 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.65 |
| HSL | 199.52º | 0.89% | 0.18% | - |
| HSV(B) | 199.52º | 0.94% | 0.35% | - |
| XYZ | 3.49 | 4.07 | 9.83 | - |
| YUV | 47.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 88 | 0.94 | 0.31 | 0 | 0.65 | 199.52 | 0.89 | 0.18 |
| Hex | 5 | 3D | 58 | 5E | 1F | 0 | 41 | C8 | 59 | 12 |
| Octal | 5 | 75 | 130 | 136 | 37 | 0 | 101 | 310 | 131 | 22 |
| Binary | 101 | 111101 | 1011000 | 1011110 | 11111 | 0 | 1000001 | 11001000 | 1011001 | 10010 |
Color Harmonies of #053D58
Complementary color
Monochromatic Colors of #053D58
Black with #053D58
Text Example
Text Example
White with #053D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D58; }
p { color: rgb(5,61,88); }
H1.HeaderClassName
{
color: #053D58;
}
.AnyTagClassName
{
color: #053D58;
}
</style>
background-color css
<style>
a { background-color: #053D58; }
a { background-color: rgb(5,61,88); }
div.DivClassName
{
background-color: #053D58;
}
.BgClassName
{
background-color: #053D58;
}
</style>
border-color css
<style>
span { border-color: #053D58; }
span { border-color: rgb(5,61,88); }
td.TdClassName
{
border-color: #053D58;
}
.TagClassName
{
border-color: #053D58;
}
</style>