Shades of Smoky #53526D
Tints of Smoky #53526D
RGB
CMYK
RGB Variations
Color information
#53526D (or 0x53526D) is known color: Smoky. HEX triplet: 53, 52 and 6D. RGB value is (83,82,109). Sum of RGB (Red+Green+Blue) = 83+82+109=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #53526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526D is #ACAD92. Grayscale: #555555. Windows color (decimal): -11316627 or 7164499. OLE color: 7164499.
HSL color Cylindrical-coordinate representation of color #53526D: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53526D is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 82 | 109 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.57 |
| HSL | 242.22º | 0.14% | 0.37% | - |
| HSV(B) | 242.22º | 0.25% | 0.43% | - |
| XYZ | 9.34 | 8.98 | 15.71 | - |
| YUV | 85.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 109 | 0.24 | 0.25 | 0 | 0.57 | 242.22 | 0.14 | 0.37 |
| Hex | 53 | 52 | 6D | 18 | 19 | 0 | 39 | F2 | E | 25 |
| Octal | 123 | 122 | 155 | 30 | 31 | 0 | 71 | 362 | 16 | 45 |
| Binary | 1010011 | 1010010 | 1101101 | 11000 | 11001 | 0 | 111001 | 11110010 | 1110 | 100101 |
Color Harmonies of #53526D
Complementary color
Monochromatic Colors of #53526D
Black with #53526D
Text Example
Text Example
White with #53526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53526D; }
p { color: rgb(83,82,109); }
H1.HeaderClassName
{
color: #53526D;
}
.AnyTagClassName
{
color: #53526D;
}
</style>
background-color css
<style>
a { background-color: #53526D; }
a { background-color: rgb(83,82,109); }
div.DivClassName
{
background-color: #53526D;
}
.BgClassName
{
background-color: #53526D;
}
</style>
border-color css
<style>
span { border-color: #53526D; }
span { border-color: rgb(83,82,109); }
td.TdClassName
{
border-color: #53526D;
}
.TagClassName
{
border-color: #53526D;
}
</style>