Shades of Comet #585677
Tints of Comet #585677
RGB
CMYK
RGB Variations
Color information
#585677 (or 0x585677) is known color: Comet. HEX triplet: 58, 56 and 77. RGB value is (88,86,119). Sum of RGB (Red+Green+Blue) = 88+86+119=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #585677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585677 is #A7A988. Grayscale: #5A5A5A. Windows color (decimal): -10987913 or 7820888. OLE color: 7820888.
HSL color Cylindrical-coordinate representation of color #585677: hue angle of 243.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585677 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 86 | 119 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.53 |
| HSL | 243.64º | 0.16% | 0.4% | - |
| HSV(B) | 243.64º | 0.28% | 0.47% | - |
| XYZ | 10.68 | 10.06 | 18.83 | - |
| YUV | 90.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 119 | 0.26 | 0.28 | 0 | 0.53 | 243.64 | 0.16 | 0.4 |
| Hex | 58 | 56 | 77 | 1A | 1C | 0 | 35 | F4 | 10 | 28 |
| Octal | 130 | 126 | 167 | 32 | 34 | 0 | 65 | 364 | 20 | 50 |
| Binary | 1011000 | 1010110 | 1110111 | 11010 | 11100 | 0 | 110101 | 11110100 | 10000 | 101000 |
Color Harmonies of #585677
Complementary color
Monochromatic Colors of #585677
Black with #585677
Text Example
Text Example
White with #585677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585677; }
p { color: rgb(88,86,119); }
H1.HeaderClassName
{
color: #585677;
}
.AnyTagClassName
{
color: #585677;
}
</style>
background-color css
<style>
a { background-color: #585677; }
a { background-color: rgb(88,86,119); }
div.DivClassName
{
background-color: #585677;
}
.BgClassName
{
background-color: #585677;
}
</style>
border-color css
<style>
span { border-color: #585677; }
span { border-color: rgb(88,86,119); }
td.TdClassName
{
border-color: #585677;
}
.TagClassName
{
border-color: #585677;
}
</style>