Shades of Prussian Blue #052F5C
Tints of Prussian Blue #052F5C
RGB
CMYK
RGB Variations
Color information
#052F5C (or 0x052F5C) is known color: Prussian Blue. HEX triplet: 05, 2F and 5C. RGB value is (5,47,92). Sum of RGB (Red+Green+Blue) = 5+47+92=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #052F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F5C is #FAD0A3. Grayscale: #272727. Windows color (decimal): -16437412 or 6041349. OLE color: 6041349.
HSL color Cylindrical-coordinate representation of color #052F5C: hue angle of 211.03º 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 #052F5C is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 47 | 92 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.64 |
| HSL | 211.03º | 0.9% | 0.19% | - |
| HSV(B) | 211.03º | 0.95% | 0.36% | - |
| XYZ | 3.01 | 2.84 | 10.51 | - |
| YUV | 39.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 92 | 0.95 | 0.49 | 0 | 0.64 | 211.03 | 0.9 | 0.19 |
| Hex | 5 | 2F | 5C | 5F | 31 | 0 | 40 | D3 | 5A | 13 |
| Octal | 5 | 57 | 134 | 137 | 61 | 0 | 100 | 323 | 132 | 23 |
| Binary | 101 | 101111 | 1011100 | 1011111 | 110001 | 0 | 1000000 | 11010011 | 1011010 | 10011 |
Color Harmonies of #052F5C
Complementary color
Monochromatic Colors of #052F5C
Black with #052F5C
Text Example
Text Example
White with #052F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F5C; }
p { color: rgb(5,47,92); }
H1.HeaderClassName
{
color: #052F5C;
}
.AnyTagClassName
{
color: #052F5C;
}
</style>
background-color css
<style>
a { background-color: #052F5C; }
a { background-color: rgb(5,47,92); }
div.DivClassName
{
background-color: #052F5C;
}
.BgClassName
{
background-color: #052F5C;
}
</style>
border-color css
<style>
span { border-color: #052F5C; }
span { border-color: rgb(5,47,92); }
td.TdClassName
{
border-color: #052F5C;
}
.TagClassName
{
border-color: #052F5C;
}
</style>