Shades of Comet #585975
Tints of Comet #585975
RGB
CMYK
RGB Variations
Color information
#585975 (or 0x585975) is known color: Comet. HEX triplet: 58, 59 and 75. RGB value is (88,89,117). Sum of RGB (Red+Green+Blue) = 88+89+117=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #585975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585975 is #A7A68A. Grayscale: #5B5B5B. Windows color (decimal): -10987147 or 7690584. OLE color: 7690584.
HSL color Cylindrical-coordinate representation of color #585975: hue angle of 237.93º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585975 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 89 | 117 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.54 |
| HSL | 237.93º | 0.14% | 0.4% | - |
| HSV(B) | 237.93º | 0.25% | 0.46% | - |
| XYZ | 10.81 | 10.5 | 18.29 | - |
| YUV | 91.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 117 | 0.25 | 0.24 | 0 | 0.54 | 237.93 | 0.14 | 0.4 |
| Hex | 58 | 59 | 75 | 19 | 18 | 0 | 36 | EE | E | 28 |
| Octal | 130 | 131 | 165 | 31 | 30 | 0 | 66 | 356 | 16 | 50 |
| Binary | 1011000 | 1011001 | 1110101 | 11001 | 11000 | 0 | 110110 | 11101110 | 1110 | 101000 |
Color Harmonies of #585975
Complementary color
Monochromatic Colors of #585975
Black with #585975
Text Example
Text Example
White with #585975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585975; }
p { color: rgb(88,89,117); }
H1.HeaderClassName
{
color: #585975;
}
.AnyTagClassName
{
color: #585975;
}
</style>
background-color css
<style>
a { background-color: #585975; }
a { background-color: rgb(88,89,117); }
div.DivClassName
{
background-color: #585975;
}
.BgClassName
{
background-color: #585975;
}
</style>
border-color css
<style>
span { border-color: #585975; }
span { border-color: rgb(88,89,117); }
td.TdClassName
{
border-color: #585975;
}
.TagClassName
{
border-color: #585975;
}
</style>