Shades of Prussian Blue #053251
Tints of Prussian Blue #053251
RGB
CMYK
RGB Variations
Color information
#053251 (or 0x053251) is known color: Prussian Blue. HEX triplet: 05, 32 and 51. RGB value is (5,50,81). Sum of RGB (Red+Green+Blue) = 5+50+81=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #053251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053251 is #FACDAE. Grayscale: #272727. Windows color (decimal): -16436655 or 5321221. OLE color: 5321221.
HSL color Cylindrical-coordinate representation of color #053251: hue angle of 204.47º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053251 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 50 | 81 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.68 |
| HSL | 204.47º | 0.88% | 0.17% | - |
| HSV(B) | 204.47º | 0.94% | 0.32% | - |
| XYZ | 2.69 | 2.91 | 8.2 | - |
| YUV | 40.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 81 | 0.94 | 0.38 | 0 | 0.68 | 204.47 | 0.88 | 0.17 |
| Hex | 5 | 32 | 51 | 5E | 26 | 0 | 44 | CC | 58 | 11 |
| Octal | 5 | 62 | 121 | 136 | 46 | 0 | 104 | 314 | 130 | 21 |
| Binary | 101 | 110010 | 1010001 | 1011110 | 100110 | 0 | 1000100 | 11001100 | 1011000 | 10001 |
Color Harmonies of #053251
Complementary color
Monochromatic Colors of #053251
Black with #053251
Text Example
Text Example
White with #053251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053251; }
p { color: rgb(5,50,81); }
H1.HeaderClassName
{
color: #053251;
}
.AnyTagClassName
{
color: #053251;
}
</style>
background-color css
<style>
a { background-color: #053251; }
a { background-color: rgb(5,50,81); }
div.DivClassName
{
background-color: #053251;
}
.BgClassName
{
background-color: #053251;
}
</style>
border-color css
<style>
span { border-color: #053251; }
span { border-color: rgb(5,50,81); }
td.TdClassName
{
border-color: #053251;
}
.TagClassName
{
border-color: #053251;
}
</style>