Shades of Comet #585A7D
Tints of Comet #585A7D
RGB
CMYK
RGB Variations
Color information
#585A7D (or 0x585A7D) is known color: Comet. HEX triplet: 58, 5A and 7D. RGB value is (88,90,125). Sum of RGB (Red+Green+Blue) = 88+90+125=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #585A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A7D is #A7A582. Grayscale: #5D5D5D. Windows color (decimal): -10986883 or 8215128. OLE color: 8215128.
HSL color Cylindrical-coordinate representation of color #585A7D: hue angle of 236.76º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585A7D is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 90 | 125 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.51 |
| HSL | 236.76º | 0.17% | 0.42% | - |
| HSV(B) | 236.76º | 0.3% | 0.49% | - |
| XYZ | 11.38 | 10.87 | 20.9 | - |
| YUV | 93.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 125 | 0.30 | 0.28 | 0 | 0.51 | 236.76 | 0.17 | 0.42 |
| Hex | 58 | 5A | 7D | 1E | 1C | 0 | 33 | ED | 11 | 2A |
| Octal | 130 | 132 | 175 | 36 | 34 | 0 | 63 | 355 | 21 | 52 |
| Binary | 1011000 | 1011010 | 1111101 | 11110 | 11100 | 0 | 110011 | 11101101 | 10001 | 101010 |
Color Harmonies of #585A7D
Complementary color
Monochromatic Colors of #585A7D
Black with #585A7D
Text Example
Text Example
White with #585A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A7D; }
p { color: rgb(88,90,125); }
H1.HeaderClassName
{
color: #585A7D;
}
.AnyTagClassName
{
color: #585A7D;
}
</style>
background-color css
<style>
a { background-color: #585A7D; }
a { background-color: rgb(88,90,125); }
div.DivClassName
{
background-color: #585A7D;
}
.BgClassName
{
background-color: #585A7D;
}
</style>
border-color css
<style>
span { border-color: #585A7D; }
span { border-color: rgb(88,90,125); }
td.TdClassName
{
border-color: #585A7D;
}
.TagClassName
{
border-color: #585A7D;
}
</style>