Shades of Prussian Blue #053E5C
Tints of Prussian Blue #053E5C
RGB
CMYK
RGB Variations
Color information
#053E5C (or 0x053E5C) is known color: Prussian Blue. HEX triplet: 05, 3E and 5C. RGB value is (5,62,92). Sum of RGB (Red+Green+Blue) = 5+62+92=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #053E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E5C is #FAC1A3. Grayscale: #303030. Windows color (decimal): -16433572 or 6045189. OLE color: 6045189.
HSL color Cylindrical-coordinate representation of color #053E5C: hue angle of 200.69º 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 #053E5C is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 62 | 92 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.64 |
| HSL | 200.69º | 0.9% | 0.19% | - |
| HSV(B) | 200.69º | 0.95% | 0.36% | - |
| XYZ | 3.72 | 4.25 | 10.75 | - |
| YUV | 48.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 92 | 0.95 | 0.33 | 0 | 0.64 | 200.69 | 0.9 | 0.19 |
| Hex | 5 | 3E | 5C | 5F | 21 | 0 | 40 | C9 | 5A | 13 |
| Octal | 5 | 76 | 134 | 137 | 41 | 0 | 100 | 311 | 132 | 23 |
| Binary | 101 | 111110 | 1011100 | 1011111 | 100001 | 0 | 1000000 | 11001001 | 1011010 | 10011 |
Color Harmonies of #053E5C
Complementary color
Monochromatic Colors of #053E5C
Black with #053E5C
Text Example
Text Example
White with #053E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E5C; }
p { color: rgb(5,62,92); }
H1.HeaderClassName
{
color: #053E5C;
}
.AnyTagClassName
{
color: #053E5C;
}
</style>
background-color css
<style>
a { background-color: #053E5C; }
a { background-color: rgb(5,62,92); }
div.DivClassName
{
background-color: #053E5C;
}
.BgClassName
{
background-color: #053E5C;
}
</style>
border-color css
<style>
span { border-color: #053E5C; }
span { border-color: rgb(5,62,92); }
td.TdClassName
{
border-color: #053E5C;
}
.TagClassName
{
border-color: #053E5C;
}
</style>