Shades of Smalt #053F92
Tints of Smalt #053F92
RGB
CMYK
RGB Variations
Color information
#053F92 (or 0x053F92) is known color: Smalt. HEX triplet: 05, 3F and 92. RGB value is (5,63,146). Sum of RGB (Red+Green+Blue) = 5+63+146=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #053F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F92 is #FAC06D. Grayscale: #363636. Windows color (decimal): -16433262 or 9584389. OLE color: 9584389.
HSL color Cylindrical-coordinate representation of color #053F92: hue angle of 215.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053F92 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 63 | 146 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.43 |
| HSL | 215.32º | 0.93% | 0.3% | - |
| HSV(B) | 215.32º | 0.97% | 0.57% | - |
| XYZ | 7.03 | 5.66 | 27.92 | - |
| YUV | 55.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 146 | 0.97 | 0.57 | 0 | 0.43 | 215.32 | 0.93 | 0.3 |
| Hex | 5 | 3F | 92 | 61 | 39 | 0 | 2B | D7 | 5D | 1E |
| Octal | 5 | 77 | 222 | 141 | 71 | 0 | 53 | 327 | 135 | 36 |
| Binary | 101 | 111111 | 10010010 | 1100001 | 111001 | 0 | 101011 | 11010111 | 1011101 | 11110 |
Color Harmonies of #053F92
Complementary color
Monochromatic Colors of #053F92
Black with #053F92
Text Example
Text Example
White with #053F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F92; }
p { color: rgb(5,63,146); }
H1.HeaderClassName
{
color: #053F92;
}
.AnyTagClassName
{
color: #053F92;
}
</style>
background-color css
<style>
a { background-color: #053F92; }
a { background-color: rgb(5,63,146); }
div.DivClassName
{
background-color: #053F92;
}
.BgClassName
{
background-color: #053F92;
}
</style>
border-color css
<style>
span { border-color: #053F92; }
span { border-color: rgb(5,63,146); }
td.TdClassName
{
border-color: #053F92;
}
.TagClassName
{
border-color: #053F92;
}
</style>