Shades of Smalt #053A90
Tints of Smalt #053A90
RGB
CMYK
RGB Variations
Color information
#053A90 (or 0x053A90) is known color: Smalt. HEX triplet: 05, 3A and 90. RGB value is (5,58,144). Sum of RGB (Red+Green+Blue) = 5+58+144=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #053A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A90 is #FAC56F. Grayscale: #333333. Windows color (decimal): -16434544 or 9452037. OLE color: 9452037.
HSL color Cylindrical-coordinate representation of color #053A90: hue angle of 217.12º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A90 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 58 | 144 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.44 |
| HSL | 217.12º | 0.93% | 0.29% | - |
| HSV(B) | 217.12º | 0.97% | 0.56% | - |
| XYZ | 6.61 | 5.07 | 27.02 | - |
| YUV | 51.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 144 | 0.97 | 0.60 | 0 | 0.44 | 217.12 | 0.93 | 0.29 |
| Hex | 5 | 3A | 90 | 61 | 3C | 0 | 2C | D9 | 5D | 1D |
| Octal | 5 | 72 | 220 | 141 | 74 | 0 | 54 | 331 | 135 | 35 |
| Binary | 101 | 111010 | 10010000 | 1100001 | 111100 | 0 | 101100 | 11011001 | 1011101 | 11101 |
Color Harmonies of #053A90
Complementary color
Monochromatic Colors of #053A90
Black with #053A90
Text Example
Text Example
White with #053A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A90; }
p { color: rgb(5,58,144); }
H1.HeaderClassName
{
color: #053A90;
}
.AnyTagClassName
{
color: #053A90;
}
</style>
background-color css
<style>
a { background-color: #053A90; }
a { background-color: rgb(5,58,144); }
div.DivClassName
{
background-color: #053A90;
}
.BgClassName
{
background-color: #053A90;
}
</style>
border-color css
<style>
span { border-color: #053A90; }
span { border-color: rgb(5,58,144); }
td.TdClassName
{
border-color: #053A90;
}
.TagClassName
{
border-color: #053A90;
}
</style>