Shades of Prussian Blue #052D50
Tints of Prussian Blue #052D50
RGB
CMYK
RGB Variations
Color information
#052D50 (or 0x052D50) is known color: Prussian Blue. HEX triplet: 05, 2D and 50. RGB value is (5,45,80). Sum of RGB (Red+Green+Blue) = 5+45+80=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #052D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D50 is #FAD2AF. Grayscale: #242424. Windows color (decimal): -16437936 or 5254405. OLE color: 5254405.
HSL color Cylindrical-coordinate representation of color #052D50: hue angle of 208º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D50 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 45 | 80 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.69 |
| HSL | 208º | 0.88% | 0.17% | - |
| HSV(B) | 208º | 0.94% | 0.31% | - |
| XYZ | 2.45 | 2.49 | 7.94 | - |
| YUV | 37.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 80 | 0.94 | 0.44 | 0 | 0.69 | 208 | 0.88 | 0.17 |
| Hex | 5 | 2D | 50 | 5E | 2C | 0 | 45 | D0 | 58 | 11 |
| Octal | 5 | 55 | 120 | 136 | 54 | 0 | 105 | 320 | 130 | 21 |
| Binary | 101 | 101101 | 1010000 | 1011110 | 101100 | 0 | 1000101 | 11010000 | 1011000 | 10001 |
Color Harmonies of #052D50
Complementary color
Monochromatic Colors of #052D50
Black with #052D50
Text Example
Text Example
White with #052D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D50; }
p { color: rgb(5,45,80); }
H1.HeaderClassName
{
color: #052D50;
}
.AnyTagClassName
{
color: #052D50;
}
</style>
background-color css
<style>
a { background-color: #052D50; }
a { background-color: rgb(5,45,80); }
div.DivClassName
{
background-color: #052D50;
}
.BgClassName
{
background-color: #052D50;
}
</style>
border-color css
<style>
span { border-color: #052D50; }
span { border-color: rgb(5,45,80); }
td.TdClassName
{
border-color: #052D50;
}
.TagClassName
{
border-color: #052D50;
}
</style>