Shades of Prussian Blue #053F5F
Tints of Prussian Blue #053F5F
RGB
CMYK
RGB Variations
Color information
#053F5F (or 0x053F5F) is known color: Prussian Blue. HEX triplet: 05, 3F and 5F. RGB value is (5,63,95). Sum of RGB (Red+Green+Blue) = 5+63+95=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #053F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F5F is #FAC0A0. Grayscale: #313131. Windows color (decimal): -16433313 or 6242053. OLE color: 6242053.
HSL color Cylindrical-coordinate representation of color #053F5F: hue angle of 201.33º 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 #053F5F is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 63 | 95 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.63 |
| HSL | 201.33º | 0.9% | 0.2% | - |
| HSV(B) | 201.33º | 0.95% | 0.37% | - |
| XYZ | 3.91 | 4.41 | 11.47 | - |
| YUV | 49.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 95 | 0.95 | 0.34 | 0 | 0.63 | 201.33 | 0.9 | 0.2 |
| Hex | 5 | 3F | 5F | 5F | 22 | 0 | 3F | C9 | 5A | 14 |
| Octal | 5 | 77 | 137 | 137 | 42 | 0 | 77 | 311 | 132 | 24 |
| Binary | 101 | 111111 | 1011111 | 1011111 | 100010 | 0 | 111111 | 11001001 | 1011010 | 10100 |
Color Harmonies of #053F5F
Complementary color
Monochromatic Colors of #053F5F
Black with #053F5F
Text Example
Text Example
White with #053F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F5F; }
p { color: rgb(5,63,95); }
H1.HeaderClassName
{
color: #053F5F;
}
.AnyTagClassName
{
color: #053F5F;
}
</style>
background-color css
<style>
a { background-color: #053F5F; }
a { background-color: rgb(5,63,95); }
div.DivClassName
{
background-color: #053F5F;
}
.BgClassName
{
background-color: #053F5F;
}
</style>
border-color css
<style>
span { border-color: #053F5F; }
span { border-color: rgb(5,63,95); }
td.TdClassName
{
border-color: #053F5F;
}
.TagClassName
{
border-color: #053F5F;
}
</style>