Shades of Smoky #535072
Tints of Smoky #535072
RGB
CMYK
RGB Variations
Color information
#535072 (or 0x535072) is known color: Smoky. HEX triplet: 53, 50 and 72. RGB value is (83,80,114). Sum of RGB (Red+Green+Blue) = 83+80+114=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #535072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535072 is #ACAF8D. Grayscale: #545454. Windows color (decimal): -11317134 or 7491667. OLE color: 7491667.
HSL color Cylindrical-coordinate representation of color #535072: hue angle of 245.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535072 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 80 | 114 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.55 |
| HSL | 245.29º | 0.18% | 0.38% | - |
| HSV(B) | 245.29º | 0.3% | 0.45% | - |
| XYZ | 9.47 | 8.79 | 17.12 | - |
| YUV | 84.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 114 | 0.27 | 0.30 | 0 | 0.55 | 245.29 | 0.18 | 0.38 |
| Hex | 53 | 50 | 72 | 1B | 1E | 0 | 37 | F5 | 12 | 26 |
| Octal | 123 | 120 | 162 | 33 | 36 | 0 | 67 | 365 | 22 | 46 |
| Binary | 1010011 | 1010000 | 1110010 | 11011 | 11110 | 0 | 110111 | 11110101 | 10010 | 100110 |
Color Harmonies of #535072
Complementary color
Monochromatic Colors of #535072
Black with #535072
Text Example
Text Example
White with #535072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535072; }
p { color: rgb(83,80,114); }
H1.HeaderClassName
{
color: #535072;
}
.AnyTagClassName
{
color: #535072;
}
</style>
background-color css
<style>
a { background-color: #535072; }
a { background-color: rgb(83,80,114); }
div.DivClassName
{
background-color: #535072;
}
.BgClassName
{
background-color: #535072;
}
</style>
border-color css
<style>
span { border-color: #535072; }
span { border-color: rgb(83,80,114); }
td.TdClassName
{
border-color: #535072;
}
.TagClassName
{
border-color: #535072;
}
</style>