Shades of Prussian Blue #053C56
Tints of Prussian Blue #053C56
RGB
CMYK
RGB Variations
Color information
#053C56 (or 0x053C56) is known color: Prussian Blue. HEX triplet: 05, 3C and 56. RGB value is (5,60,86). Sum of RGB (Red+Green+Blue) = 5+60+86=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #053C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C56 is #FAC3A9. Grayscale: #2E2E2E. Windows color (decimal): -16434090 or 5651461. OLE color: 5651461.
HSL color Cylindrical-coordinate representation of color #053C56: hue angle of 199.26º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053C56 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 60 | 86 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.66 |
| HSL | 199.26º | 0.89% | 0.18% | - |
| HSV(B) | 199.26º | 0.94% | 0.34% | - |
| XYZ | 3.36 | 3.94 | 9.39 | - |
| YUV | 46.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 86 | 0.94 | 0.30 | 0 | 0.66 | 199.26 | 0.89 | 0.18 |
| Hex | 5 | 3C | 56 | 5E | 1E | 0 | 42 | C7 | 59 | 12 |
| Octal | 5 | 74 | 126 | 136 | 36 | 0 | 102 | 307 | 131 | 22 |
| Binary | 101 | 111100 | 1010110 | 1011110 | 11110 | 0 | 1000010 | 11000111 | 1011001 | 10010 |
Color Harmonies of #053C56
Complementary color
Monochromatic Colors of #053C56
Black with #053C56
Text Example
Text Example
White with #053C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C56; }
p { color: rgb(5,60,86); }
H1.HeaderClassName
{
color: #053C56;
}
.AnyTagClassName
{
color: #053C56;
}
</style>
background-color css
<style>
a { background-color: #053C56; }
a { background-color: rgb(5,60,86); }
div.DivClassName
{
background-color: #053C56;
}
.BgClassName
{
background-color: #053C56;
}
</style>
border-color css
<style>
span { border-color: #053C56; }
span { border-color: rgb(5,60,86); }
td.TdClassName
{
border-color: #053C56;
}
.TagClassName
{
border-color: #053C56;
}
</style>