Shades of Prussian Blue #053454
Tints of Prussian Blue #053454
RGB
CMYK
RGB Variations
Color information
#053454 (or 0x053454) is known color: Prussian Blue. HEX triplet: 05, 34 and 54. RGB value is (5,52,84). Sum of RGB (Red+Green+Blue) = 5+52+84=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #053454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053454 is #FACBAB. Grayscale: #292929. Windows color (decimal): -16436140 or 5518341. OLE color: 5518341.
HSL color Cylindrical-coordinate representation of color #053454: hue angle of 204.3º 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 #053454 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 52 | 84 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.67 |
| HSL | 204.3º | 0.89% | 0.17% | - |
| HSV(B) | 204.3º | 0.94% | 0.33% | - |
| XYZ | 2.89 | 3.13 | 8.84 | - |
| YUV | 41.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 84 | 0.94 | 0.38 | 0 | 0.67 | 204.3 | 0.89 | 0.17 |
| Hex | 5 | 34 | 54 | 5E | 26 | 0 | 43 | CC | 59 | 11 |
| Octal | 5 | 64 | 124 | 136 | 46 | 0 | 103 | 314 | 131 | 21 |
| Binary | 101 | 110100 | 1010100 | 1011110 | 100110 | 0 | 1000011 | 11001100 | 1011001 | 10001 |
Color Harmonies of #053454
Complementary color
Monochromatic Colors of #053454
Black with #053454
Text Example
Text Example
White with #053454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053454; }
p { color: rgb(5,52,84); }
H1.HeaderClassName
{
color: #053454;
}
.AnyTagClassName
{
color: #053454;
}
</style>
background-color css
<style>
a { background-color: #053454; }
a { background-color: rgb(5,52,84); }
div.DivClassName
{
background-color: #053454;
}
.BgClassName
{
background-color: #053454;
}
</style>
border-color css
<style>
span { border-color: #053454; }
span { border-color: rgb(5,52,84); }
td.TdClassName
{
border-color: #053454;
}
.TagClassName
{
border-color: #053454;
}
</style>