Shades of Smalt #052084
Tints of Smalt #052084
RGB
CMYK
RGB Variations
Color information
#052084 (or 0x052084) is known color: Smalt. HEX triplet: 05, 20 and 84. RGB value is (5,32,132). Sum of RGB (Red+Green+Blue) = 5+32+132=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #052084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052084 is #FADF7B. Grayscale: #222222. Windows color (decimal): -16441212 or 8658949. OLE color: 8658949.
HSL color Cylindrical-coordinate representation of color #052084: hue angle of 227.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052084 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 32 | 132 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.48 |
| HSL | 227.24º | 0.93% | 0.27% | - |
| HSV(B) | 227.24º | 0.96% | 0.52% | - |
| XYZ | 4.74 | 2.73 | 22.11 | - |
| YUV | 35.33 | 182.55 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 132 | 0.96 | 0.76 | 0 | 0.48 | 227.24 | 0.93 | 0.27 |
| Hex | 5 | 20 | 84 | 60 | 4C | 0 | 30 | E3 | 5D | 1B |
| Octal | 5 | 40 | 204 | 140 | 114 | 0 | 60 | 343 | 135 | 33 |
| Binary | 101 | 100000 | 10000100 | 1100000 | 1001100 | 0 | 110000 | 11100011 | 1011101 | 11011 |
Color Harmonies of #052084
Complementary color
Monochromatic Colors of #052084
Black with #052084
Text Example
Text Example
White with #052084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052084; }
p { color: rgb(5,32,132); }
H1.HeaderClassName
{
color: #052084;
}
.AnyTagClassName
{
color: #052084;
}
</style>
background-color css
<style>
a { background-color: #052084; }
a { background-color: rgb(5,32,132); }
div.DivClassName
{
background-color: #052084;
}
.BgClassName
{
background-color: #052084;
}
</style>
border-color css
<style>
span { border-color: #052084; }
span { border-color: rgb(5,32,132); }
td.TdClassName
{
border-color: #052084;
}
.TagClassName
{
border-color: #052084;
}
</style>