Shades of Comet #585E7C
Tints of Comet #585E7C
RGB
CMYK
RGB Variations
Color information
#585E7C (or 0x585E7C) is known color: Comet. HEX triplet: 58, 5E and 7C. RGB value is (88,94,124). Sum of RGB (Red+Green+Blue) = 88+94+124=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #585E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E7C is #A7A183. Grayscale: #5F5F5F. Windows color (decimal): -10985860 or 8150616. OLE color: 8150616.
HSL color Cylindrical-coordinate representation of color #585E7C: hue angle of 230º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #585E7C is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 94 | 124 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.51 |
| HSL | 230º | 0.17% | 0.42% | - |
| HSV(B) | 230º | 0.29% | 0.49% | - |
| XYZ | 11.67 | 11.54 | 20.68 | - |
| YUV | 95.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 124 | 0.29 | 0.24 | 0 | 0.51 | 230 | 0.17 | 0.42 |
| Hex | 58 | 5E | 7C | 1D | 18 | 0 | 33 | E6 | 11 | 2A |
| Octal | 130 | 136 | 174 | 35 | 30 | 0 | 63 | 346 | 21 | 52 |
| Binary | 1011000 | 1011110 | 1111100 | 11101 | 11000 | 0 | 110011 | 11100110 | 10001 | 101010 |
Color Harmonies of #585E7C
Complementary color
Monochromatic Colors of #585E7C
Black with #585E7C
Text Example
Text Example
White with #585E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E7C; }
p { color: rgb(88,94,124); }
H1.HeaderClassName
{
color: #585E7C;
}
.AnyTagClassName
{
color: #585E7C;
}
</style>
background-color css
<style>
a { background-color: #585E7C; }
a { background-color: rgb(88,94,124); }
div.DivClassName
{
background-color: #585E7C;
}
.BgClassName
{
background-color: #585E7C;
}
</style>
border-color css
<style>
span { border-color: #585E7C; }
span { border-color: rgb(88,94,124); }
td.TdClassName
{
border-color: #585E7C;
}
.TagClassName
{
border-color: #585E7C;
}
</style>