Shades of Prussian Blue #053D57
Tints of Prussian Blue #053D57
RGB
CMYK
RGB Variations
Color information
#053D57 (or 0x053D57) is known color: Prussian Blue. HEX triplet: 05, 3D and 57. RGB value is (5,61,87). Sum of RGB (Red+Green+Blue) = 5+61+87=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #053D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D57 is #FAC2A8. Grayscale: #2F2F2F. Windows color (decimal): -16433833 or 5717253. OLE color: 5717253.
HSL color Cylindrical-coordinate representation of color #053D57: hue angle of 199.02º 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 #053D57 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 61 | 87 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.66 |
| HSL | 199.02º | 0.89% | 0.18% | - |
| HSV(B) | 199.02º | 0.94% | 0.34% | - |
| XYZ | 3.45 | 4.06 | 9.62 | - |
| YUV | 47.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 87 | 0.94 | 0.30 | 0 | 0.66 | 199.02 | 0.89 | 0.18 |
| Hex | 5 | 3D | 57 | 5E | 1E | 0 | 42 | C7 | 59 | 12 |
| Octal | 5 | 75 | 127 | 136 | 36 | 0 | 102 | 307 | 131 | 22 |
| Binary | 101 | 111101 | 1010111 | 1011110 | 11110 | 0 | 1000010 | 11000111 | 1011001 | 10010 |
Color Harmonies of #053D57
Complementary color
Monochromatic Colors of #053D57
Black with #053D57
Text Example
Text Example
White with #053D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D57; }
p { color: rgb(5,61,87); }
H1.HeaderClassName
{
color: #053D57;
}
.AnyTagClassName
{
color: #053D57;
}
</style>
background-color css
<style>
a { background-color: #053D57; }
a { background-color: rgb(5,61,87); }
div.DivClassName
{
background-color: #053D57;
}
.BgClassName
{
background-color: #053D57;
}
</style>
border-color css
<style>
span { border-color: #053D57; }
span { border-color: rgb(5,61,87); }
td.TdClassName
{
border-color: #053D57;
}
.TagClassName
{
border-color: #053D57;
}
</style>