Shades of Comet #585B6D
Tints of Comet #585B6D
RGB
CMYK
RGB Variations
Color information
#585B6D (or 0x585B6D) is known color: Comet. HEX triplet: 58, 5B and 6D. RGB value is (88,91,109). Sum of RGB (Red+Green+Blue) = 88+91+109=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #585B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B6D is #A7A492. Grayscale: #5C5C5C. Windows color (decimal): -10986643 or 7166808. OLE color: 7166808.
HSL color Cylindrical-coordinate representation of color #585B6D: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585B6D is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 91 | 109 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.57 |
| HSL | 231.43º | 0.11% | 0.39% | - |
| HSV(B) | 231.43º | 0.19% | 0.43% | - |
| XYZ | 10.53 | 10.66 | 15.97 | - |
| YUV | 92.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 109 | 0.19 | 0.17 | 0 | 0.57 | 231.43 | 0.11 | 0.39 |
| Hex | 58 | 5B | 6D | 13 | 11 | 0 | 39 | E7 | B | 27 |
| Octal | 130 | 133 | 155 | 23 | 21 | 0 | 71 | 347 | 13 | 47 |
| Binary | 1011000 | 1011011 | 1101101 | 10011 | 10001 | 0 | 111001 | 11100111 | 1011 | 100111 |
Color Harmonies of #585B6D
Complementary color
Monochromatic Colors of #585B6D
Black with #585B6D
Text Example
Text Example
White with #585B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B6D; }
p { color: rgb(88,91,109); }
H1.HeaderClassName
{
color: #585B6D;
}
.AnyTagClassName
{
color: #585B6D;
}
</style>
background-color css
<style>
a { background-color: #585B6D; }
a { background-color: rgb(88,91,109); }
div.DivClassName
{
background-color: #585B6D;
}
.BgClassName
{
background-color: #585B6D;
}
</style>
border-color css
<style>
span { border-color: #585B6D; }
span { border-color: rgb(88,91,109); }
td.TdClassName
{
border-color: #585B6D;
}
.TagClassName
{
border-color: #585B6D;
}
</style>