Shades of Smoky #58516E
Tints of Smoky #58516E
RGB
CMYK
RGB Variations
Color information
#58516E (or 0x58516E) is known color: Smoky. HEX triplet: 58, 51 and 6E. RGB value is (88,81,110). Sum of RGB (Red+Green+Blue) = 88+81+110=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #58516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58516E is #A7AE91. Grayscale: #565656. Windows color (decimal): -10989202 or 7229784. OLE color: 7229784.
HSL color Cylindrical-coordinate representation of color #58516E: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58516E is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 81 | 110 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.57 |
| HSL | 254.48º | 0.15% | 0.37% | - |
| HSV(B) | 254.48º | 0.26% | 0.43% | - |
| XYZ | 9.78 | 9.09 | 15.99 | - |
| YUV | 86.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 110 | 0.2 | 0.26 | 0 | 0.57 | 254.48 | 0.15 | 0.37 |
| Hex | 58 | 51 | 6E | 14 | 1A | 0 | 39 | FE | F | 25 |
| Octal | 130 | 121 | 156 | 24 | 32 | 0 | 71 | 376 | 17 | 45 |
| Binary | 1011000 | 1010001 | 1101110 | 10100 | 11010 | 0 | 111001 | 11111110 | 1111 | 100101 |
Color Harmonies of #58516E
Complementary color
Monochromatic Colors of #58516E
Black with #58516E
Text Example
Text Example
White with #58516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58516E; }
p { color: rgb(88,81,110); }
H1.HeaderClassName
{
color: #58516E;
}
.AnyTagClassName
{
color: #58516E;
}
</style>
background-color css
<style>
a { background-color: #58516E; }
a { background-color: rgb(88,81,110); }
div.DivClassName
{
background-color: #58516E;
}
.BgClassName
{
background-color: #58516E;
}
</style>
border-color css
<style>
span { border-color: #58516E; }
span { border-color: rgb(88,81,110); }
td.TdClassName
{
border-color: #58516E;
}
.TagClassName
{
border-color: #58516E;
}
</style>