Shades of Prussian Blue #052D58
Tints of Prussian Blue #052D58
RGB
CMYK
RGB Variations
Color information
#052D58 (or 0x052D58) is known color: Prussian Blue. HEX triplet: 05, 2D and 58. RGB value is (5,45,88). Sum of RGB (Red+Green+Blue) = 5+45+88=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #052D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D58 is #FAD2A7. Grayscale: #252525. Windows color (decimal): -16437928 or 5778693. OLE color: 5778693.
HSL color Cylindrical-coordinate representation of color #052D58: hue angle of 211.08º 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 #052D58 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 45 | 88 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.65 |
| HSL | 211.08º | 0.89% | 0.18% | - |
| HSV(B) | 211.08º | 0.94% | 0.35% | - |
| XYZ | 2.76 | 2.61 | 9.59 | - |
| YUV | 37.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 88 | 0.94 | 0.49 | 0 | 0.65 | 211.08 | 0.89 | 0.18 |
| Hex | 5 | 2D | 58 | 5E | 31 | 0 | 41 | D3 | 59 | 12 |
| Octal | 5 | 55 | 130 | 136 | 61 | 0 | 101 | 323 | 131 | 22 |
| Binary | 101 | 101101 | 1011000 | 1011110 | 110001 | 0 | 1000001 | 11010011 | 1011001 | 10010 |
Color Harmonies of #052D58
Complementary color
Monochromatic Colors of #052D58
Black with #052D58
Text Example
Text Example
White with #052D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D58; }
p { color: rgb(5,45,88); }
H1.HeaderClassName
{
color: #052D58;
}
.AnyTagClassName
{
color: #052D58;
}
</style>
background-color css
<style>
a { background-color: #052D58; }
a { background-color: rgb(5,45,88); }
div.DivClassName
{
background-color: #052D58;
}
.BgClassName
{
background-color: #052D58;
}
</style>
border-color css
<style>
span { border-color: #052D58; }
span { border-color: rgb(5,45,88); }
td.TdClassName
{
border-color: #052D58;
}
.TagClassName
{
border-color: #052D58;
}
</style>