Shades of Prussian Blue #052E5B
Tints of Prussian Blue #052E5B
RGB
CMYK
RGB Variations
Color information
#052E5B (or 0x052E5B) is known color: Prussian Blue. HEX triplet: 05, 2E and 5B. RGB value is (5,46,91). Sum of RGB (Red+Green+Blue) = 5+46+91=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #052E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5B is #FAD1A4. Grayscale: #262626. Windows color (decimal): -16437669 or 5975557. OLE color: 5975557.
HSL color Cylindrical-coordinate representation of color #052E5B: hue angle of 211.4º 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 #052E5B is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 46 | 91 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.64 |
| HSL | 211.4º | 0.9% | 0.19% | - |
| HSV(B) | 211.4º | 0.95% | 0.36% | - |
| XYZ | 2.93 | 2.74 | 10.27 | - |
| YUV | 38.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 91 | 0.95 | 0.49 | 0 | 0.64 | 211.4 | 0.9 | 0.19 |
| Hex | 5 | 2E | 5B | 5F | 31 | 0 | 40 | D3 | 5A | 13 |
| Octal | 5 | 56 | 133 | 137 | 61 | 0 | 100 | 323 | 132 | 23 |
| Binary | 101 | 101110 | 1011011 | 1011111 | 110001 | 0 | 1000000 | 11010011 | 1011010 | 10011 |
Color Harmonies of #052E5B
Complementary color
Monochromatic Colors of #052E5B
Black with #052E5B
Text Example
Text Example
White with #052E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E5B; }
p { color: rgb(5,46,91); }
H1.HeaderClassName
{
color: #052E5B;
}
.AnyTagClassName
{
color: #052E5B;
}
</style>
background-color css
<style>
a { background-color: #052E5B; }
a { background-color: rgb(5,46,91); }
div.DivClassName
{
background-color: #052E5B;
}
.BgClassName
{
background-color: #052E5B;
}
</style>
border-color css
<style>
span { border-color: #052E5B; }
span { border-color: rgb(5,46,91); }
td.TdClassName
{
border-color: #052E5B;
}
.TagClassName
{
border-color: #052E5B;
}
</style>