Shades of Prussian Blue #053162
Tints of Prussian Blue #053162
RGB
CMYK
RGB Variations
Color information
#053162 (or 0x053162) is known color: Prussian Blue. HEX triplet: 05, 31 and 62. RGB value is (5,49,98). Sum of RGB (Red+Green+Blue) = 5+49+98=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #053162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053162 is #FACE9D. Grayscale: #292929. Windows color (decimal): -16436894 or 6435077. OLE color: 6435077.
HSL color Cylindrical-coordinate representation of color #053162: hue angle of 211.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053162 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 49 | 98 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.62 |
| HSL | 211.61º | 0.9% | 0.2% | - |
| HSV(B) | 211.61º | 0.95% | 0.38% | - |
| XYZ | 3.37 | 3.11 | 11.98 | - |
| YUV | 41.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 98 | 0.95 | 0.5 | 0 | 0.62 | 211.61 | 0.9 | 0.2 |
| Hex | 5 | 31 | 62 | 5F | 32 | 0 | 3E | D4 | 5A | 14 |
| Octal | 5 | 61 | 142 | 137 | 62 | 0 | 76 | 324 | 132 | 24 |
| Binary | 101 | 110001 | 1100010 | 1011111 | 110010 | 0 | 111110 | 11010100 | 1011010 | 10100 |
Color Harmonies of #053162
Complementary color
Monochromatic Colors of #053162
Black with #053162
Text Example
Text Example
White with #053162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053162; }
p { color: rgb(5,49,98); }
H1.HeaderClassName
{
color: #053162;
}
.AnyTagClassName
{
color: #053162;
}
</style>
background-color css
<style>
a { background-color: #053162; }
a { background-color: rgb(5,49,98); }
div.DivClassName
{
background-color: #053162;
}
.BgClassName
{
background-color: #053162;
}
</style>
border-color css
<style>
span { border-color: #053162; }
span { border-color: rgb(5,49,98); }
td.TdClassName
{
border-color: #053162;
}
.TagClassName
{
border-color: #053162;
}
</style>