Shades of Prussian Blue #053058
Tints of Prussian Blue #053058
RGB
CMYK
RGB Variations
Color information
#053058 (or 0x053058) is known color: Prussian Blue. HEX triplet: 05, 30 and 58. RGB value is (5,48,88). Sum of RGB (Red+Green+Blue) = 5+48+88=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #053058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053058 is #FACFA7. Grayscale: #272727. Windows color (decimal): -16437160 or 5779461. OLE color: 5779461.
HSL color Cylindrical-coordinate representation of color #053058: hue angle of 208.92º 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 #053058 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 48 | 88 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.65 |
| HSL | 208.92º | 0.89% | 0.18% | - |
| HSV(B) | 208.92º | 0.94% | 0.35% | - |
| XYZ | 2.88 | 2.85 | 9.63 | - |
| YUV | 39.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 88 | 0.94 | 0.45 | 0 | 0.65 | 208.92 | 0.89 | 0.18 |
| Hex | 5 | 30 | 58 | 5E | 2D | 0 | 41 | D1 | 59 | 12 |
| Octal | 5 | 60 | 130 | 136 | 55 | 0 | 101 | 321 | 131 | 22 |
| Binary | 101 | 110000 | 1011000 | 1011110 | 101101 | 0 | 1000001 | 11010001 | 1011001 | 10010 |
Color Harmonies of #053058
Complementary color
Monochromatic Colors of #053058
Black with #053058
Text Example
Text Example
White with #053058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053058; }
p { color: rgb(5,48,88); }
H1.HeaderClassName
{
color: #053058;
}
.AnyTagClassName
{
color: #053058;
}
</style>
background-color css
<style>
a { background-color: #053058; }
a { background-color: rgb(5,48,88); }
div.DivClassName
{
background-color: #053058;
}
.BgClassName
{
background-color: #053058;
}
</style>
border-color css
<style>
span { border-color: #053058; }
span { border-color: rgb(5,48,88); }
td.TdClassName
{
border-color: #053058;
}
.TagClassName
{
border-color: #053058;
}
</style>