Shades of Smoky #584E72
Tints of Smoky #584E72
RGB
CMYK
RGB Variations
Color information
#584E72 (or 0x584E72) is known color: Smoky. HEX triplet: 58, 4E and 72. RGB value is (88,78,114). Sum of RGB (Red+Green+Blue) = 88+78+114=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #584E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E72 is #A7B18D. Grayscale: #545454. Windows color (decimal): -10989966 or 7491160. OLE color: 7491160.
HSL color Cylindrical-coordinate representation of color #584E72: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584E72 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 78 | 114 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.55 |
| HSL | 256.67º | 0.19% | 0.38% | - |
| HSV(B) | 256.67º | 0.32% | 0.45% | - |
| XYZ | 9.79 | 8.74 | 17.09 | - |
| YUV | 85.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 114 | 0.23 | 0.32 | 0 | 0.55 | 256.67 | 0.19 | 0.38 |
| Hex | 58 | 4E | 72 | 17 | 20 | 0 | 37 | 101 | 13 | 26 |
| Octal | 130 | 116 | 162 | 27 | 40 | 0 | 67 | 401 | 23 | 46 |
| Binary | 1011000 | 1001110 | 1110010 | 10111 | 100000 | 0 | 110111 | 100000001 | 10011 | 100110 |
Color Harmonies of #584E72
Complementary color
Monochromatic Colors of #584E72
Black with #584E72
Text Example
Text Example
White with #584E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E72; }
p { color: rgb(88,78,114); }
H1.HeaderClassName
{
color: #584E72;
}
.AnyTagClassName
{
color: #584E72;
}
</style>
background-color css
<style>
a { background-color: #584E72; }
a { background-color: rgb(88,78,114); }
div.DivClassName
{
background-color: #584E72;
}
.BgClassName
{
background-color: #584E72;
}
</style>
border-color css
<style>
span { border-color: #584E72; }
span { border-color: rgb(88,78,114); }
td.TdClassName
{
border-color: #584E72;
}
.TagClassName
{
border-color: #584E72;
}
</style>