Shades of Smalt #053D9E
Tints of Smalt #053D9E
RGB
CMYK
RGB Variations
Color information
#053D9E (or 0x053D9E) is known color: Smalt. HEX triplet: 05, 3D and 9E. RGB value is (5,61,158). Sum of RGB (Red+Green+Blue) = 5+61+158=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #053D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D9E is #FAC261. Grayscale: #363636. Windows color (decimal): -16433762 or 10370309. OLE color: 10370309.
HSL color Cylindrical-coordinate representation of color #053D9E: hue angle of 218.04º 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 #053D9E is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 61 | 158 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.38 |
| HSL | 218.04º | 0.94% | 0.32% | - |
| HSV(B) | 218.04º | 0.97% | 0.62% | - |
| XYZ | 7.9 | 5.84 | 33.06 | - |
| YUV | 55.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 158 | 0.97 | 0.61 | 0 | 0.38 | 218.04 | 0.94 | 0.32 |
| Hex | 5 | 3D | 9E | 61 | 3D | 0 | 26 | DA | 5E | 20 |
| Octal | 5 | 75 | 236 | 141 | 75 | 0 | 46 | 332 | 136 | 40 |
| Binary | 101 | 111101 | 10011110 | 1100001 | 111101 | 0 | 100110 | 11011010 | 1011110 | 100000 |
Color Harmonies of #053D9E
Complementary color
Monochromatic Colors of #053D9E
Black with #053D9E
Text Example
Text Example
White with #053D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D9E; }
p { color: rgb(5,61,158); }
H1.HeaderClassName
{
color: #053D9E;
}
.AnyTagClassName
{
color: #053D9E;
}
</style>
background-color css
<style>
a { background-color: #053D9E; }
a { background-color: rgb(5,61,158); }
div.DivClassName
{
background-color: #053D9E;
}
.BgClassName
{
background-color: #053D9E;
}
</style>
border-color css
<style>
span { border-color: #053D9E; }
span { border-color: rgb(5,61,158); }
td.TdClassName
{
border-color: #053D9E;
}
.TagClassName
{
border-color: #053D9E;
}
</style>