Shades of Smoky #58566D
Tints of Smoky #58566D
RGB
CMYK
RGB Variations
Color information
#58566D (or 0x58566D) is known color: Smoky. HEX triplet: 58, 56 and 6D. RGB value is (88,86,109). Sum of RGB (Red+Green+Blue) = 88+86+109=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #58566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566D is #A7A992. Grayscale: #595959. Windows color (decimal): -10987923 or 7165528. OLE color: 7165528.
HSL color Cylindrical-coordinate representation of color #58566D: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58566D is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 86 | 109 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.57 |
| HSL | 245.22º | 0.12% | 0.38% | - |
| HSV(B) | 245.22º | 0.21% | 0.43% | - |
| XYZ | 10.11 | 9.83 | 15.83 | - |
| YUV | 89.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 109 | 0.19 | 0.21 | 0 | 0.57 | 245.22 | 0.12 | 0.38 |
| Hex | 58 | 56 | 6D | 13 | 15 | 0 | 39 | F5 | C | 26 |
| Octal | 130 | 126 | 155 | 23 | 25 | 0 | 71 | 365 | 14 | 46 |
| Binary | 1011000 | 1010110 | 1101101 | 10011 | 10101 | 0 | 111001 | 11110101 | 1100 | 100110 |
Color Harmonies of #58566D
Complementary color
Monochromatic Colors of #58566D
Black with #58566D
Text Example
Text Example
White with #58566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58566D; }
p { color: rgb(88,86,109); }
H1.HeaderClassName
{
color: #58566D;
}
.AnyTagClassName
{
color: #58566D;
}
</style>
background-color css
<style>
a { background-color: #58566D; }
a { background-color: rgb(88,86,109); }
div.DivClassName
{
background-color: #58566D;
}
.BgClassName
{
background-color: #58566D;
}
</style>
border-color css
<style>
span { border-color: #58566D; }
span { border-color: rgb(88,86,109); }
td.TdClassName
{
border-color: #58566D;
}
.TagClassName
{
border-color: #58566D;
}
</style>