Shades of Prussian Blue #053666
Tints of Prussian Blue #053666
RGB
CMYK
RGB Variations
Color information
#053666 (or 0x053666) is known color: Prussian Blue. HEX triplet: 05, 36 and 66. RGB value is (5,54,102). Sum of RGB (Red+Green+Blue) = 5+54+102=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #053666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053666 is #FAC999. Grayscale: #2C2C2C. Windows color (decimal): -16435610 or 6698501. OLE color: 6698501.
HSL color Cylindrical-coordinate representation of color #053666: hue angle of 209.69º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053666 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 54 | 102 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.6 |
| HSL | 209.69º | 0.91% | 0.21% | - |
| HSV(B) | 209.69º | 0.95% | 0.4% | - |
| XYZ | 3.78 | 3.63 | 13.07 | - |
| YUV | 44.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 102 | 0.95 | 0.47 | 0 | 0.6 | 209.69 | 0.91 | 0.21 |
| Hex | 5 | 36 | 66 | 5F | 2F | 0 | 3C | D2 | 5B | 15 |
| Octal | 5 | 66 | 146 | 137 | 57 | 0 | 74 | 322 | 133 | 25 |
| Binary | 101 | 110110 | 1100110 | 1011111 | 101111 | 0 | 111100 | 11010010 | 1011011 | 10101 |
Color Harmonies of #053666
Complementary color
Monochromatic Colors of #053666
Black with #053666
Text Example
Text Example
White with #053666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053666; }
p { color: rgb(5,54,102); }
H1.HeaderClassName
{
color: #053666;
}
.AnyTagClassName
{
color: #053666;
}
</style>
background-color css
<style>
a { background-color: #053666; }
a { background-color: rgb(5,54,102); }
div.DivClassName
{
background-color: #053666;
}
.BgClassName
{
background-color: #053666;
}
</style>
border-color css
<style>
span { border-color: #053666; }
span { border-color: rgb(5,54,102); }
td.TdClassName
{
border-color: #053666;
}
.TagClassName
{
border-color: #053666;
}
</style>