Shades of Prussian Blue #052E5C
Tints of Prussian Blue #052E5C
RGB
CMYK
RGB Variations
Color information
#052E5C (or 0x052E5C) is known color: Prussian Blue. HEX triplet: 05, 2E and 5C. RGB value is (5,46,92). Sum of RGB (Red+Green+Blue) = 5+46+92=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #052E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5C is #FAD1A3. Grayscale: #262626. Windows color (decimal): -16437668 or 6041093. OLE color: 6041093.
HSL color Cylindrical-coordinate representation of color #052E5C: hue angle of 211.72º 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 #052E5C is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 46 | 92 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.64 |
| HSL | 211.72º | 0.9% | 0.19% | - |
| HSV(B) | 211.72º | 0.95% | 0.36% | - |
| XYZ | 2.97 | 2.76 | 10.5 | - |
| YUV | 38.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 92 | 0.95 | 0.50 | 0 | 0.64 | 211.72 | 0.9 | 0.19 |
| Hex | 5 | 2E | 5C | 5F | 32 | 0 | 40 | D4 | 5A | 13 |
| Octal | 5 | 56 | 134 | 137 | 62 | 0 | 100 | 324 | 132 | 23 |
| Binary | 101 | 101110 | 1011100 | 1011111 | 110010 | 0 | 1000000 | 11010100 | 1011010 | 10011 |
Color Harmonies of #052E5C
Complementary color
Monochromatic Colors of #052E5C
Black with #052E5C
Text Example
Text Example
White with #052E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E5C; }
p { color: rgb(5,46,92); }
H1.HeaderClassName
{
color: #052E5C;
}
.AnyTagClassName
{
color: #052E5C;
}
</style>
background-color css
<style>
a { background-color: #052E5C; }
a { background-color: rgb(5,46,92); }
div.DivClassName
{
background-color: #052E5C;
}
.BgClassName
{
background-color: #052E5C;
}
</style>
border-color css
<style>
span { border-color: #052E5C; }
span { border-color: rgb(5,46,92); }
td.TdClassName
{
border-color: #052E5C;
}
.TagClassName
{
border-color: #052E5C;
}
</style>