Shades of Comet #585868
Tints of Comet #585868
RGB
CMYK
RGB Variations
Color information
#585868 (or 0x585868) is known color: Comet. HEX triplet: 58, 58 and 68. RGB value is (88,88,104). Sum of RGB (Red+Green+Blue) = 88+88+104=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #585868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585868 is #A7A797. Grayscale: #595959. Windows color (decimal): -10987416 or 6838360. OLE color: 6838360.
HSL color Cylindrical-coordinate representation of color #585868: hue angle of 240º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585868 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 88 | 104 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.59 |
| HSL | 240º | 0.08% | 0.38% | - |
| HSV(B) | 240º | 0.15% | 0.41% | - |
| XYZ | 10.01 | 10.05 | 14.51 | - |
| YUV | 89.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 104 | 0.15 | 0.15 | 0 | 0.59 | 240 | 0.08 | 0.38 |
| Hex | 58 | 58 | 68 | F | F | 0 | 3B | F0 | 8 | 26 |
| Octal | 130 | 130 | 150 | 17 | 17 | 0 | 73 | 360 | 10 | 46 |
| Binary | 1011000 | 1011000 | 1101000 | 1111 | 1111 | 0 | 111011 | 11110000 | 1000 | 100110 |
Color Harmonies of #585868
Complementary color
Monochromatic Colors of #585868
Black with #585868
Text Example
Text Example
White with #585868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585868; }
p { color: rgb(88,88,104); }
H1.HeaderClassName
{
color: #585868;
}
.AnyTagClassName
{
color: #585868;
}
</style>
background-color css
<style>
a { background-color: #585868; }
a { background-color: rgb(88,88,104); }
div.DivClassName
{
background-color: #585868;
}
.BgClassName
{
background-color: #585868;
}
</style>
border-color css
<style>
span { border-color: #585868; }
span { border-color: rgb(88,88,104); }
td.TdClassName
{
border-color: #585868;
}
.TagClassName
{
border-color: #585868;
}
</style>