Shades of Comet #585979
Tints of Comet #585979
RGB
CMYK
RGB Variations
Color information
#585979 (or 0x585979) is known color: Comet. HEX triplet: 58, 59 and 79. RGB value is (88,89,121). Sum of RGB (Red+Green+Blue) = 88+89+121=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #585979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585979 is #A7A686. Grayscale: #5C5C5C. Windows color (decimal): -10987143 or 7952728. OLE color: 7952728.
HSL color Cylindrical-coordinate representation of color #585979: hue angle of 238.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585979 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 89 | 121 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.53 |
| HSL | 238.18º | 0.16% | 0.41% | - |
| HSV(B) | 238.18º | 0.27% | 0.47% | - |
| XYZ | 11.05 | 10.6 | 19.55 | - |
| YUV | 92.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 121 | 0.27 | 0.26 | 0 | 0.53 | 238.18 | 0.16 | 0.41 |
| Hex | 58 | 59 | 79 | 1B | 1A | 0 | 35 | EE | 10 | 29 |
| Octal | 130 | 131 | 171 | 33 | 32 | 0 | 65 | 356 | 20 | 51 |
| Binary | 1011000 | 1011001 | 1111001 | 11011 | 11010 | 0 | 110101 | 11101110 | 10000 | 101001 |
Color Harmonies of #585979
Complementary color
Monochromatic Colors of #585979
Black with #585979
Text Example
Text Example
White with #585979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585979; }
p { color: rgb(88,89,121); }
H1.HeaderClassName
{
color: #585979;
}
.AnyTagClassName
{
color: #585979;
}
</style>
background-color css
<style>
a { background-color: #585979; }
a { background-color: rgb(88,89,121); }
div.DivClassName
{
background-color: #585979;
}
.BgClassName
{
background-color: #585979;
}
</style>
border-color css
<style>
span { border-color: #585979; }
span { border-color: rgb(88,89,121); }
td.TdClassName
{
border-color: #585979;
}
.TagClassName
{
border-color: #585979;
}
</style>