Shades of Prussian Blue #053166
Tints of Prussian Blue #053166
RGB
CMYK
RGB Variations
Color information
#053166 (or 0x053166) is known color: Prussian Blue. HEX triplet: 05, 31 and 66. RGB value is (5,49,102). Sum of RGB (Red+Green+Blue) = 5+49+102=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #053166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053166 is #FACE99. Grayscale: #292929. Windows color (decimal): -16436890 or 6697221. OLE color: 6697221.
HSL color Cylindrical-coordinate representation of color #053166: hue angle of 212.78º 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 #053166 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 49 | 102 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.6 |
| HSL | 212.78º | 0.91% | 0.21% | - |
| HSV(B) | 212.78º | 0.95% | 0.4% | - |
| XYZ | 3.56 | 3.19 | 13 | - |
| YUV | 41.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 102 | 0.95 | 0.52 | 0 | 0.6 | 212.78 | 0.91 | 0.21 |
| Hex | 5 | 31 | 66 | 5F | 34 | 0 | 3C | D5 | 5B | 15 |
| Octal | 5 | 61 | 146 | 137 | 64 | 0 | 74 | 325 | 133 | 25 |
| Binary | 101 | 110001 | 1100110 | 1011111 | 110100 | 0 | 111100 | 11010101 | 1011011 | 10101 |
Color Harmonies of #053166
Complementary color
Monochromatic Colors of #053166
Black with #053166
Text Example
Text Example
White with #053166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053166; }
p { color: rgb(5,49,102); }
H1.HeaderClassName
{
color: #053166;
}
.AnyTagClassName
{
color: #053166;
}
</style>
background-color css
<style>
a { background-color: #053166; }
a { background-color: rgb(5,49,102); }
div.DivClassName
{
background-color: #053166;
}
.BgClassName
{
background-color: #053166;
}
</style>
border-color css
<style>
span { border-color: #053166; }
span { border-color: rgb(5,49,102); }
td.TdClassName
{
border-color: #053166;
}
.TagClassName
{
border-color: #053166;
}
</style>