Shades of Smalt #053F90
Tints of Smalt #053F90
RGB
CMYK
RGB Variations
Color information
#053F90 (or 0x053F90) is known color: Smalt. HEX triplet: 05, 3F and 90. RGB value is (5,63,144). Sum of RGB (Red+Green+Blue) = 5+63+144=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #053F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F90 is #FAC06F. Grayscale: #363636. Windows color (decimal): -16433264 or 9453317. OLE color: 9453317.
HSL color Cylindrical-coordinate representation of color #053F90: hue angle of 214.96º 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 #053F90 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 63 | 144 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.44 |
| HSL | 214.96º | 0.93% | 0.29% | - |
| HSV(B) | 214.96º | 0.97% | 0.56% | - |
| XYZ | 6.87 | 5.6 | 27.1 | - |
| YUV | 54.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 144 | 0.97 | 0.56 | 0 | 0.44 | 214.96 | 0.93 | 0.29 |
| Hex | 5 | 3F | 90 | 61 | 38 | 0 | 2C | D7 | 5D | 1D |
| Octal | 5 | 77 | 220 | 141 | 70 | 0 | 54 | 327 | 135 | 35 |
| Binary | 101 | 111111 | 10010000 | 1100001 | 111000 | 0 | 101100 | 11010111 | 1011101 | 11101 |
Color Harmonies of #053F90
Complementary color
Monochromatic Colors of #053F90
Black with #053F90
Text Example
Text Example
White with #053F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F90; }
p { color: rgb(5,63,144); }
H1.HeaderClassName
{
color: #053F90;
}
.AnyTagClassName
{
color: #053F90;
}
</style>
background-color css
<style>
a { background-color: #053F90; }
a { background-color: rgb(5,63,144); }
div.DivClassName
{
background-color: #053F90;
}
.BgClassName
{
background-color: #053F90;
}
</style>
border-color css
<style>
span { border-color: #053F90; }
span { border-color: rgb(5,63,144); }
td.TdClassName
{
border-color: #053F90;
}
.TagClassName
{
border-color: #053F90;
}
</style>