Shades of Comet #585679
Tints of Comet #585679
RGB
CMYK
RGB Variations
Color information
#585679 (or 0x585679) is known color: Comet. HEX triplet: 58, 56 and 79. RGB value is (88,86,121). Sum of RGB (Red+Green+Blue) = 88+86+121=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #585679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585679 is #A7A986. Grayscale: #5A5A5A. Windows color (decimal): -10987911 or 7951960. OLE color: 7951960.
HSL color Cylindrical-coordinate representation of color #585679: hue angle of 243.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #585679 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 86 | 121 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.53 |
| HSL | 243.43º | 0.17% | 0.41% | - |
| HSV(B) | 243.43º | 0.29% | 0.47% | - |
| XYZ | 10.8 | 10.11 | 19.47 | - |
| YUV | 90.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 121 | 0.27 | 0.29 | 0 | 0.53 | 243.43 | 0.17 | 0.41 |
| Hex | 58 | 56 | 79 | 1B | 1D | 0 | 35 | F3 | 11 | 29 |
| Octal | 130 | 126 | 171 | 33 | 35 | 0 | 65 | 363 | 21 | 51 |
| Binary | 1011000 | 1010110 | 1111001 | 11011 | 11101 | 0 | 110101 | 11110011 | 10001 | 101001 |
Color Harmonies of #585679
Complementary color
Monochromatic Colors of #585679
Black with #585679
Text Example
Text Example
White with #585679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585679; }
p { color: rgb(88,86,121); }
H1.HeaderClassName
{
color: #585679;
}
.AnyTagClassName
{
color: #585679;
}
</style>
background-color css
<style>
a { background-color: #585679; }
a { background-color: rgb(88,86,121); }
div.DivClassName
{
background-color: #585679;
}
.BgClassName
{
background-color: #585679;
}
</style>
border-color css
<style>
span { border-color: #585679; }
span { border-color: rgb(88,86,121); }
td.TdClassName
{
border-color: #585679;
}
.TagClassName
{
border-color: #585679;
}
</style>