Shades of Comet #585B7C
Tints of Comet #585B7C
RGB
CMYK
RGB Variations
Color information
#585B7C (or 0x585B7C) is known color: Comet. HEX triplet: 58, 5B and 7C. RGB value is (88,91,124). Sum of RGB (Red+Green+Blue) = 88+91+124=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #585B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B7C is #A7A483. Grayscale: #5D5D5D. Windows color (decimal): -10986628 or 8149848. OLE color: 8149848.
HSL color Cylindrical-coordinate representation of color #585B7C: hue angle of 235º 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 #585B7C is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 91 | 124 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.51 |
| HSL | 235º | 0.17% | 0.42% | - |
| HSV(B) | 235º | 0.29% | 0.49% | - |
| XYZ | 11.4 | 11.01 | 20.59 | - |
| YUV | 93.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 124 | 0.29 | 0.27 | 0 | 0.51 | 235 | 0.17 | 0.42 |
| Hex | 58 | 5B | 7C | 1D | 1B | 0 | 33 | EB | 11 | 2A |
| Octal | 130 | 133 | 174 | 35 | 33 | 0 | 63 | 353 | 21 | 52 |
| Binary | 1011000 | 1011011 | 1111100 | 11101 | 11011 | 0 | 110011 | 11101011 | 10001 | 101010 |
Color Harmonies of #585B7C
Complementary color
Monochromatic Colors of #585B7C
Black with #585B7C
Text Example
Text Example
White with #585B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B7C; }
p { color: rgb(88,91,124); }
H1.HeaderClassName
{
color: #585B7C;
}
.AnyTagClassName
{
color: #585B7C;
}
</style>
background-color css
<style>
a { background-color: #585B7C; }
a { background-color: rgb(88,91,124); }
div.DivClassName
{
background-color: #585B7C;
}
.BgClassName
{
background-color: #585B7C;
}
</style>
border-color css
<style>
span { border-color: #585B7C; }
span { border-color: rgb(88,91,124); }
td.TdClassName
{
border-color: #585B7C;
}
.TagClassName
{
border-color: #585B7C;
}
</style>