Shades of Prussian Blue #053E5D
Tints of Prussian Blue #053E5D
RGB
CMYK
RGB Variations
Color information
#053E5D (or 0x053E5D) is known color: Prussian Blue. HEX triplet: 05, 3E and 5D. RGB value is (5,62,93). Sum of RGB (Red+Green+Blue) = 5+62+93=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #053E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E5D is #FAC1A2. Grayscale: #303030. Windows color (decimal): -16433571 or 6110725. OLE color: 6110725.
HSL color Cylindrical-coordinate representation of color #053E5D: hue angle of 201.14º 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 #053E5D is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 62 | 93 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.64 |
| HSL | 201.14º | 0.9% | 0.19% | - |
| HSV(B) | 201.14º | 0.95% | 0.36% | - |
| XYZ | 3.76 | 4.27 | 10.98 | - |
| YUV | 48.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 93 | 0.95 | 0.33 | 0 | 0.64 | 201.14 | 0.9 | 0.19 |
| Hex | 5 | 3E | 5D | 5F | 21 | 0 | 40 | C9 | 5A | 13 |
| Octal | 5 | 76 | 135 | 137 | 41 | 0 | 100 | 311 | 132 | 23 |
| Binary | 101 | 111110 | 1011101 | 1011111 | 100001 | 0 | 1000000 | 11001001 | 1011010 | 10011 |
Color Harmonies of #053E5D
Complementary color
Monochromatic Colors of #053E5D
Black with #053E5D
Text Example
Text Example
White with #053E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E5D; }
p { color: rgb(5,62,93); }
H1.HeaderClassName
{
color: #053E5D;
}
.AnyTagClassName
{
color: #053E5D;
}
</style>
background-color css
<style>
a { background-color: #053E5D; }
a { background-color: rgb(5,62,93); }
div.DivClassName
{
background-color: #053E5D;
}
.BgClassName
{
background-color: #053E5D;
}
</style>
border-color css
<style>
span { border-color: #053E5D; }
span { border-color: rgb(5,62,93); }
td.TdClassName
{
border-color: #053E5D;
}
.TagClassName
{
border-color: #053E5D;
}
</style>