Shades of Prussian Blue #052E5D
Tints of Prussian Blue #052E5D
RGB
CMYK
RGB Variations
Color information
#052E5D (or 0x052E5D) is known color: Prussian Blue. HEX triplet: 05, 2E and 5D. RGB value is (5,46,93). Sum of RGB (Red+Green+Blue) = 5+46+93=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #052E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5D is #FAD1A2. Grayscale: #262626. Windows color (decimal): -16437667 or 6106629. OLE color: 6106629.
HSL color Cylindrical-coordinate representation of color #052E5D: hue angle of 212.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E5D is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 46 | 93 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.64 |
| HSL | 212.05º | 0.9% | 0.19% | - |
| HSV(B) | 212.05º | 0.95% | 0.36% | - |
| XYZ | 3.02 | 2.78 | 10.73 | - |
| YUV | 39.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 93 | 0.95 | 0.51 | 0 | 0.64 | 212.05 | 0.9 | 0.19 |
| Hex | 5 | 2E | 5D | 5F | 33 | 0 | 40 | D4 | 5A | 13 |
| Octal | 5 | 56 | 135 | 137 | 63 | 0 | 100 | 324 | 132 | 23 |
| Binary | 101 | 101110 | 1011101 | 1011111 | 110011 | 0 | 1000000 | 11010100 | 1011010 | 10011 |
Color Harmonies of #052E5D
Complementary color
Monochromatic Colors of #052E5D
Black with #052E5D
Text Example
Text Example
White with #052E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E5D; }
p { color: rgb(5,46,93); }
H1.HeaderClassName
{
color: #052E5D;
}
.AnyTagClassName
{
color: #052E5D;
}
</style>
background-color css
<style>
a { background-color: #052E5D; }
a { background-color: rgb(5,46,93); }
div.DivClassName
{
background-color: #052E5D;
}
.BgClassName
{
background-color: #052E5D;
}
</style>
border-color css
<style>
span { border-color: #052E5D; }
span { border-color: rgb(5,46,93); }
td.TdClassName
{
border-color: #052E5D;
}
.TagClassName
{
border-color: #052E5D;
}
</style>