Shades of Prussian Blue #053E5F
Tints of Prussian Blue #053E5F
RGB
CMYK
RGB Variations
Color information
#053E5F (or 0x053E5F) is known color: Prussian Blue. HEX triplet: 05, 3E and 5F. RGB value is (5,62,95). Sum of RGB (Red+Green+Blue) = 5+62+95=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #053E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E5F is #FAC1A0. Grayscale: #303030. Windows color (decimal): -16433569 or 6241797. OLE color: 6241797.
HSL color Cylindrical-coordinate representation of color #053E5F: hue angle of 202º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E5F is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 62 | 95 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.63 |
| HSL | 202º | 0.9% | 0.2% | - |
| HSV(B) | 202º | 0.95% | 0.37% | - |
| XYZ | 3.85 | 4.3 | 11.45 | - |
| YUV | 48.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 95 | 0.95 | 0.35 | 0 | 0.63 | 202 | 0.9 | 0.2 |
| Hex | 5 | 3E | 5F | 5F | 23 | 0 | 3F | CA | 5A | 14 |
| Octal | 5 | 76 | 137 | 137 | 43 | 0 | 77 | 312 | 132 | 24 |
| Binary | 101 | 111110 | 1011111 | 1011111 | 100011 | 0 | 111111 | 11001010 | 1011010 | 10100 |
Color Harmonies of #053E5F
Complementary color
Monochromatic Colors of #053E5F
Black with #053E5F
Text Example
Text Example
White with #053E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E5F; }
p { color: rgb(5,62,95); }
H1.HeaderClassName
{
color: #053E5F;
}
.AnyTagClassName
{
color: #053E5F;
}
</style>
background-color css
<style>
a { background-color: #053E5F; }
a { background-color: rgb(5,62,95); }
div.DivClassName
{
background-color: #053E5F;
}
.BgClassName
{
background-color: #053E5F;
}
</style>
border-color css
<style>
span { border-color: #053E5F; }
span { border-color: rgb(5,62,95); }
td.TdClassName
{
border-color: #053E5F;
}
.TagClassName
{
border-color: #053E5F;
}
</style>