Shades of Smalt #053A93
Tints of Smalt #053A93
RGB
CMYK
RGB Variations
Color information
#053A93 (or 0x053A93) is known color: Smalt. HEX triplet: 05, 3A and 93. RGB value is (5,58,147). Sum of RGB (Red+Green+Blue) = 5+58+147=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #053A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A93 is #FAC56C. Grayscale: #333333. Windows color (decimal): -16434541 or 9648645. OLE color: 9648645.
HSL color Cylindrical-coordinate representation of color #053A93: hue angle of 217.61º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A93 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 58 | 147 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.42 |
| HSL | 217.61º | 0.93% | 0.3% | - |
| HSV(B) | 217.61º | 0.97% | 0.58% | - |
| XYZ | 6.84 | 5.16 | 28.24 | - |
| YUV | 52.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 147 | 0.97 | 0.61 | 0 | 0.42 | 217.61 | 0.93 | 0.3 |
| Hex | 5 | 3A | 93 | 61 | 3D | 0 | 2A | DA | 5D | 1E |
| Octal | 5 | 72 | 223 | 141 | 75 | 0 | 52 | 332 | 135 | 36 |
| Binary | 101 | 111010 | 10010011 | 1100001 | 111101 | 0 | 101010 | 11011010 | 1011101 | 11110 |
Color Harmonies of #053A93
Complementary color
Monochromatic Colors of #053A93
Black with #053A93
Text Example
Text Example
White with #053A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A93; }
p { color: rgb(5,58,147); }
H1.HeaderClassName
{
color: #053A93;
}
.AnyTagClassName
{
color: #053A93;
}
</style>
background-color css
<style>
a { background-color: #053A93; }
a { background-color: rgb(5,58,147); }
div.DivClassName
{
background-color: #053A93;
}
.BgClassName
{
background-color: #053A93;
}
</style>
border-color css
<style>
span { border-color: #053A93; }
span { border-color: rgb(5,58,147); }
td.TdClassName
{
border-color: #053A93;
}
.TagClassName
{
border-color: #053A93;
}
</style>