Shades of Smoky #53526C
Tints of Smoky #53526C
RGB
CMYK
RGB Variations
Color information
#53526C (or 0x53526C) is known color: Smoky. HEX triplet: 53, 52 and 6C. RGB value is (83,82,108). Sum of RGB (Red+Green+Blue) = 83+82+108=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #53526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526C is #ACAD93. Grayscale: #555555. Windows color (decimal): -11316628 or 7098963. OLE color: 7098963.
HSL color Cylindrical-coordinate representation of color #53526C: hue angle of 242.31º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53526C is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 82 | 108 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.58 |
| HSL | 242.31º | 0.14% | 0.37% | - |
| HSV(B) | 242.31º | 0.24% | 0.42% | - |
| XYZ | 9.29 | 8.96 | 15.43 | - |
| YUV | 85.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 108 | 0.23 | 0.24 | 0 | 0.58 | 242.31 | 0.14 | 0.37 |
| Hex | 53 | 52 | 6C | 17 | 18 | 0 | 3A | F2 | E | 25 |
| Octal | 123 | 122 | 154 | 27 | 30 | 0 | 72 | 362 | 16 | 45 |
| Binary | 1010011 | 1010010 | 1101100 | 10111 | 11000 | 0 | 111010 | 11110010 | 1110 | 100101 |
Color Harmonies of #53526C
Complementary color
Monochromatic Colors of #53526C
Black with #53526C
Text Example
Text Example
White with #53526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53526C; }
p { color: rgb(83,82,108); }
H1.HeaderClassName
{
color: #53526C;
}
.AnyTagClassName
{
color: #53526C;
}
</style>
background-color css
<style>
a { background-color: #53526C; }
a { background-color: rgb(83,82,108); }
div.DivClassName
{
background-color: #53526C;
}
.BgClassName
{
background-color: #53526C;
}
</style>
border-color css
<style>
span { border-color: #53526C; }
span { border-color: rgb(83,82,108); }
td.TdClassName
{
border-color: #53526C;
}
.TagClassName
{
border-color: #53526C;
}
</style>