Shades of Comet #585965
Tints of Comet #585965
RGB
CMYK
RGB Variations
Color information
#585965 (or 0x585965) is known color: Comet. HEX triplet: 58, 59 and 65. RGB value is (88,89,101). Sum of RGB (Red+Green+Blue) = 88+89+101=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #585965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585965 is #A7A69A. Grayscale: #5A5A5A. Windows color (decimal): -10987163 or 6642008. OLE color: 6642008.
HSL color Cylindrical-coordinate representation of color #585965: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585965 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 89 | 101 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.60 |
| HSL | 235.38º | 0.07% | 0.37% | - |
| HSV(B) | 235.38º | 0.13% | 0.4% | - |
| XYZ | 9.95 | 10.16 | 13.75 | - |
| YUV | 90.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 101 | 0.13 | 0.12 | 0 | 0.60 | 235.38 | 0.07 | 0.37 |
| Hex | 58 | 59 | 65 | D | C | 0 | 3C | EB | 7 | 25 |
| Octal | 130 | 131 | 145 | 15 | 14 | 0 | 74 | 353 | 7 | 45 |
| Binary | 1011000 | 1011001 | 1100101 | 1101 | 1100 | 0 | 111100 | 11101011 | 111 | 100101 |
Color Harmonies of #585965
Complementary color
Monochromatic Colors of #585965
Black with #585965
Text Example
Text Example
White with #585965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585965; }
p { color: rgb(88,89,101); }
H1.HeaderClassName
{
color: #585965;
}
.AnyTagClassName
{
color: #585965;
}
</style>
background-color css
<style>
a { background-color: #585965; }
a { background-color: rgb(88,89,101); }
div.DivClassName
{
background-color: #585965;
}
.BgClassName
{
background-color: #585965;
}
</style>
border-color css
<style>
span { border-color: #585965; }
span { border-color: rgb(88,89,101); }
td.TdClassName
{
border-color: #585965;
}
.TagClassName
{
border-color: #585965;
}
</style>