Shades of Smoky #584F71
Tints of Smoky #584F71
RGB
CMYK
RGB Variations
Color information
#584F71 (or 0x584F71) is known color: Smoky. HEX triplet: 58, 4F and 71. RGB value is (88,79,113). Sum of RGB (Red+Green+Blue) = 88+79+113=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #584F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F71 is #A7B08E. Grayscale: #555555. Windows color (decimal): -10989711 or 7425880. OLE color: 7425880.
HSL color Cylindrical-coordinate representation of color #584F71: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #584F71 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 79 | 113 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.56 |
| HSL | 255.88º | 0.18% | 0.38% | - |
| HSV(B) | 255.88º | 0.3% | 0.44% | - |
| XYZ | 9.8 | 8.86 | 16.82 | - |
| YUV | 85.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 113 | 0.22 | 0.30 | 0 | 0.56 | 255.88 | 0.18 | 0.38 |
| Hex | 58 | 4F | 71 | 16 | 1E | 0 | 38 | 100 | 12 | 26 |
| Octal | 130 | 117 | 161 | 26 | 36 | 0 | 70 | 400 | 22 | 46 |
| Binary | 1011000 | 1001111 | 1110001 | 10110 | 11110 | 0 | 111000 | 100000000 | 10010 | 100110 |
Color Harmonies of #584F71
Complementary color
Monochromatic Colors of #584F71
Black with #584F71
Text Example
Text Example
White with #584F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F71; }
p { color: rgb(88,79,113); }
H1.HeaderClassName
{
color: #584F71;
}
.AnyTagClassName
{
color: #584F71;
}
</style>
background-color css
<style>
a { background-color: #584F71; }
a { background-color: rgb(88,79,113); }
div.DivClassName
{
background-color: #584F71;
}
.BgClassName
{
background-color: #584F71;
}
</style>
border-color css
<style>
span { border-color: #584F71; }
span { border-color: rgb(88,79,113); }
td.TdClassName
{
border-color: #584F71;
}
.TagClassName
{
border-color: #584F71;
}
</style>