Shades of Prussian Blue #053550
Tints of Prussian Blue #053550
RGB
CMYK
RGB Variations
Color information
#053550 (or 0x053550) is known color: Prussian Blue. HEX triplet: 05, 35 and 50. RGB value is (5,53,80). Sum of RGB (Red+Green+Blue) = 5+53+80=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #053550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053550 is #FACAAF. Grayscale: #292929. Windows color (decimal): -16435888 or 5256453. OLE color: 5256453.
HSL color Cylindrical-coordinate representation of color #053550: hue angle of 201.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053550 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 53 | 80 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.69 |
| HSL | 201.6º | 0.88% | 0.17% | - |
| HSV(B) | 201.6º | 0.94% | 0.31% | - |
| XYZ | 2.78 | 3.16 | 8.05 | - |
| YUV | 41.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 80 | 0.94 | 0.34 | 0 | 0.69 | 201.6 | 0.88 | 0.17 |
| Hex | 5 | 35 | 50 | 5E | 22 | 0 | 45 | CA | 58 | 11 |
| Octal | 5 | 65 | 120 | 136 | 42 | 0 | 105 | 312 | 130 | 21 |
| Binary | 101 | 110101 | 1010000 | 1011110 | 100010 | 0 | 1000101 | 11001010 | 1011000 | 10001 |
Color Harmonies of #053550
Complementary color
Monochromatic Colors of #053550
Black with #053550
Text Example
Text Example
White with #053550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053550; }
p { color: rgb(5,53,80); }
H1.HeaderClassName
{
color: #053550;
}
.AnyTagClassName
{
color: #053550;
}
</style>
background-color css
<style>
a { background-color: #053550; }
a { background-color: rgb(5,53,80); }
div.DivClassName
{
background-color: #053550;
}
.BgClassName
{
background-color: #053550;
}
</style>
border-color css
<style>
span { border-color: #053550; }
span { border-color: rgb(5,53,80); }
td.TdClassName
{
border-color: #053550;
}
.TagClassName
{
border-color: #053550;
}
</style>