Shades of Smoky #584E6F
Tints of Smoky #584E6F
RGB
CMYK
RGB Variations
Color information
#584E6F (or 0x584E6F) is known color: Smoky. HEX triplet: 58, 4E and 6F. RGB value is (88,78,111). Sum of RGB (Red+Green+Blue) = 88+78+111=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #584E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E6F is #A7B190. Grayscale: #545454. Windows color (decimal): -10989969 or 7294552. OLE color: 7294552.
HSL color Cylindrical-coordinate representation of color #584E6F: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #584E6F is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 78 | 111 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.56 |
| HSL | 258.18º | 0.17% | 0.37% | - |
| HSV(B) | 258.18º | 0.3% | 0.44% | - |
| XYZ | 9.62 | 8.67 | 16.21 | - |
| YUV | 84.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 111 | 0.21 | 0.30 | 0 | 0.56 | 258.18 | 0.17 | 0.37 |
| Hex | 58 | 4E | 6F | 15 | 1E | 0 | 38 | 102 | 11 | 25 |
| Octal | 130 | 116 | 157 | 25 | 36 | 0 | 70 | 402 | 21 | 45 |
| Binary | 1011000 | 1001110 | 1101111 | 10101 | 11110 | 0 | 111000 | 100000010 | 10001 | 100101 |
Color Harmonies of #584E6F
Complementary color
Monochromatic Colors of #584E6F
Black with #584E6F
Text Example
Text Example
White with #584E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E6F; }
p { color: rgb(88,78,111); }
H1.HeaderClassName
{
color: #584E6F;
}
.AnyTagClassName
{
color: #584E6F;
}
</style>
background-color css
<style>
a { background-color: #584E6F; }
a { background-color: rgb(88,78,111); }
div.DivClassName
{
background-color: #584E6F;
}
.BgClassName
{
background-color: #584E6F;
}
</style>
border-color css
<style>
span { border-color: #584E6F; }
span { border-color: rgb(88,78,111); }
td.TdClassName
{
border-color: #584E6F;
}
.TagClassName
{
border-color: #584E6F;
}
</style>