Shades of Comet #585779
Tints of Comet #585779
RGB
CMYK
RGB Variations
Color information
#585779 (or 0x585779) is known color: Comet. HEX triplet: 58, 57 and 79. RGB value is (88,87,121). Sum of RGB (Red+Green+Blue) = 88+87+121=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #585779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585779 is #A7A886. Grayscale: #5B5B5B. Windows color (decimal): -10987655 or 7952216. OLE color: 7952216.
HSL color Cylindrical-coordinate representation of color #585779: hue angle of 241.76º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585779 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 87 | 121 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.53 |
| HSL | 241.76º | 0.16% | 0.41% | - |
| HSV(B) | 241.76º | 0.28% | 0.47% | - |
| XYZ | 10.88 | 10.27 | 19.5 | - |
| YUV | 91.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 121 | 0.27 | 0.28 | 0 | 0.53 | 241.76 | 0.16 | 0.41 |
| Hex | 58 | 57 | 79 | 1B | 1C | 0 | 35 | F2 | 10 | 29 |
| Octal | 130 | 127 | 171 | 33 | 34 | 0 | 65 | 362 | 20 | 51 |
| Binary | 1011000 | 1010111 | 1111001 | 11011 | 11100 | 0 | 110101 | 11110010 | 10000 | 101001 |
Color Harmonies of #585779
Complementary color
Monochromatic Colors of #585779
Black with #585779
Text Example
Text Example
White with #585779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585779; }
p { color: rgb(88,87,121); }
H1.HeaderClassName
{
color: #585779;
}
.AnyTagClassName
{
color: #585779;
}
</style>
background-color css
<style>
a { background-color: #585779; }
a { background-color: rgb(88,87,121); }
div.DivClassName
{
background-color: #585779;
}
.BgClassName
{
background-color: #585779;
}
</style>
border-color css
<style>
span { border-color: #585779; }
span { border-color: rgb(88,87,121); }
td.TdClassName
{
border-color: #585779;
}
.TagClassName
{
border-color: #585779;
}
</style>