Shades of Smoky #524E6D
Tints of Smoky #524E6D
RGB
CMYK
RGB Variations
Color information
#524E6D (or 0x524E6D) is known color: Smoky. HEX triplet: 52, 4E and 6D. RGB value is (82,78,109). Sum of RGB (Red+Green+Blue) = 82+78+109=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #524E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E6D is #ADB192. Grayscale: #525252. Windows color (decimal): -11383187 or 7163474. OLE color: 7163474.
HSL color Cylindrical-coordinate representation of color #524E6D: hue angle of 247.74º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524E6D is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 78 | 109 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.57 |
| HSL | 247.74º | 0.17% | 0.37% | - |
| HSV(B) | 247.74º | 0.28% | 0.43% | - |
| XYZ | 8.96 | 8.35 | 15.61 | - |
| YUV | 82.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 109 | 0.25 | 0.28 | 0 | 0.57 | 247.74 | 0.17 | 0.37 |
| Hex | 52 | 4E | 6D | 19 | 1C | 0 | 39 | F8 | 11 | 25 |
| Octal | 122 | 116 | 155 | 31 | 34 | 0 | 71 | 370 | 21 | 45 |
| Binary | 1010010 | 1001110 | 1101101 | 11001 | 11100 | 0 | 111001 | 11111000 | 10001 | 100101 |
Color Harmonies of #524E6D
Complementary color
Monochromatic Colors of #524E6D
Black with #524E6D
Text Example
Text Example
White with #524E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E6D; }
p { color: rgb(82,78,109); }
H1.HeaderClassName
{
color: #524E6D;
}
.AnyTagClassName
{
color: #524E6D;
}
</style>
background-color css
<style>
a { background-color: #524E6D; }
a { background-color: rgb(82,78,109); }
div.DivClassName
{
background-color: #524E6D;
}
.BgClassName
{
background-color: #524E6D;
}
</style>
border-color css
<style>
span { border-color: #524E6D; }
span { border-color: rgb(82,78,109); }
td.TdClassName
{
border-color: #524E6D;
}
.TagClassName
{
border-color: #524E6D;
}
</style>