Shades of Prussian Blue #053657
Tints of Prussian Blue #053657
RGB
CMYK
RGB Variations
Color information
#053657 (or 0x053657) is known color: Prussian Blue. HEX triplet: 05, 36 and 57. RGB value is (5,54,87). Sum of RGB (Red+Green+Blue) = 5+54+87=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #053657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053657 is #FAC9A8. Grayscale: #2A2A2A. Windows color (decimal): -16435625 or 5715461. OLE color: 5715461.
HSL color Cylindrical-coordinate representation of color #053657: hue angle of 204.15º 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 #053657 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 54 | 87 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.66 |
| HSL | 204.15º | 0.89% | 0.18% | - |
| HSV(B) | 204.15º | 0.94% | 0.34% | - |
| XYZ | 3.1 | 3.36 | 9.5 | - |
| YUV | 43.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 87 | 0.94 | 0.38 | 0 | 0.66 | 204.15 | 0.89 | 0.18 |
| Hex | 5 | 36 | 57 | 5E | 26 | 0 | 42 | CC | 59 | 12 |
| Octal | 5 | 66 | 127 | 136 | 46 | 0 | 102 | 314 | 131 | 22 |
| Binary | 101 | 110110 | 1010111 | 1011110 | 100110 | 0 | 1000010 | 11001100 | 1011001 | 10010 |
Color Harmonies of #053657
Complementary color
Monochromatic Colors of #053657
Black with #053657
Text Example
Text Example
White with #053657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053657; }
p { color: rgb(5,54,87); }
H1.HeaderClassName
{
color: #053657;
}
.AnyTagClassName
{
color: #053657;
}
</style>
background-color css
<style>
a { background-color: #053657; }
a { background-color: rgb(5,54,87); }
div.DivClassName
{
background-color: #053657;
}
.BgClassName
{
background-color: #053657;
}
</style>
border-color css
<style>
span { border-color: #053657; }
span { border-color: rgb(5,54,87); }
td.TdClassName
{
border-color: #053657;
}
.TagClassName
{
border-color: #053657;
}
</style>