Shades of Smoky #584F6E
Tints of Smoky #584F6E
RGB
CMYK
RGB Variations
Color information
#584F6E (or 0x584F6E) is known color: Smoky. HEX triplet: 58, 4F and 6E. RGB value is (88,79,110). Sum of RGB (Red+Green+Blue) = 88+79+110=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #584F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F6E is #A7B091. Grayscale: #555555. Windows color (decimal): -10989714 or 7229272. OLE color: 7229272.
HSL color Cylindrical-coordinate representation of color #584F6E: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #584F6E is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 79 | 110 | - |
| CMYK | 0.2 | 0.28 | 0 | 0.57 |
| HSL | 257.42º | 0.16% | 0.37% | - |
| HSV(B) | 257.42º | 0.28% | 0.43% | - |
| XYZ | 9.63 | 8.79 | 15.94 | - |
| YUV | 85.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 110 | 0.2 | 0.28 | 0 | 0.57 | 257.42 | 0.16 | 0.37 |
| Hex | 58 | 4F | 6E | 14 | 1C | 0 | 39 | 101 | 10 | 25 |
| Octal | 130 | 117 | 156 | 24 | 34 | 0 | 71 | 401 | 20 | 45 |
| Binary | 1011000 | 1001111 | 1101110 | 10100 | 11100 | 0 | 111001 | 100000001 | 10000 | 100101 |
Color Harmonies of #584F6E
Complementary color
Monochromatic Colors of #584F6E
Black with #584F6E
Text Example
Text Example
White with #584F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F6E; }
p { color: rgb(88,79,110); }
H1.HeaderClassName
{
color: #584F6E;
}
.AnyTagClassName
{
color: #584F6E;
}
</style>
background-color css
<style>
a { background-color: #584F6E; }
a { background-color: rgb(88,79,110); }
div.DivClassName
{
background-color: #584F6E;
}
.BgClassName
{
background-color: #584F6E;
}
</style>
border-color css
<style>
span { border-color: #584F6E; }
span { border-color: rgb(88,79,110); }
td.TdClassName
{
border-color: #584F6E;
}
.TagClassName
{
border-color: #584F6E;
}
</style>