Shades of Prussian Blue #053357
Tints of Prussian Blue #053357
RGB
CMYK
RGB Variations
Color information
#053357 (or 0x053357) is known color: Prussian Blue. HEX triplet: 05, 33 and 57. RGB value is (5,51,87). Sum of RGB (Red+Green+Blue) = 5+51+87=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #053357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053357 is #FACCA8. Grayscale: #292929. Windows color (decimal): -16436393 or 5714693. OLE color: 5714693.
HSL color Cylindrical-coordinate representation of color #053357: hue angle of 206.34º 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 #053357 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 51 | 87 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.66 |
| HSL | 206.34º | 0.89% | 0.18% | - |
| HSV(B) | 206.34º | 0.94% | 0.34% | - |
| XYZ | 2.97 | 3.09 | 9.46 | - |
| YUV | 41.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 87 | 0.94 | 0.41 | 0 | 0.66 | 206.34 | 0.89 | 0.18 |
| Hex | 5 | 33 | 57 | 5E | 29 | 0 | 42 | CE | 59 | 12 |
| Octal | 5 | 63 | 127 | 136 | 51 | 0 | 102 | 316 | 131 | 22 |
| Binary | 101 | 110011 | 1010111 | 1011110 | 101001 | 0 | 1000010 | 11001110 | 1011001 | 10010 |
Color Harmonies of #053357
Complementary color
Monochromatic Colors of #053357
Black with #053357
Text Example
Text Example
White with #053357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053357; }
p { color: rgb(5,51,87); }
H1.HeaderClassName
{
color: #053357;
}
.AnyTagClassName
{
color: #053357;
}
</style>
background-color css
<style>
a { background-color: #053357; }
a { background-color: rgb(5,51,87); }
div.DivClassName
{
background-color: #053357;
}
.BgClassName
{
background-color: #053357;
}
</style>
border-color css
<style>
span { border-color: #053357; }
span { border-color: rgb(5,51,87); }
td.TdClassName
{
border-color: #053357;
}
.TagClassName
{
border-color: #053357;
}
</style>