Shades of Comet #585B7A
Tints of Comet #585B7A
RGB
CMYK
RGB Variations
Color information
#585B7A (or 0x585B7A) is known color: Comet. HEX triplet: 58, 5B and 7A. RGB value is (88,91,122). Sum of RGB (Red+Green+Blue) = 88+91+122=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #585B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B7A is #A7A485. Grayscale: #5D5D5D. Windows color (decimal): -10986630 or 8018776. OLE color: 8018776.
HSL color Cylindrical-coordinate representation of color #585B7A: hue angle of 234.71º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585B7A is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 91 | 122 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.52 |
| HSL | 234.71º | 0.16% | 0.41% | - |
| HSV(B) | 234.71º | 0.28% | 0.48% | - |
| XYZ | 11.28 | 10.96 | 19.93 | - |
| YUV | 93.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 122 | 0.28 | 0.25 | 0 | 0.52 | 234.71 | 0.16 | 0.41 |
| Hex | 58 | 5B | 7A | 1C | 19 | 0 | 34 | EB | 10 | 29 |
| Octal | 130 | 133 | 172 | 34 | 31 | 0 | 64 | 353 | 20 | 51 |
| Binary | 1011000 | 1011011 | 1111010 | 11100 | 11001 | 0 | 110100 | 11101011 | 10000 | 101001 |
Color Harmonies of #585B7A
Complementary color
Monochromatic Colors of #585B7A
Black with #585B7A
Text Example
Text Example
White with #585B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B7A; }
p { color: rgb(88,91,122); }
H1.HeaderClassName
{
color: #585B7A;
}
.AnyTagClassName
{
color: #585B7A;
}
</style>
background-color css
<style>
a { background-color: #585B7A; }
a { background-color: rgb(88,91,122); }
div.DivClassName
{
background-color: #585B7A;
}
.BgClassName
{
background-color: #585B7A;
}
</style>
border-color css
<style>
span { border-color: #585B7A; }
span { border-color: rgb(88,91,122); }
td.TdClassName
{
border-color: #585B7A;
}
.TagClassName
{
border-color: #585B7A;
}
</style>