Shades of Prussian Blue #053450
Tints of Prussian Blue #053450
RGB
CMYK
RGB Variations
Color information
#053450 (or 0x053450) is known color: Prussian Blue. HEX triplet: 05, 34 and 50. RGB value is (5,52,80). Sum of RGB (Red+Green+Blue) = 5+52+80=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #053450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053450 is #FACBAF. Grayscale: #282828. Windows color (decimal): -16436144 or 5256197. OLE color: 5256197.
HSL color Cylindrical-coordinate representation of color #053450: hue angle of 202.4º 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 #053450 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 52 | 80 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.69 |
| HSL | 202.4º | 0.88% | 0.17% | - |
| HSV(B) | 202.4º | 0.94% | 0.31% | - |
| XYZ | 2.74 | 3.07 | 8.04 | - |
| YUV | 41.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 80 | 0.94 | 0.35 | 0 | 0.69 | 202.4 | 0.88 | 0.17 |
| Hex | 5 | 34 | 50 | 5E | 23 | 0 | 45 | CA | 58 | 11 |
| Octal | 5 | 64 | 120 | 136 | 43 | 0 | 105 | 312 | 130 | 21 |
| Binary | 101 | 110100 | 1010000 | 1011110 | 100011 | 0 | 1000101 | 11001010 | 1011000 | 10001 |
Color Harmonies of #053450
Complementary color
Monochromatic Colors of #053450
Black with #053450
Text Example
Text Example
White with #053450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053450; }
p { color: rgb(5,52,80); }
H1.HeaderClassName
{
color: #053450;
}
.AnyTagClassName
{
color: #053450;
}
</style>
background-color css
<style>
a { background-color: #053450; }
a { background-color: rgb(5,52,80); }
div.DivClassName
{
background-color: #053450;
}
.BgClassName
{
background-color: #053450;
}
</style>
border-color css
<style>
span { border-color: #053450; }
span { border-color: rgb(5,52,80); }
td.TdClassName
{
border-color: #053450;
}
.TagClassName
{
border-color: #053450;
}
</style>