Shades of Smalt #053A99
Tints of Smalt #053A99
RGB
CMYK
RGB Variations
Color information
#053A99 (or 0x053A99) is known color: Smalt. HEX triplet: 05, 3A and 99. RGB value is (5,58,153). Sum of RGB (Red+Green+Blue) = 5+58+153=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #053A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A99 is #FAC566. Grayscale: #343434. Windows color (decimal): -16434535 or 10041861. OLE color: 10041861.
HSL color Cylindrical-coordinate representation of color #053A99: hue angle of 218.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A99 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 58 | 153 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.4 |
| HSL | 218.51º | 0.94% | 0.31% | - |
| HSV(B) | 218.51º | 0.97% | 0.6% | - |
| XYZ | 7.33 | 5.36 | 30.79 | - |
| YUV | 52.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 153 | 0.97 | 0.62 | 0 | 0.4 | 218.51 | 0.94 | 0.31 |
| Hex | 5 | 3A | 99 | 61 | 3E | 0 | 28 | DB | 5E | 1F |
| Octal | 5 | 72 | 231 | 141 | 76 | 0 | 50 | 333 | 136 | 37 |
| Binary | 101 | 111010 | 10011001 | 1100001 | 111110 | 0 | 101000 | 11011011 | 1011110 | 11111 |
Color Harmonies of #053A99
Complementary color
Monochromatic Colors of #053A99
Black with #053A99
Text Example
Text Example
White with #053A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A99; }
p { color: rgb(5,58,153); }
H1.HeaderClassName
{
color: #053A99;
}
.AnyTagClassName
{
color: #053A99;
}
</style>
background-color css
<style>
a { background-color: #053A99; }
a { background-color: rgb(5,58,153); }
div.DivClassName
{
background-color: #053A99;
}
.BgClassName
{
background-color: #053A99;
}
</style>
border-color css
<style>
span { border-color: #053A99; }
span { border-color: rgb(5,58,153); }
td.TdClassName
{
border-color: #053A99;
}
.TagClassName
{
border-color: #053A99;
}
</style>