Shades of Comet #585A72
Tints of Comet #585A72
RGB
CMYK
RGB Variations
Color information
#585A72 (or 0x585A72) is known color: Comet. HEX triplet: 58, 5A and 72. RGB value is (88,90,114). Sum of RGB (Red+Green+Blue) = 88+90+114=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #585A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A72 is #A7A58D. Grayscale: #5C5C5C. Windows color (decimal): -10986894 or 7494232. OLE color: 7494232.
HSL color Cylindrical-coordinate representation of color #585A72: hue angle of 235.38º 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 #585A72 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 90 | 114 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.55 |
| HSL | 235.38º | 0.13% | 0.4% | - |
| HSV(B) | 235.38º | 0.23% | 0.45% | - |
| XYZ | 10.72 | 10.6 | 17.4 | - |
| YUV | 92.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 114 | 0.23 | 0.21 | 0 | 0.55 | 235.38 | 0.13 | 0.4 |
| Hex | 58 | 5A | 72 | 17 | 15 | 0 | 37 | EB | D | 28 |
| Octal | 130 | 132 | 162 | 27 | 25 | 0 | 67 | 353 | 15 | 50 |
| Binary | 1011000 | 1011010 | 1110010 | 10111 | 10101 | 0 | 110111 | 11101011 | 1101 | 101000 |
Color Harmonies of #585A72
Complementary color
Monochromatic Colors of #585A72
Black with #585A72
Text Example
Text Example
White with #585A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A72; }
p { color: rgb(88,90,114); }
H1.HeaderClassName
{
color: #585A72;
}
.AnyTagClassName
{
color: #585A72;
}
</style>
background-color css
<style>
a { background-color: #585A72; }
a { background-color: rgb(88,90,114); }
div.DivClassName
{
background-color: #585A72;
}
.BgClassName
{
background-color: #585A72;
}
</style>
border-color css
<style>
span { border-color: #585A72; }
span { border-color: rgb(88,90,114); }
td.TdClassName
{
border-color: #585A72;
}
.TagClassName
{
border-color: #585A72;
}
</style>