Shades of Comet #585C72
Tints of Comet #585C72
RGB
CMYK
RGB Variations
Color information
#585C72 (or 0x585C72) is known color: Comet. HEX triplet: 58, 5C and 72. RGB value is (88,92,114). Sum of RGB (Red+Green+Blue) = 88+92+114=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #585C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C72 is #A7A38D. Grayscale: #5D5D5D. Windows color (decimal): -10986382 or 7494744. OLE color: 7494744.
HSL color Cylindrical-coordinate representation of color #585C72: hue angle of 230.77º 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 #585C72 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 92 | 114 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.55 |
| HSL | 230.77º | 0.13% | 0.4% | - |
| HSV(B) | 230.77º | 0.23% | 0.45% | - |
| XYZ | 10.89 | 10.94 | 17.46 | - |
| YUV | 93.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 114 | 0.23 | 0.19 | 0 | 0.55 | 230.77 | 0.13 | 0.4 |
| Hex | 58 | 5C | 72 | 17 | 13 | 0 | 37 | E7 | D | 28 |
| Octal | 130 | 134 | 162 | 27 | 23 | 0 | 67 | 347 | 15 | 50 |
| Binary | 1011000 | 1011100 | 1110010 | 10111 | 10011 | 0 | 110111 | 11100111 | 1101 | 101000 |
Color Harmonies of #585C72
Complementary color
Monochromatic Colors of #585C72
Black with #585C72
Text Example
Text Example
White with #585C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C72; }
p { color: rgb(88,92,114); }
H1.HeaderClassName
{
color: #585C72;
}
.AnyTagClassName
{
color: #585C72;
}
</style>
background-color css
<style>
a { background-color: #585C72; }
a { background-color: rgb(88,92,114); }
div.DivClassName
{
background-color: #585C72;
}
.BgClassName
{
background-color: #585C72;
}
</style>
border-color css
<style>
span { border-color: #585C72; }
span { border-color: rgb(88,92,114); }
td.TdClassName
{
border-color: #585C72;
}
.TagClassName
{
border-color: #585C72;
}
</style>