Shades of Smalt #053299
Tints of Smalt #053299
RGB
CMYK
RGB Variations
Color information
#053299 (or 0x053299) is known color: Smalt. HEX triplet: 05, 32 and 99. RGB value is (5,50,153). Sum of RGB (Red+Green+Blue) = 5+50+153=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #053299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053299 is #FACD66. Grayscale: #2F2F2F. Windows color (decimal): -16436583 or 10039813. OLE color: 10039813.
HSL color Cylindrical-coordinate representation of color #053299: hue angle of 221.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053299 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 50 | 153 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.4 |
| HSL | 221.76º | 0.94% | 0.31% | - |
| HSV(B) | 221.76º | 0.97% | 0.6% | - |
| XYZ | 6.95 | 4.61 | 30.66 | - |
| YUV | 48.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 153 | 0.97 | 0.67 | 0 | 0.4 | 221.76 | 0.94 | 0.31 |
| Hex | 5 | 32 | 99 | 61 | 43 | 0 | 28 | DE | 5E | 1F |
| Octal | 5 | 62 | 231 | 141 | 103 | 0 | 50 | 336 | 136 | 37 |
| Binary | 101 | 110010 | 10011001 | 1100001 | 1000011 | 0 | 101000 | 11011110 | 1011110 | 11111 |
Color Harmonies of #053299
Complementary color
Monochromatic Colors of #053299
Black with #053299
Text Example
Text Example
White with #053299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053299; }
p { color: rgb(5,50,153); }
H1.HeaderClassName
{
color: #053299;
}
.AnyTagClassName
{
color: #053299;
}
</style>
background-color css
<style>
a { background-color: #053299; }
a { background-color: rgb(5,50,153); }
div.DivClassName
{
background-color: #053299;
}
.BgClassName
{
background-color: #053299;
}
</style>
border-color css
<style>
span { border-color: #053299; }
span { border-color: rgb(5,50,153); }
td.TdClassName
{
border-color: #053299;
}
.TagClassName
{
border-color: #053299;
}
</style>