Shades of Smoky #524D6D
Tints of Smoky #524D6D
RGB
CMYK
RGB Variations
Color information
#524D6D (or 0x524D6D) is known color: Smoky. HEX triplet: 52, 4D and 6D. RGB value is (82,77,109). Sum of RGB (Red+Green+Blue) = 82+77+109=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #524D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D6D is #ADB292. Grayscale: #525252. Windows color (decimal): -11383443 or 7163218. OLE color: 7163218.
HSL color Cylindrical-coordinate representation of color #524D6D: hue angle of 249.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #524D6D is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 77 | 109 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.57 |
| HSL | 249.38º | 0.17% | 0.36% | - |
| HSV(B) | 249.38º | 0.29% | 0.43% | - |
| XYZ | 8.89 | 8.21 | 15.58 | - |
| YUV | 82.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 109 | 0.25 | 0.29 | 0 | 0.57 | 249.38 | 0.17 | 0.36 |
| Hex | 52 | 4D | 6D | 19 | 1D | 0 | 39 | F9 | 11 | 24 |
| Octal | 122 | 115 | 155 | 31 | 35 | 0 | 71 | 371 | 21 | 44 |
| Binary | 1010010 | 1001101 | 1101101 | 11001 | 11101 | 0 | 111001 | 11111001 | 10001 | 100100 |
Color Harmonies of #524D6D
Complementary color
Monochromatic Colors of #524D6D
Black with #524D6D
Text Example
Text Example
White with #524D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D6D; }
p { color: rgb(82,77,109); }
H1.HeaderClassName
{
color: #524D6D;
}
.AnyTagClassName
{
color: #524D6D;
}
</style>
background-color css
<style>
a { background-color: #524D6D; }
a { background-color: rgb(82,77,109); }
div.DivClassName
{
background-color: #524D6D;
}
.BgClassName
{
background-color: #524D6D;
}
</style>
border-color css
<style>
span { border-color: #524D6D; }
span { border-color: rgb(82,77,109); }
td.TdClassName
{
border-color: #524D6D;
}
.TagClassName
{
border-color: #524D6D;
}
</style>