Shades of Smoky #535070
Tints of Smoky #535070
RGB
CMYK
RGB Variations
Color information
#535070 (or 0x535070) is known color: Smoky. HEX triplet: 53, 50 and 70. RGB value is (83,80,112). Sum of RGB (Red+Green+Blue) = 83+80+112=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #535070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535070 is #ACAF8F. Grayscale: #545454. Windows color (decimal): -11317136 or 7360595. OLE color: 7360595.
HSL color Cylindrical-coordinate representation of color #535070: hue angle of 245.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535070 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 80 | 112 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.56 |
| HSL | 245.63º | 0.17% | 0.38% | - |
| HSV(B) | 245.63º | 0.29% | 0.44% | - |
| XYZ | 9.36 | 8.75 | 16.52 | - |
| YUV | 84.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 112 | 0.26 | 0.29 | 0 | 0.56 | 245.63 | 0.17 | 0.38 |
| Hex | 53 | 50 | 70 | 1A | 1D | 0 | 38 | F6 | 11 | 26 |
| Octal | 123 | 120 | 160 | 32 | 35 | 0 | 70 | 366 | 21 | 46 |
| Binary | 1010011 | 1010000 | 1110000 | 11010 | 11101 | 0 | 111000 | 11110110 | 10001 | 100110 |
Color Harmonies of #535070
Complementary color
Monochromatic Colors of #535070
Black with #535070
Text Example
Text Example
White with #535070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535070; }
p { color: rgb(83,80,112); }
H1.HeaderClassName
{
color: #535070;
}
.AnyTagClassName
{
color: #535070;
}
</style>
background-color css
<style>
a { background-color: #535070; }
a { background-color: rgb(83,80,112); }
div.DivClassName
{
background-color: #535070;
}
.BgClassName
{
background-color: #535070;
}
</style>
border-color css
<style>
span { border-color: #535070; }
span { border-color: rgb(83,80,112); }
td.TdClassName
{
border-color: #535070;
}
.TagClassName
{
border-color: #535070;
}
</style>