Shades of Smalt #053E8E
Tints of Smalt #053E8E
RGB
CMYK
RGB Variations
Color information
#053E8E (or 0x053E8E) is known color: Smalt. HEX triplet: 05, 3E and 8E. RGB value is (5,62,142). Sum of RGB (Red+Green+Blue) = 5+62+142=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #053E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E8E is #FAC171. Grayscale: #353535. Windows color (decimal): -16433522 or 9321989. OLE color: 9321989.
HSL color Cylindrical-coordinate representation of color #053E8E: hue angle of 215.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E8E is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 62 | 142 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.44 |
| HSL | 215.04º | 0.93% | 0.29% | - |
| HSV(B) | 215.04º | 0.96% | 0.56% | - |
| XYZ | 6.67 | 5.43 | 26.29 | - |
| YUV | 54.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 142 | 0.96 | 0.56 | 0 | 0.44 | 215.04 | 0.93 | 0.29 |
| Hex | 5 | 3E | 8E | 60 | 38 | 0 | 2C | D7 | 5D | 1D |
| Octal | 5 | 76 | 216 | 140 | 70 | 0 | 54 | 327 | 135 | 35 |
| Binary | 101 | 111110 | 10001110 | 1100000 | 111000 | 0 | 101100 | 11010111 | 1011101 | 11101 |
Color Harmonies of #053E8E
Complementary color
Monochromatic Colors of #053E8E
Black with #053E8E
Text Example
Text Example
White with #053E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E8E; }
p { color: rgb(5,62,142); }
H1.HeaderClassName
{
color: #053E8E;
}
.AnyTagClassName
{
color: #053E8E;
}
</style>
background-color css
<style>
a { background-color: #053E8E; }
a { background-color: rgb(5,62,142); }
div.DivClassName
{
background-color: #053E8E;
}
.BgClassName
{
background-color: #053E8E;
}
</style>
border-color css
<style>
span { border-color: #053E8E; }
span { border-color: rgb(5,62,142); }
td.TdClassName
{
border-color: #053E8E;
}
.TagClassName
{
border-color: #053E8E;
}
</style>