Shades of Comet #585F7D
Tints of Comet #585F7D
RGB
CMYK
RGB Variations
Color information
#585F7D (or 0x585F7D) is known color: Comet. HEX triplet: 58, 5F and 7D. RGB value is (88,95,125). Sum of RGB (Red+Green+Blue) = 88+95+125=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #585F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F7D is #A7A082. Grayscale: #606060. Windows color (decimal): -10985603 or 8216408. OLE color: 8216408.
HSL color Cylindrical-coordinate representation of color #585F7D: hue angle of 228.65º 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 #585F7D is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 95 | 125 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.51 |
| HSL | 228.65º | 0.17% | 0.42% | - |
| HSV(B) | 228.65º | 0.3% | 0.49% | - |
| XYZ | 11.82 | 11.74 | 21.05 | - |
| YUV | 96.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 125 | 0.30 | 0.24 | 0 | 0.51 | 228.65 | 0.17 | 0.42 |
| Hex | 58 | 5F | 7D | 1E | 18 | 0 | 33 | E5 | 11 | 2A |
| Octal | 130 | 137 | 175 | 36 | 30 | 0 | 63 | 345 | 21 | 52 |
| Binary | 1011000 | 1011111 | 1111101 | 11110 | 11000 | 0 | 110011 | 11100101 | 10001 | 101010 |
Color Harmonies of #585F7D
Complementary color
Monochromatic Colors of #585F7D
Black with #585F7D
Text Example
Text Example
White with #585F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F7D; }
p { color: rgb(88,95,125); }
H1.HeaderClassName
{
color: #585F7D;
}
.AnyTagClassName
{
color: #585F7D;
}
</style>
background-color css
<style>
a { background-color: #585F7D; }
a { background-color: rgb(88,95,125); }
div.DivClassName
{
background-color: #585F7D;
}
.BgClassName
{
background-color: #585F7D;
}
</style>
border-color css
<style>
span { border-color: #585F7D; }
span { border-color: rgb(88,95,125); }
td.TdClassName
{
border-color: #585F7D;
}
.TagClassName
{
border-color: #585F7D;
}
</style>