Shades of Smalt #052184
Tints of Smalt #052184
RGB
CMYK
RGB Variations
Color information
#052184 (or 0x052184) is known color: Smalt. HEX triplet: 05, 21 and 84. RGB value is (5,33,132). Sum of RGB (Red+Green+Blue) = 5+33+132=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #052184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052184 is #FADE7B. Grayscale: #232323. Windows color (decimal): -16440956 or 8659205. OLE color: 8659205.
HSL color Cylindrical-coordinate representation of color #052184: hue angle of 226.77º 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 #052184 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 33 | 132 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.48 |
| HSL | 226.77º | 0.93% | 0.27% | - |
| HSV(B) | 226.77º | 0.96% | 0.52% | - |
| XYZ | 4.77 | 2.79 | 22.12 | - |
| YUV | 35.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 132 | 0.96 | 0.75 | 0 | 0.48 | 226.77 | 0.93 | 0.27 |
| Hex | 5 | 21 | 84 | 60 | 4B | 0 | 30 | E3 | 5D | 1B |
| Octal | 5 | 41 | 204 | 140 | 113 | 0 | 60 | 343 | 135 | 33 |
| Binary | 101 | 100001 | 10000100 | 1100000 | 1001011 | 0 | 110000 | 11100011 | 1011101 | 11011 |
Color Harmonies of #052184
Complementary color
Monochromatic Colors of #052184
Black with #052184
Text Example
Text Example
White with #052184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052184; }
p { color: rgb(5,33,132); }
H1.HeaderClassName
{
color: #052184;
}
.AnyTagClassName
{
color: #052184;
}
</style>
background-color css
<style>
a { background-color: #052184; }
a { background-color: rgb(5,33,132); }
div.DivClassName
{
background-color: #052184;
}
.BgClassName
{
background-color: #052184;
}
</style>
border-color css
<style>
span { border-color: #052184; }
span { border-color: rgb(5,33,132); }
td.TdClassName
{
border-color: #052184;
}
.TagClassName
{
border-color: #052184;
}
</style>