Shades of Comet #585F7C
Tints of Comet #585F7C
RGB
CMYK
RGB Variations
Color information
#585F7C (or 0x585F7C) is known color: Comet. HEX triplet: 58, 5F and 7C. RGB value is (88,95,124). Sum of RGB (Red+Green+Blue) = 88+95+124=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #585F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F7C is #A7A083. Grayscale: #606060. Windows color (decimal): -10985604 or 8150872. OLE color: 8150872.
HSL color Cylindrical-coordinate representation of color #585F7C: hue angle of 228.33º 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 #585F7C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 95 | 124 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.51 |
| HSL | 228.33º | 0.17% | 0.42% | - |
| HSV(B) | 228.33º | 0.29% | 0.49% | - |
| XYZ | 11.75 | 11.71 | 20.71 | - |
| YUV | 96.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 124 | 0.29 | 0.23 | 0 | 0.51 | 228.33 | 0.17 | 0.42 |
| Hex | 58 | 5F | 7C | 1D | 17 | 0 | 33 | E4 | 11 | 2A |
| Octal | 130 | 137 | 174 | 35 | 27 | 0 | 63 | 344 | 21 | 52 |
| Binary | 1011000 | 1011111 | 1111100 | 11101 | 10111 | 0 | 110011 | 11100100 | 10001 | 101010 |
Color Harmonies of #585F7C
Complementary color
Monochromatic Colors of #585F7C
Black with #585F7C
Text Example
Text Example
White with #585F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F7C; }
p { color: rgb(88,95,124); }
H1.HeaderClassName
{
color: #585F7C;
}
.AnyTagClassName
{
color: #585F7C;
}
</style>
background-color css
<style>
a { background-color: #585F7C; }
a { background-color: rgb(88,95,124); }
div.DivClassName
{
background-color: #585F7C;
}
.BgClassName
{
background-color: #585F7C;
}
</style>
border-color css
<style>
span { border-color: #585F7C; }
span { border-color: rgb(88,95,124); }
td.TdClassName
{
border-color: #585F7C;
}
.TagClassName
{
border-color: #585F7C;
}
</style>