Shades of Smoky #58575D
Tints of Smoky #58575D
RGB
CMYK
RGB Variations
Color information
#58575D (or 0x58575D) is known color: Smoky. HEX triplet: 58, 57 and 5D. RGB value is (88,87,93). Sum of RGB (Red+Green+Blue) = 88+87+93=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #58575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58575D is #A7A8A2. Grayscale: #575757. Windows color (decimal): -10987683 or 6117208. OLE color: 6117208.
HSL color Cylindrical-coordinate representation of color #58575D: hue angle of 250º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #58575D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 87 | 93 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.64 |
| HSL | 250º | 0.03% | 0.35% | - |
| HSV(B) | 250º | 0.06% | 0.36% | - |
| XYZ | 9.41 | 9.68 | 11.73 | - |
| YUV | 87.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 93 | 0.05 | 0.06 | 0 | 0.64 | 250 | 0.03 | 0.35 |
| Hex | 58 | 57 | 5D | 5 | 6 | 0 | 40 | FA | 3 | 23 |
| Octal | 130 | 127 | 135 | 5 | 6 | 0 | 100 | 372 | 3 | 43 |
| Binary | 1011000 | 1010111 | 1011101 | 101 | 110 | 0 | 1000000 | 11111010 | 11 | 100011 |
Color Harmonies of #58575D
Complementary color
Monochromatic Colors of #58575D
Black with #58575D
Text Example
Text Example
White with #58575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58575D; }
p { color: rgb(88,87,93); }
H1.HeaderClassName
{
color: #58575D;
}
.AnyTagClassName
{
color: #58575D;
}
</style>
background-color css
<style>
a { background-color: #58575D; }
a { background-color: rgb(88,87,93); }
div.DivClassName
{
background-color: #58575D;
}
.BgClassName
{
background-color: #58575D;
}
</style>
border-color css
<style>
span { border-color: #58575D; }
span { border-color: rgb(88,87,93); }
td.TdClassName
{
border-color: #58575D;
}
.TagClassName
{
border-color: #58575D;
}
</style>