Shades of Comet #585B6C
Tints of Comet #585B6C
RGB
CMYK
RGB Variations
Color information
#585B6C (or 0x585B6C) is known color: Comet. HEX triplet: 58, 5B and 6C. RGB value is (88,91,108). Sum of RGB (Red+Green+Blue) = 88+91+108=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #585B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B6C is #A7A493. Grayscale: #5B5B5B. Windows color (decimal): -10986644 or 7101272. OLE color: 7101272.
HSL color Cylindrical-coordinate representation of color #585B6C: hue angle of 231º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585B6C is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 91 | 108 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.58 |
| HSL | 231º | 0.1% | 0.38% | - |
| HSV(B) | 231º | 0.19% | 0.42% | - |
| XYZ | 10.47 | 10.64 | 15.69 | - |
| YUV | 92.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 108 | 0.19 | 0.16 | 0 | 0.58 | 231 | 0.1 | 0.38 |
| Hex | 58 | 5B | 6C | 13 | 10 | 0 | 3A | E7 | A | 26 |
| Octal | 130 | 133 | 154 | 23 | 20 | 0 | 72 | 347 | 12 | 46 |
| Binary | 1011000 | 1011011 | 1101100 | 10011 | 10000 | 0 | 111010 | 11100111 | 1010 | 100110 |
Color Harmonies of #585B6C
Complementary color
Monochromatic Colors of #585B6C
Black with #585B6C
Text Example
Text Example
White with #585B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B6C; }
p { color: rgb(88,91,108); }
H1.HeaderClassName
{
color: #585B6C;
}
.AnyTagClassName
{
color: #585B6C;
}
</style>
background-color css
<style>
a { background-color: #585B6C; }
a { background-color: rgb(88,91,108); }
div.DivClassName
{
background-color: #585B6C;
}
.BgClassName
{
background-color: #585B6C;
}
</style>
border-color css
<style>
span { border-color: #585B6C; }
span { border-color: rgb(88,91,108); }
td.TdClassName
{
border-color: #585B6C;
}
.TagClassName
{
border-color: #585B6C;
}
</style>