Shades of Prussian Blue #053359
Tints of Prussian Blue #053359
RGB
CMYK
RGB Variations
Color information
#053359 (or 0x053359) is known color: Prussian Blue. HEX triplet: 05, 33 and 59. RGB value is (5,51,89). Sum of RGB (Red+Green+Blue) = 5+51+89=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #053359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053359 is #FACCA6. Grayscale: #292929. Windows color (decimal): -16436391 or 5845765. OLE color: 5845765.
HSL color Cylindrical-coordinate representation of color #053359: hue angle of 207.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053359 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 51 | 89 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.65 |
| HSL | 207.14º | 0.89% | 0.18% | - |
| HSV(B) | 207.14º | 0.94% | 0.35% | - |
| XYZ | 3.05 | 3.12 | 9.89 | - |
| YUV | 41.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 89 | 0.94 | 0.43 | 0 | 0.65 | 207.14 | 0.89 | 0.18 |
| Hex | 5 | 33 | 59 | 5E | 2B | 0 | 41 | CF | 59 | 12 |
| Octal | 5 | 63 | 131 | 136 | 53 | 0 | 101 | 317 | 131 | 22 |
| Binary | 101 | 110011 | 1011001 | 1011110 | 101011 | 0 | 1000001 | 11001111 | 1011001 | 10010 |
Color Harmonies of #053359
Complementary color
Monochromatic Colors of #053359
Black with #053359
Text Example
Text Example
White with #053359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053359; }
p { color: rgb(5,51,89); }
H1.HeaderClassName
{
color: #053359;
}
.AnyTagClassName
{
color: #053359;
}
</style>
background-color css
<style>
a { background-color: #053359; }
a { background-color: rgb(5,51,89); }
div.DivClassName
{
background-color: #053359;
}
.BgClassName
{
background-color: #053359;
}
</style>
border-color css
<style>
span { border-color: #053359; }
span { border-color: rgb(5,51,89); }
td.TdClassName
{
border-color: #053359;
}
.TagClassName
{
border-color: #053359;
}
</style>