Shades of Comet #585776
Tints of Comet #585776
RGB
CMYK
RGB Variations
Color information
#585776 (or 0x585776) is known color: Comet. HEX triplet: 58, 57 and 76. RGB value is (88,87,118). Sum of RGB (Red+Green+Blue) = 88+87+118=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #585776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585776 is #A7A889. Grayscale: #5A5A5A. Windows color (decimal): -10987658 or 7755608. OLE color: 7755608.
HSL color Cylindrical-coordinate representation of color #585776: hue angle of 241.94º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585776 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 87 | 118 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.54 |
| HSL | 241.94º | 0.15% | 0.4% | - |
| HSV(B) | 241.94º | 0.26% | 0.46% | - |
| XYZ | 10.7 | 10.2 | 18.54 | - |
| YUV | 90.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 118 | 0.25 | 0.26 | 0 | 0.54 | 241.94 | 0.15 | 0.4 |
| Hex | 58 | 57 | 76 | 19 | 1A | 0 | 36 | F2 | F | 28 |
| Octal | 130 | 127 | 166 | 31 | 32 | 0 | 66 | 362 | 17 | 50 |
| Binary | 1011000 | 1010111 | 1110110 | 11001 | 11010 | 0 | 110110 | 11110010 | 1111 | 101000 |
Color Harmonies of #585776
Complementary color
Monochromatic Colors of #585776
Black with #585776
Text Example
Text Example
White with #585776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585776; }
p { color: rgb(88,87,118); }
H1.HeaderClassName
{
color: #585776;
}
.AnyTagClassName
{
color: #585776;
}
</style>
background-color css
<style>
a { background-color: #585776; }
a { background-color: rgb(88,87,118); }
div.DivClassName
{
background-color: #585776;
}
.BgClassName
{
background-color: #585776;
}
</style>
border-color css
<style>
span { border-color: #585776; }
span { border-color: rgb(88,87,118); }
td.TdClassName
{
border-color: #585776;
}
.TagClassName
{
border-color: #585776;
}
</style>