Shades of Prussian Blue #052C59
Tints of Prussian Blue #052C59
RGB
CMYK
RGB Variations
Color information
#052C59 (or 0x052C59) is known color: Prussian Blue. HEX triplet: 05, 2C and 59. RGB value is (5,44,89). Sum of RGB (Red+Green+Blue) = 5+44+89=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #052C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C59 is #FAD3A6. Grayscale: #252525. Windows color (decimal): -16438183 or 5843973. OLE color: 5843973.
HSL color Cylindrical-coordinate representation of color #052C59: hue angle of 212.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 #052C59 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 44 | 89 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.65 |
| HSL | 212.14º | 0.89% | 0.18% | - |
| HSV(B) | 212.14º | 0.94% | 0.35% | - |
| XYZ | 2.77 | 2.55 | 9.8 | - |
| YUV | 37.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 89 | 0.94 | 0.51 | 0 | 0.65 | 212.14 | 0.89 | 0.18 |
| Hex | 5 | 2C | 59 | 5E | 33 | 0 | 41 | D4 | 59 | 12 |
| Octal | 5 | 54 | 131 | 136 | 63 | 0 | 101 | 324 | 131 | 22 |
| Binary | 101 | 101100 | 1011001 | 1011110 | 110011 | 0 | 1000001 | 11010100 | 1011001 | 10010 |
Color Harmonies of #052C59
Complementary color
Monochromatic Colors of #052C59
Black with #052C59
Text Example
Text Example
White with #052C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C59; }
p { color: rgb(5,44,89); }
H1.HeaderClassName
{
color: #052C59;
}
.AnyTagClassName
{
color: #052C59;
}
</style>
background-color css
<style>
a { background-color: #052C59; }
a { background-color: rgb(5,44,89); }
div.DivClassName
{
background-color: #052C59;
}
.BgClassName
{
background-color: #052C59;
}
</style>
border-color css
<style>
span { border-color: #052C59; }
span { border-color: rgb(5,44,89); }
td.TdClassName
{
border-color: #052C59;
}
.TagClassName
{
border-color: #052C59;
}
</style>