Shades of Smoky #58516F
Tints of Smoky #58516F
RGB
CMYK
RGB Variations
Color information
#58516F (or 0x58516F) is known color: Smoky. HEX triplet: 58, 51 and 6F. RGB value is (88,81,111). Sum of RGB (Red+Green+Blue) = 88+81+111=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #58516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58516F is #A7AE90. Grayscale: #565656. Windows color (decimal): -10989201 or 7295320. OLE color: 7295320.
HSL color Cylindrical-coordinate representation of color #58516F: hue angle of 254º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58516F is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 81 | 111 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.56 |
| HSL | 254º | 0.16% | 0.38% | - |
| HSV(B) | 254º | 0.27% | 0.44% | - |
| XYZ | 9.84 | 9.11 | 16.28 | - |
| YUV | 86.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 111 | 0.21 | 0.27 | 0 | 0.56 | 254 | 0.16 | 0.38 |
| Hex | 58 | 51 | 6F | 15 | 1B | 0 | 38 | FE | 10 | 26 |
| Octal | 130 | 121 | 157 | 25 | 33 | 0 | 70 | 376 | 20 | 46 |
| Binary | 1011000 | 1010001 | 1101111 | 10101 | 11011 | 0 | 111000 | 11111110 | 10000 | 100110 |
Color Harmonies of #58516F
Complementary color
Monochromatic Colors of #58516F
Black with #58516F
Text Example
Text Example
White with #58516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58516F; }
p { color: rgb(88,81,111); }
H1.HeaderClassName
{
color: #58516F;
}
.AnyTagClassName
{
color: #58516F;
}
</style>
background-color css
<style>
a { background-color: #58516F; }
a { background-color: rgb(88,81,111); }
div.DivClassName
{
background-color: #58516F;
}
.BgClassName
{
background-color: #58516F;
}
</style>
border-color css
<style>
span { border-color: #58516F; }
span { border-color: rgb(88,81,111); }
td.TdClassName
{
border-color: #58516F;
}
.TagClassName
{
border-color: #58516F;
}
</style>