Shades of Comet #585C73
Tints of Comet #585C73
RGB
CMYK
RGB Variations
Color information
#585C73 (or 0x585C73) is known color: Comet. HEX triplet: 58, 5C and 73. RGB value is (88,92,115). Sum of RGB (Red+Green+Blue) = 88+92+115=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #585C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C73 is #A7A38C. Grayscale: #5D5D5D. Windows color (decimal): -10986381 or 7560280. OLE color: 7560280.
HSL color Cylindrical-coordinate representation of color #585C73: hue angle of 231.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585C73 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 92 | 115 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.55 |
| HSL | 231.11º | 0.13% | 0.4% | - |
| HSV(B) | 231.11º | 0.23% | 0.45% | - |
| XYZ | 10.95 | 10.97 | 17.76 | - |
| YUV | 93.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 115 | 0.23 | 0.20 | 0 | 0.55 | 231.11 | 0.13 | 0.4 |
| Hex | 58 | 5C | 73 | 17 | 14 | 0 | 37 | E7 | D | 28 |
| Octal | 130 | 134 | 163 | 27 | 24 | 0 | 67 | 347 | 15 | 50 |
| Binary | 1011000 | 1011100 | 1110011 | 10111 | 10100 | 0 | 110111 | 11100111 | 1101 | 101000 |
Color Harmonies of #585C73
Complementary color
Monochromatic Colors of #585C73
Black with #585C73
Text Example
Text Example
White with #585C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C73; }
p { color: rgb(88,92,115); }
H1.HeaderClassName
{
color: #585C73;
}
.AnyTagClassName
{
color: #585C73;
}
</style>
background-color css
<style>
a { background-color: #585C73; }
a { background-color: rgb(88,92,115); }
div.DivClassName
{
background-color: #585C73;
}
.BgClassName
{
background-color: #585C73;
}
</style>
border-color css
<style>
span { border-color: #585C73; }
span { border-color: rgb(88,92,115); }
td.TdClassName
{
border-color: #585C73;
}
.TagClassName
{
border-color: #585C73;
}
</style>