Shades of Prussian Blue #052F59
Tints of Prussian Blue #052F59
RGB
CMYK
RGB Variations
Color information
#052F59 (or 0x052F59) is known color: Prussian Blue. HEX triplet: 05, 2F and 59. RGB value is (5,47,89). Sum of RGB (Red+Green+Blue) = 5+47+89=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #052F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F59 is #FAD0A6. Grayscale: #272727. Windows color (decimal): -16437415 or 5844741. OLE color: 5844741.
HSL color Cylindrical-coordinate representation of color #052F59: hue angle of 210º 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 #052F59 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 47 | 89 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.65 |
| HSL | 210º | 0.89% | 0.18% | - |
| HSV(B) | 210º | 0.94% | 0.35% | - |
| XYZ | 2.88 | 2.79 | 9.84 | - |
| YUV | 39.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 89 | 0.94 | 0.47 | 0 | 0.65 | 210 | 0.89 | 0.18 |
| Hex | 5 | 2F | 59 | 5E | 2F | 0 | 41 | D2 | 59 | 12 |
| Octal | 5 | 57 | 131 | 136 | 57 | 0 | 101 | 322 | 131 | 22 |
| Binary | 101 | 101111 | 1011001 | 1011110 | 101111 | 0 | 1000001 | 11010010 | 1011001 | 10010 |
Color Harmonies of #052F59
Complementary color
Monochromatic Colors of #052F59
Black with #052F59
Text Example
Text Example
White with #052F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F59; }
p { color: rgb(5,47,89); }
H1.HeaderClassName
{
color: #052F59;
}
.AnyTagClassName
{
color: #052F59;
}
</style>
background-color css
<style>
a { background-color: #052F59; }
a { background-color: rgb(5,47,89); }
div.DivClassName
{
background-color: #052F59;
}
.BgClassName
{
background-color: #052F59;
}
</style>
border-color css
<style>
span { border-color: #052F59; }
span { border-color: rgb(5,47,89); }
td.TdClassName
{
border-color: #052F59;
}
.TagClassName
{
border-color: #052F59;
}
</style>