Shades of Smalt #053B9C
Tints of Smalt #053B9C
RGB
CMYK
RGB Variations
Color information
#053B9C (or 0x053B9C) is known color: Smalt. HEX triplet: 05, 3B and 9C. RGB value is (5,59,156). Sum of RGB (Red+Green+Blue) = 5+59+156=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #053B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B9C is #FAC463. Grayscale: #353535. Windows color (decimal): -16434276 or 10238725. OLE color: 10238725.
HSL color Cylindrical-coordinate representation of color #053B9C: hue angle of 218.54º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053B9C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 59 | 156 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.39 |
| HSL | 218.54º | 0.94% | 0.32% | - |
| HSV(B) | 218.54º | 0.97% | 0.61% | - |
| XYZ | 7.63 | 5.56 | 32.12 | - |
| YUV | 53.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 156 | 0.97 | 0.62 | 0 | 0.39 | 218.54 | 0.94 | 0.32 |
| Hex | 5 | 3B | 9C | 61 | 3E | 0 | 27 | DB | 5E | 20 |
| Octal | 5 | 73 | 234 | 141 | 76 | 0 | 47 | 333 | 136 | 40 |
| Binary | 101 | 111011 | 10011100 | 1100001 | 111110 | 0 | 100111 | 11011011 | 1011110 | 100000 |
Color Harmonies of #053B9C
Complementary color
Monochromatic Colors of #053B9C
Black with #053B9C
Text Example
Text Example
White with #053B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B9C; }
p { color: rgb(5,59,156); }
H1.HeaderClassName
{
color: #053B9C;
}
.AnyTagClassName
{
color: #053B9C;
}
</style>
background-color css
<style>
a { background-color: #053B9C; }
a { background-color: rgb(5,59,156); }
div.DivClassName
{
background-color: #053B9C;
}
.BgClassName
{
background-color: #053B9C;
}
</style>
border-color css
<style>
span { border-color: #053B9C; }
span { border-color: rgb(5,59,156); }
td.TdClassName
{
border-color: #053B9C;
}
.TagClassName
{
border-color: #053B9C;
}
</style>