Shades of Prussian Blue #053651
Tints of Prussian Blue #053651
RGB
CMYK
RGB Variations
Color information
#053651 (or 0x053651) is known color: Prussian Blue. HEX triplet: 05, 36 and 51. RGB value is (5,54,81). Sum of RGB (Red+Green+Blue) = 5+54+81=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #053651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053651 is #FAC9AE. Grayscale: #2A2A2A. Windows color (decimal): -16435631 or 5322245. OLE color: 5322245.
HSL color Cylindrical-coordinate representation of color #053651: hue angle of 201.32º 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 #053651 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 54 | 81 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.68 |
| HSL | 201.32º | 0.88% | 0.17% | - |
| HSV(B) | 201.32º | 0.94% | 0.32% | - |
| XYZ | 2.87 | 3.26 | 8.26 | - |
| YUV | 42.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 81 | 0.94 | 0.33 | 0 | 0.68 | 201.32 | 0.88 | 0.17 |
| Hex | 5 | 36 | 51 | 5E | 21 | 0 | 44 | C9 | 58 | 11 |
| Octal | 5 | 66 | 121 | 136 | 41 | 0 | 104 | 311 | 130 | 21 |
| Binary | 101 | 110110 | 1010001 | 1011110 | 100001 | 0 | 1000100 | 11001001 | 1011000 | 10001 |
Color Harmonies of #053651
Complementary color
Monochromatic Colors of #053651
Black with #053651
Text Example
Text Example
White with #053651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053651; }
p { color: rgb(5,54,81); }
H1.HeaderClassName
{
color: #053651;
}
.AnyTagClassName
{
color: #053651;
}
</style>
background-color css
<style>
a { background-color: #053651; }
a { background-color: rgb(5,54,81); }
div.DivClassName
{
background-color: #053651;
}
.BgClassName
{
background-color: #053651;
}
</style>
border-color css
<style>
span { border-color: #053651; }
span { border-color: rgb(5,54,81); }
td.TdClassName
{
border-color: #053651;
}
.TagClassName
{
border-color: #053651;
}
</style>