Shades of Comet #585676
Tints of Comet #585676
RGB
CMYK
RGB Variations
Color information
#585676 (or 0x585676) is known color: Comet. HEX triplet: 58, 56 and 76. RGB value is (88,86,118). Sum of RGB (Red+Green+Blue) = 88+86+118=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #585676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585676 is #A7A989. Grayscale: #5A5A5A. Windows color (decimal): -10987914 or 7755352. OLE color: 7755352.
HSL color Cylindrical-coordinate representation of color #585676: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585676 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 86 | 118 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.54 |
| HSL | 243.75º | 0.16% | 0.4% | - |
| HSV(B) | 243.75º | 0.27% | 0.46% | - |
| XYZ | 10.62 | 10.04 | 18.52 | - |
| YUV | 90.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 118 | 0.25 | 0.27 | 0 | 0.54 | 243.75 | 0.16 | 0.4 |
| Hex | 58 | 56 | 76 | 19 | 1B | 0 | 36 | F4 | 10 | 28 |
| Octal | 130 | 126 | 166 | 31 | 33 | 0 | 66 | 364 | 20 | 50 |
| Binary | 1011000 | 1010110 | 1110110 | 11001 | 11011 | 0 | 110110 | 11110100 | 10000 | 101000 |
Color Harmonies of #585676
Complementary color
Monochromatic Colors of #585676
Black with #585676
Text Example
Text Example
White with #585676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585676; }
p { color: rgb(88,86,118); }
H1.HeaderClassName
{
color: #585676;
}
.AnyTagClassName
{
color: #585676;
}
</style>
background-color css
<style>
a { background-color: #585676; }
a { background-color: rgb(88,86,118); }
div.DivClassName
{
background-color: #585676;
}
.BgClassName
{
background-color: #585676;
}
</style>
border-color css
<style>
span { border-color: #585676; }
span { border-color: rgb(88,86,118); }
td.TdClassName
{
border-color: #585676;
}
.TagClassName
{
border-color: #585676;
}
</style>