Shades of Prussian Blue #053B58
Tints of Prussian Blue #053B58
RGB
CMYK
RGB Variations
Color information
#053B58 (or 0x053B58) is known color: Prussian Blue. HEX triplet: 05, 3B and 58. RGB value is (5,59,88). Sum of RGB (Red+Green+Blue) = 5+59+88=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #053B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B58 is #FAC4A7. Grayscale: #2D2D2D. Windows color (decimal): -16434344 or 5782277. OLE color: 5782277.
HSL color Cylindrical-coordinate representation of color #053B58: hue angle of 200.96º 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 #053B58 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 59 | 88 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.65 |
| HSL | 200.96º | 0.89% | 0.18% | - |
| HSV(B) | 200.96º | 0.94% | 0.35% | - |
| XYZ | 3.39 | 3.86 | 9.8 | - |
| YUV | 46.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 88 | 0.94 | 0.33 | 0 | 0.65 | 200.96 | 0.89 | 0.18 |
| Hex | 5 | 3B | 58 | 5E | 21 | 0 | 41 | C9 | 59 | 12 |
| Octal | 5 | 73 | 130 | 136 | 41 | 0 | 101 | 311 | 131 | 22 |
| Binary | 101 | 111011 | 1011000 | 1011110 | 100001 | 0 | 1000001 | 11001001 | 1011001 | 10010 |
Color Harmonies of #053B58
Complementary color
Monochromatic Colors of #053B58
Black with #053B58
Text Example
Text Example
White with #053B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B58; }
p { color: rgb(5,59,88); }
H1.HeaderClassName
{
color: #053B58;
}
.AnyTagClassName
{
color: #053B58;
}
</style>
background-color css
<style>
a { background-color: #053B58; }
a { background-color: rgb(5,59,88); }
div.DivClassName
{
background-color: #053B58;
}
.BgClassName
{
background-color: #053B58;
}
</style>
border-color css
<style>
span { border-color: #053B58; }
span { border-color: rgb(5,59,88); }
td.TdClassName
{
border-color: #053B58;
}
.TagClassName
{
border-color: #053B58;
}
</style>