Shades of Smoky #584F73
Tints of Smoky #584F73
RGB
CMYK
RGB Variations
Color information
#584F73 (or 0x584F73) is known color: Smoky. HEX triplet: 58, 4F and 73. RGB value is (88,79,115). Sum of RGB (Red+Green+Blue) = 88+79+115=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #584F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F73 is #A7B08C. Grayscale: #555555. Windows color (decimal): -10989709 or 7556952. OLE color: 7556952.
HSL color Cylindrical-coordinate representation of color #584F73: hue angle of 255º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #584F73 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 79 | 115 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.55 |
| HSL | 255º | 0.19% | 0.38% | - |
| HSV(B) | 255º | 0.31% | 0.45% | - |
| XYZ | 9.91 | 8.9 | 17.42 | - |
| YUV | 85.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 115 | 0.23 | 0.31 | 0 | 0.55 | 255 | 0.19 | 0.38 |
| Hex | 58 | 4F | 73 | 17 | 1F | 0 | 37 | FF | 13 | 26 |
| Octal | 130 | 117 | 163 | 27 | 37 | 0 | 67 | 377 | 23 | 46 |
| Binary | 1011000 | 1001111 | 1110011 | 10111 | 11111 | 0 | 110111 | 11111111 | 10011 | 100110 |
Color Harmonies of #584F73
Complementary color
Monochromatic Colors of #584F73
Black with #584F73
Text Example
Text Example
White with #584F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F73; }
p { color: rgb(88,79,115); }
H1.HeaderClassName
{
color: #584F73;
}
.AnyTagClassName
{
color: #584F73;
}
</style>
background-color css
<style>
a { background-color: #584F73; }
a { background-color: rgb(88,79,115); }
div.DivClassName
{
background-color: #584F73;
}
.BgClassName
{
background-color: #584F73;
}
</style>
border-color css
<style>
span { border-color: #584F73; }
span { border-color: rgb(88,79,115); }
td.TdClassName
{
border-color: #584F73;
}
.TagClassName
{
border-color: #584F73;
}
</style>