Shades of Prussian Blue #053554
Tints of Prussian Blue #053554
RGB
CMYK
RGB Variations
Color information
#053554 (or 0x053554) is known color: Prussian Blue. HEX triplet: 05, 35 and 54. RGB value is (5,53,84). Sum of RGB (Red+Green+Blue) = 5+53+84=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #053554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053554 is #FACAAB. Grayscale: #2A2A2A. Windows color (decimal): -16435884 or 5518597. OLE color: 5518597.
HSL color Cylindrical-coordinate representation of color #053554: hue angle of 203.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053554 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 53 | 84 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.67 |
| HSL | 203.54º | 0.89% | 0.17% | - |
| HSV(B) | 203.54º | 0.94% | 0.33% | - |
| XYZ | 2.94 | 3.22 | 8.85 | - |
| YUV | 42.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 84 | 0.94 | 0.37 | 0 | 0.67 | 203.54 | 0.89 | 0.17 |
| Hex | 5 | 35 | 54 | 5E | 25 | 0 | 43 | CC | 59 | 11 |
| Octal | 5 | 65 | 124 | 136 | 45 | 0 | 103 | 314 | 131 | 21 |
| Binary | 101 | 110101 | 1010100 | 1011110 | 100101 | 0 | 1000011 | 11001100 | 1011001 | 10001 |
Color Harmonies of #053554
Complementary color
Monochromatic Colors of #053554
Black with #053554
Text Example
Text Example
White with #053554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053554; }
p { color: rgb(5,53,84); }
H1.HeaderClassName
{
color: #053554;
}
.AnyTagClassName
{
color: #053554;
}
</style>
background-color css
<style>
a { background-color: #053554; }
a { background-color: rgb(5,53,84); }
div.DivClassName
{
background-color: #053554;
}
.BgClassName
{
background-color: #053554;
}
</style>
border-color css
<style>
span { border-color: #053554; }
span { border-color: rgb(5,53,84); }
td.TdClassName
{
border-color: #053554;
}
.TagClassName
{
border-color: #053554;
}
</style>