Shades of Prussian Blue #052B5C
Tints of Prussian Blue #052B5C
RGB
CMYK
RGB Variations
Color information
#052B5C (or 0x052B5C) is known color: Prussian Blue. HEX triplet: 05, 2B and 5C. RGB value is (5,43,92). Sum of RGB (Red+Green+Blue) = 5+43+92=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #052B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5C is #FAD4A3. Grayscale: #242424. Windows color (decimal): -16438436 or 6040325. OLE color: 6040325.
HSL color Cylindrical-coordinate representation of color #052B5C: hue angle of 213.79º 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 #052B5C is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 43 | 92 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.64 |
| HSL | 213.79º | 0.9% | 0.19% | - |
| HSV(B) | 213.79º | 0.95% | 0.36% | - |
| XYZ | 2.86 | 2.53 | 10.46 | - |
| YUV | 37.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 92 | 0.95 | 0.53 | 0 | 0.64 | 213.79 | 0.9 | 0.19 |
| Hex | 5 | 2B | 5C | 5F | 35 | 0 | 40 | D6 | 5A | 13 |
| Octal | 5 | 53 | 134 | 137 | 65 | 0 | 100 | 326 | 132 | 23 |
| Binary | 101 | 101011 | 1011100 | 1011111 | 110101 | 0 | 1000000 | 11010110 | 1011010 | 10011 |
Color Harmonies of #052B5C
Complementary color
Monochromatic Colors of #052B5C
Black with #052B5C
Text Example
Text Example
White with #052B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B5C; }
p { color: rgb(5,43,92); }
H1.HeaderClassName
{
color: #052B5C;
}
.AnyTagClassName
{
color: #052B5C;
}
</style>
background-color css
<style>
a { background-color: #052B5C; }
a { background-color: rgb(5,43,92); }
div.DivClassName
{
background-color: #052B5C;
}
.BgClassName
{
background-color: #052B5C;
}
</style>
border-color css
<style>
span { border-color: #052B5C; }
span { border-color: rgb(5,43,92); }
td.TdClassName
{
border-color: #052B5C;
}
.TagClassName
{
border-color: #052B5C;
}
</style>