Shades of Comet #585B72
Tints of Comet #585B72
RGB
CMYK
RGB Variations
Color information
#585B72 (or 0x585B72) is known color: Comet. HEX triplet: 58, 5B and 72. RGB value is (88,91,114). Sum of RGB (Red+Green+Blue) = 88+91+114=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #585B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B72 is #A7A48D. Grayscale: #5C5C5C. Windows color (decimal): -10986638 or 7494488. OLE color: 7494488.
HSL color Cylindrical-coordinate representation of color #585B72: hue angle of 233.08º 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 #585B72 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 91 | 114 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.55 |
| HSL | 233.08º | 0.13% | 0.4% | - |
| HSV(B) | 233.08º | 0.23% | 0.45% | - |
| XYZ | 10.8 | 10.77 | 17.43 | - |
| YUV | 92.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 114 | 0.23 | 0.20 | 0 | 0.55 | 233.08 | 0.13 | 0.4 |
| Hex | 58 | 5B | 72 | 17 | 14 | 0 | 37 | E9 | D | 28 |
| Octal | 130 | 133 | 162 | 27 | 24 | 0 | 67 | 351 | 15 | 50 |
| Binary | 1011000 | 1011011 | 1110010 | 10111 | 10100 | 0 | 110111 | 11101001 | 1101 | 101000 |
Color Harmonies of #585B72
Complementary color
Monochromatic Colors of #585B72
Black with #585B72
Text Example
Text Example
White with #585B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B72; }
p { color: rgb(88,91,114); }
H1.HeaderClassName
{
color: #585B72;
}
.AnyTagClassName
{
color: #585B72;
}
</style>
background-color css
<style>
a { background-color: #585B72; }
a { background-color: rgb(88,91,114); }
div.DivClassName
{
background-color: #585B72;
}
.BgClassName
{
background-color: #585B72;
}
</style>
border-color css
<style>
span { border-color: #585B72; }
span { border-color: rgb(88,91,114); }
td.TdClassName
{
border-color: #585B72;
}
.TagClassName
{
border-color: #585B72;
}
</style>