Shades of Comet #585969
Tints of Comet #585969
RGB
CMYK
RGB Variations
Color information
#585969 (or 0x585969) is known color: Comet. HEX triplet: 58, 59 and 69. RGB value is (88,89,105). Sum of RGB (Red+Green+Blue) = 88+89+105=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #585969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585969 is #A7A696. Grayscale: #5A5A5A. Windows color (decimal): -10987159 or 6904152. OLE color: 6904152.
HSL color Cylindrical-coordinate representation of color #585969: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585969 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 89 | 105 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.59 |
| HSL | 236.47º | 0.09% | 0.38% | - |
| HSV(B) | 236.47º | 0.16% | 0.41% | - |
| XYZ | 10.15 | 10.24 | 14.81 | - |
| YUV | 90.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 105 | 0.16 | 0.15 | 0 | 0.59 | 236.47 | 0.09 | 0.38 |
| Hex | 58 | 59 | 69 | 10 | F | 0 | 3B | EC | 9 | 26 |
| Octal | 130 | 131 | 151 | 20 | 17 | 0 | 73 | 354 | 11 | 46 |
| Binary | 1011000 | 1011001 | 1101001 | 10000 | 1111 | 0 | 111011 | 11101100 | 1001 | 100110 |
Color Harmonies of #585969
Complementary color
Monochromatic Colors of #585969
Black with #585969
Text Example
Text Example
White with #585969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585969; }
p { color: rgb(88,89,105); }
H1.HeaderClassName
{
color: #585969;
}
.AnyTagClassName
{
color: #585969;
}
</style>
background-color css
<style>
a { background-color: #585969; }
a { background-color: rgb(88,89,105); }
div.DivClassName
{
background-color: #585969;
}
.BgClassName
{
background-color: #585969;
}
</style>
border-color css
<style>
span { border-color: #585969; }
span { border-color: rgb(88,89,105); }
td.TdClassName
{
border-color: #585969;
}
.TagClassName
{
border-color: #585969;
}
</style>