Shades of Smalt #053082
Tints of Smalt #053082
RGB
CMYK
RGB Variations
Color information
#053082 (or 0x053082) is known color: Smalt. HEX triplet: 05, 30 and 82. RGB value is (5,48,130). Sum of RGB (Red+Green+Blue) = 5+48+130=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #053082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053082 is #FACF7D. Grayscale: #2C2C2C. Windows color (decimal): -16437118 or 8531973. OLE color: 8531973.
HSL color Cylindrical-coordinate representation of color #053082: hue angle of 219.36º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053082 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 48 | 130 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.49 |
| HSL | 219.36º | 0.93% | 0.26% | - |
| HSV(B) | 219.36º | 0.96% | 0.51% | - |
| XYZ | 5.15 | 3.76 | 21.57 | - |
| YUV | 44.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 130 | 0.96 | 0.63 | 0 | 0.49 | 219.36 | 0.93 | 0.26 |
| Hex | 5 | 30 | 82 | 60 | 3F | 0 | 31 | DB | 5D | 1A |
| Octal | 5 | 60 | 202 | 140 | 77 | 0 | 61 | 333 | 135 | 32 |
| Binary | 101 | 110000 | 10000010 | 1100000 | 111111 | 0 | 110001 | 11011011 | 1011101 | 11010 |
Color Harmonies of #053082
Complementary color
Monochromatic Colors of #053082
Black with #053082
Text Example
Text Example
White with #053082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053082; }
p { color: rgb(5,48,130); }
H1.HeaderClassName
{
color: #053082;
}
.AnyTagClassName
{
color: #053082;
}
</style>
background-color css
<style>
a { background-color: #053082; }
a { background-color: rgb(5,48,130); }
div.DivClassName
{
background-color: #053082;
}
.BgClassName
{
background-color: #053082;
}
</style>
border-color css
<style>
span { border-color: #053082; }
span { border-color: rgb(5,48,130); }
td.TdClassName
{
border-color: #053082;
}
.TagClassName
{
border-color: #053082;
}
</style>