Shades of Prussian Blue #053255
Tints of Prussian Blue #053255
RGB
CMYK
RGB Variations
Color information
#053255 (or 0x053255) is known color: Prussian Blue. HEX triplet: 05, 32 and 55. RGB value is (5,50,85). Sum of RGB (Red+Green+Blue) = 5+50+85=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #053255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053255 is #FACDAA. Grayscale: #282828. Windows color (decimal): -16436651 or 5583365. OLE color: 5583365.
HSL color Cylindrical-coordinate representation of color #053255: hue angle of 206.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053255 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 50 | 85 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.67 |
| HSL | 206.25º | 0.89% | 0.18% | - |
| HSV(B) | 206.25º | 0.94% | 0.33% | - |
| XYZ | 2.84 | 2.97 | 9.02 | - |
| YUV | 40.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 85 | 0.94 | 0.41 | 0 | 0.67 | 206.25 | 0.89 | 0.18 |
| Hex | 5 | 32 | 55 | 5E | 29 | 0 | 43 | CE | 59 | 12 |
| Octal | 5 | 62 | 125 | 136 | 51 | 0 | 103 | 316 | 131 | 22 |
| Binary | 101 | 110010 | 1010101 | 1011110 | 101001 | 0 | 1000011 | 11001110 | 1011001 | 10010 |
Color Harmonies of #053255
Complementary color
Monochromatic Colors of #053255
Black with #053255
Text Example
Text Example
White with #053255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053255; }
p { color: rgb(5,50,85); }
H1.HeaderClassName
{
color: #053255;
}
.AnyTagClassName
{
color: #053255;
}
</style>
background-color css
<style>
a { background-color: #053255; }
a { background-color: rgb(5,50,85); }
div.DivClassName
{
background-color: #053255;
}
.BgClassName
{
background-color: #053255;
}
</style>
border-color css
<style>
span { border-color: #053255; }
span { border-color: rgb(5,50,85); }
td.TdClassName
{
border-color: #053255;
}
.TagClassName
{
border-color: #053255;
}
</style>