Shades of Smoky #534D6B
Tints of Smoky #534D6B
RGB
CMYK
RGB Variations
Color information
#534D6B (or 0x534D6B) is known color: Smoky. HEX triplet: 53, 4D and 6B. RGB value is (83,77,107). Sum of RGB (Red+Green+Blue) = 83+77+107=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #534D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D6B is #ACB294. Grayscale: #525252. Windows color (decimal): -11317909 or 7032147. OLE color: 7032147.
HSL color Cylindrical-coordinate representation of color #534D6B: hue angle of 252º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534D6B is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 77 | 107 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.58 |
| HSL | 252º | 0.16% | 0.36% | - |
| HSV(B) | 252º | 0.28% | 0.42% | - |
| XYZ | 8.87 | 8.21 | 15.03 | - |
| YUV | 82.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 107 | 0.22 | 0.28 | 0 | 0.58 | 252 | 0.16 | 0.36 |
| Hex | 53 | 4D | 6B | 16 | 1C | 0 | 3A | FC | 10 | 24 |
| Octal | 123 | 115 | 153 | 26 | 34 | 0 | 72 | 374 | 20 | 44 |
| Binary | 1010011 | 1001101 | 1101011 | 10110 | 11100 | 0 | 111010 | 11111100 | 10000 | 100100 |
Color Harmonies of #534D6B
Complementary color
Monochromatic Colors of #534D6B
Black with #534D6B
Text Example
Text Example
White with #534D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D6B; }
p { color: rgb(83,77,107); }
H1.HeaderClassName
{
color: #534D6B;
}
.AnyTagClassName
{
color: #534D6B;
}
</style>
background-color css
<style>
a { background-color: #534D6B; }
a { background-color: rgb(83,77,107); }
div.DivClassName
{
background-color: #534D6B;
}
.BgClassName
{
background-color: #534D6B;
}
</style>
border-color css
<style>
span { border-color: #534D6B; }
span { border-color: rgb(83,77,107); }
td.TdClassName
{
border-color: #534D6B;
}
.TagClassName
{
border-color: #534D6B;
}
</style>