Shades of Prussian Blue #053E6E
Tints of Prussian Blue #053E6E
RGB
CMYK
RGB Variations
Color information
#053E6E (or 0x053E6E) is known color: Prussian Blue. HEX triplet: 05, 3E and 6E. RGB value is (5,62,110). Sum of RGB (Red+Green+Blue) = 5+62+110=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #053E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E6E is #FAC191. Grayscale: #323232. Windows color (decimal): -16433554 or 7224837. OLE color: 7224837.
HSL color Cylindrical-coordinate representation of color #053E6E: hue angle of 207.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E6E is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 62 | 110 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.57 |
| HSL | 207.43º | 0.91% | 0.23% | - |
| HSV(B) | 207.43º | 0.95% | 0.43% | - |
| XYZ | 4.6 | 4.6 | 15.4 | - |
| YUV | 50.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 110 | 0.95 | 0.44 | 0 | 0.57 | 207.43 | 0.91 | 0.23 |
| Hex | 5 | 3E | 6E | 5F | 2C | 0 | 39 | CF | 5B | 17 |
| Octal | 5 | 76 | 156 | 137 | 54 | 0 | 71 | 317 | 133 | 27 |
| Binary | 101 | 111110 | 1101110 | 1011111 | 101100 | 0 | 111001 | 11001111 | 1011011 | 10111 |
Color Harmonies of #053E6E
Complementary color
Monochromatic Colors of #053E6E
Black with #053E6E
Text Example
Text Example
White with #053E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E6E; }
p { color: rgb(5,62,110); }
H1.HeaderClassName
{
color: #053E6E;
}
.AnyTagClassName
{
color: #053E6E;
}
</style>
background-color css
<style>
a { background-color: #053E6E; }
a { background-color: rgb(5,62,110); }
div.DivClassName
{
background-color: #053E6E;
}
.BgClassName
{
background-color: #053E6E;
}
</style>
border-color css
<style>
span { border-color: #053E6E; }
span { border-color: rgb(5,62,110); }
td.TdClassName
{
border-color: #053E6E;
}
.TagClassName
{
border-color: #053E6E;
}
</style>