Shades of Comet #585976
Tints of Comet #585976
RGB
CMYK
RGB Variations
Color information
#585976 (or 0x585976) is known color: Comet. HEX triplet: 58, 59 and 76. RGB value is (88,89,118). Sum of RGB (Red+Green+Blue) = 88+89+118=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #585976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585976 is #A7A689. Grayscale: #5B5B5B. Windows color (decimal): -10987146 or 7756120. OLE color: 7756120.
HSL color Cylindrical-coordinate representation of color #585976: hue angle of 238º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585976 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 89 | 118 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.54 |
| HSL | 238º | 0.15% | 0.4% | - |
| HSV(B) | 238º | 0.25% | 0.46% | - |
| XYZ | 10.87 | 10.53 | 18.6 | - |
| YUV | 92.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 118 | 0.25 | 0.25 | 0 | 0.54 | 238 | 0.15 | 0.4 |
| Hex | 58 | 59 | 76 | 19 | 19 | 0 | 36 | EE | F | 28 |
| Octal | 130 | 131 | 166 | 31 | 31 | 0 | 66 | 356 | 17 | 50 |
| Binary | 1011000 | 1011001 | 1110110 | 11001 | 11001 | 0 | 110110 | 11101110 | 1111 | 101000 |
Color Harmonies of #585976
Complementary color
Monochromatic Colors of #585976
Black with #585976
Text Example
Text Example
White with #585976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585976; }
p { color: rgb(88,89,118); }
H1.HeaderClassName
{
color: #585976;
}
.AnyTagClassName
{
color: #585976;
}
</style>
background-color css
<style>
a { background-color: #585976; }
a { background-color: rgb(88,89,118); }
div.DivClassName
{
background-color: #585976;
}
.BgClassName
{
background-color: #585976;
}
</style>
border-color css
<style>
span { border-color: #585976; }
span { border-color: rgb(88,89,118); }
td.TdClassName
{
border-color: #585976;
}
.TagClassName
{
border-color: #585976;
}
</style>