Shades of Prussian Blue #053A59
Tints of Prussian Blue #053A59
RGB
CMYK
RGB Variations
Color information
#053A59 (or 0x053A59) is known color: Prussian Blue. HEX triplet: 05, 3A and 59. RGB value is (5,58,89). Sum of RGB (Red+Green+Blue) = 5+58+89=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #053A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A59 is #FAC5A6. Grayscale: #2D2D2D. Windows color (decimal): -16434599 or 5847557. OLE color: 5847557.
HSL color Cylindrical-coordinate representation of color #053A59: hue angle of 202.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A59 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 58 | 89 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.65 |
| HSL | 202.14º | 0.89% | 0.18% | - |
| HSV(B) | 202.14º | 0.94% | 0.35% | - |
| XYZ | 3.38 | 3.78 | 10 | - |
| YUV | 45.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 89 | 0.94 | 0.35 | 0 | 0.65 | 202.14 | 0.89 | 0.18 |
| Hex | 5 | 3A | 59 | 5E | 23 | 0 | 41 | CA | 59 | 12 |
| Octal | 5 | 72 | 131 | 136 | 43 | 0 | 101 | 312 | 131 | 22 |
| Binary | 101 | 111010 | 1011001 | 1011110 | 100011 | 0 | 1000001 | 11001010 | 1011001 | 10010 |
Color Harmonies of #053A59
Complementary color
Monochromatic Colors of #053A59
Black with #053A59
Text Example
Text Example
White with #053A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A59; }
p { color: rgb(5,58,89); }
H1.HeaderClassName
{
color: #053A59;
}
.AnyTagClassName
{
color: #053A59;
}
</style>
background-color css
<style>
a { background-color: #053A59; }
a { background-color: rgb(5,58,89); }
div.DivClassName
{
background-color: #053A59;
}
.BgClassName
{
background-color: #053A59;
}
</style>
border-color css
<style>
span { border-color: #053A59; }
span { border-color: rgb(5,58,89); }
td.TdClassName
{
border-color: #053A59;
}
.TagClassName
{
border-color: #053A59;
}
</style>