Shades of Smoky #535163
Tints of Smoky #535163
RGB
CMYK
RGB Variations
Color information
#535163 (or 0x535163) is known color: Smoky. HEX triplet: 53, 51 and 63. RGB value is (83,81,99). Sum of RGB (Red+Green+Blue) = 83+81+99=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #535163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535163 is #ACAE9C. Grayscale: #535353. Windows color (decimal): -11316893 or 6508883. OLE color: 6508883.
HSL color Cylindrical-coordinate representation of color #535163: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535163 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 81 | 99 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.61 |
| HSL | 246.67º | 0.1% | 0.35% | - |
| HSV(B) | 246.67º | 0.18% | 0.39% | - |
| XYZ | 8.76 | 8.62 | 13.01 | - |
| YUV | 83.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 99 | 0.16 | 0.18 | 0 | 0.61 | 246.67 | 0.1 | 0.35 |
| Hex | 53 | 51 | 63 | 10 | 12 | 0 | 3D | F7 | A | 23 |
| Octal | 123 | 121 | 143 | 20 | 22 | 0 | 75 | 367 | 12 | 43 |
| Binary | 1010011 | 1010001 | 1100011 | 10000 | 10010 | 0 | 111101 | 11110111 | 1010 | 100011 |
Color Harmonies of #535163
Complementary color
Monochromatic Colors of #535163
Black with #535163
Text Example
Text Example
White with #535163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535163; }
p { color: rgb(83,81,99); }
H1.HeaderClassName
{
color: #535163;
}
.AnyTagClassName
{
color: #535163;
}
</style>
background-color css
<style>
a { background-color: #535163; }
a { background-color: rgb(83,81,99); }
div.DivClassName
{
background-color: #535163;
}
.BgClassName
{
background-color: #535163;
}
</style>
border-color css
<style>
span { border-color: #535163; }
span { border-color: rgb(83,81,99); }
td.TdClassName
{
border-color: #535163;
}
.TagClassName
{
border-color: #535163;
}
</style>