Shades of Prussian Blue #053E58
Tints of Prussian Blue #053E58
RGB
CMYK
RGB Variations
Color information
#053E58 (or 0x053E58) is known color: Prussian Blue. HEX triplet: 05, 3E and 58. RGB value is (5,62,88). Sum of RGB (Red+Green+Blue) = 5+62+88=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #053E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E58 is #FAC1A7. Grayscale: #2F2F2F. Windows color (decimal): -16433576 or 5783045. OLE color: 5783045.
HSL color Cylindrical-coordinate representation of color #053E58: hue angle of 198.8º 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 #053E58 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 62 | 88 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.65 |
| HSL | 198.8º | 0.89% | 0.18% | - |
| HSV(B) | 198.8º | 0.94% | 0.35% | - |
| XYZ | 3.55 | 4.18 | 9.85 | - |
| YUV | 47.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 88 | 0.94 | 0.30 | 0 | 0.65 | 198.8 | 0.89 | 0.18 |
| Hex | 5 | 3E | 58 | 5E | 1E | 0 | 41 | C7 | 59 | 12 |
| Octal | 5 | 76 | 130 | 136 | 36 | 0 | 101 | 307 | 131 | 22 |
| Binary | 101 | 111110 | 1011000 | 1011110 | 11110 | 0 | 1000001 | 11000111 | 1011001 | 10010 |
Color Harmonies of #053E58
Complementary color
Monochromatic Colors of #053E58
Black with #053E58
Text Example
Text Example
White with #053E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E58; }
p { color: rgb(5,62,88); }
H1.HeaderClassName
{
color: #053E58;
}
.AnyTagClassName
{
color: #053E58;
}
</style>
background-color css
<style>
a { background-color: #053E58; }
a { background-color: rgb(5,62,88); }
div.DivClassName
{
background-color: #053E58;
}
.BgClassName
{
background-color: #053E58;
}
</style>
border-color css
<style>
span { border-color: #053E58; }
span { border-color: rgb(5,62,88); }
td.TdClassName
{
border-color: #053E58;
}
.TagClassName
{
border-color: #053E58;
}
</style>