Shades of Comet #585D7F
Tints of Comet #585D7F
RGB
CMYK
RGB Variations
Color information
#585D7F (or 0x585D7F) is known color: Comet. HEX triplet: 58, 5D and 7F. RGB value is (88,93,127). Sum of RGB (Red+Green+Blue) = 88+93+127=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #585D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D7F is #A7A280. Grayscale: #5F5F5F. Windows color (decimal): -10986113 or 8346968. OLE color: 8346968.
HSL color Cylindrical-coordinate representation of color #585D7F: hue angle of 232.31º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585D7F is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 93 | 127 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.50 |
| HSL | 232.31º | 0.18% | 0.42% | - |
| HSV(B) | 232.31º | 0.31% | 0.5% | - |
| XYZ | 11.77 | 11.44 | 21.67 | - |
| YUV | 95.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 127 | 0.31 | 0.27 | 0 | 0.50 | 232.31 | 0.18 | 0.42 |
| Hex | 58 | 5D | 7F | 1F | 1B | 0 | 32 | E8 | 12 | 2A |
| Octal | 130 | 135 | 177 | 37 | 33 | 0 | 62 | 350 | 22 | 52 |
| Binary | 1011000 | 1011101 | 1111111 | 11111 | 11011 | 0 | 110010 | 11101000 | 10010 | 101010 |
Color Harmonies of #585D7F
Complementary color
Monochromatic Colors of #585D7F
Black with #585D7F
Text Example
Text Example
White with #585D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D7F; }
p { color: rgb(88,93,127); }
H1.HeaderClassName
{
color: #585D7F;
}
.AnyTagClassName
{
color: #585D7F;
}
</style>
background-color css
<style>
a { background-color: #585D7F; }
a { background-color: rgb(88,93,127); }
div.DivClassName
{
background-color: #585D7F;
}
.BgClassName
{
background-color: #585D7F;
}
</style>
border-color css
<style>
span { border-color: #585D7F; }
span { border-color: rgb(88,93,127); }
td.TdClassName
{
border-color: #585D7F;
}
.TagClassName
{
border-color: #585D7F;
}
</style>