Shades of Prussian Blue #053A55
Tints of Prussian Blue #053A55
RGB
CMYK
RGB Variations
Color information
#053A55 (or 0x053A55) is known color: Prussian Blue. HEX triplet: 05, 3A and 55. RGB value is (5,58,85). Sum of RGB (Red+Green+Blue) = 5+58+85=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #053A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A55 is #FAC5AA. Grayscale: #2D2D2D. Windows color (decimal): -16434603 or 5585413. OLE color: 5585413.
HSL color Cylindrical-coordinate representation of color #053A55: hue angle of 200.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 #053A55 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 58 | 85 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.67 |
| HSL | 200.25º | 0.89% | 0.18% | - |
| HSV(B) | 200.25º | 0.94% | 0.33% | - |
| XYZ | 3.22 | 3.71 | 9.14 | - |
| YUV | 45.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 85 | 0.94 | 0.32 | 0 | 0.67 | 200.25 | 0.89 | 0.18 |
| Hex | 5 | 3A | 55 | 5E | 20 | 0 | 43 | C8 | 59 | 12 |
| Octal | 5 | 72 | 125 | 136 | 40 | 0 | 103 | 310 | 131 | 22 |
| Binary | 101 | 111010 | 1010101 | 1011110 | 100000 | 0 | 1000011 | 11001000 | 1011001 | 10010 |
Color Harmonies of #053A55
Complementary color
Monochromatic Colors of #053A55
Black with #053A55
Text Example
Text Example
White with #053A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A55; }
p { color: rgb(5,58,85); }
H1.HeaderClassName
{
color: #053A55;
}
.AnyTagClassName
{
color: #053A55;
}
</style>
background-color css
<style>
a { background-color: #053A55; }
a { background-color: rgb(5,58,85); }
div.DivClassName
{
background-color: #053A55;
}
.BgClassName
{
background-color: #053A55;
}
</style>
border-color css
<style>
span { border-color: #053A55; }
span { border-color: rgb(5,58,85); }
td.TdClassName
{
border-color: #053A55;
}
.TagClassName
{
border-color: #053A55;
}
</style>