Shades of Smalt #053C9E
Tints of Smalt #053C9E
RGB
CMYK
RGB Variations
Color information
#053C9E (or 0x053C9E) is known color: Smalt. HEX triplet: 05, 3C and 9E. RGB value is (5,60,158). Sum of RGB (Red+Green+Blue) = 5+60+158=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #053C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C9E is #FAC361. Grayscale: #363636. Windows color (decimal): -16434018 or 10370053. OLE color: 10370053.
HSL color Cylindrical-coordinate representation of color #053C9E: hue angle of 218.43º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053C9E is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 60 | 158 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.38 |
| HSL | 218.43º | 0.94% | 0.32% | - |
| HSV(B) | 218.43º | 0.97% | 0.62% | - |
| XYZ | 7.85 | 5.73 | 33.04 | - |
| YUV | 54.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 158 | 0.97 | 0.62 | 0 | 0.38 | 218.43 | 0.94 | 0.32 |
| Hex | 5 | 3C | 9E | 61 | 3E | 0 | 26 | DA | 5E | 20 |
| Octal | 5 | 74 | 236 | 141 | 76 | 0 | 46 | 332 | 136 | 40 |
| Binary | 101 | 111100 | 10011110 | 1100001 | 111110 | 0 | 100110 | 11011010 | 1011110 | 100000 |
Color Harmonies of #053C9E
Complementary color
Monochromatic Colors of #053C9E
Black with #053C9E
Text Example
Text Example
White with #053C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C9E; }
p { color: rgb(5,60,158); }
H1.HeaderClassName
{
color: #053C9E;
}
.AnyTagClassName
{
color: #053C9E;
}
</style>
background-color css
<style>
a { background-color: #053C9E; }
a { background-color: rgb(5,60,158); }
div.DivClassName
{
background-color: #053C9E;
}
.BgClassName
{
background-color: #053C9E;
}
</style>
border-color css
<style>
span { border-color: #053C9E; }
span { border-color: rgb(5,60,158); }
td.TdClassName
{
border-color: #053C9E;
}
.TagClassName
{
border-color: #053C9E;
}
</style>