Shades of Comet #585E7F
Tints of Comet #585E7F
RGB
CMYK
RGB Variations
Color information
#585E7F (or 0x585E7F) is known color: Comet. HEX triplet: 58, 5E and 7F. RGB value is (88,94,127). Sum of RGB (Red+Green+Blue) = 88+94+127=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #585E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E7F is #A7A180. Grayscale: #5F5F5F. Windows color (decimal): -10985857 or 8347224. OLE color: 8347224.
HSL color Cylindrical-coordinate representation of color #585E7F: hue angle of 230.77º 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 #585E7F is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 94 | 127 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.50 |
| HSL | 230.77º | 0.18% | 0.42% | - |
| HSV(B) | 230.77º | 0.31% | 0.5% | - |
| XYZ | 11.86 | 11.61 | 21.7 | - |
| YUV | 95.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 127 | 0.31 | 0.26 | 0 | 0.50 | 230.77 | 0.18 | 0.42 |
| Hex | 58 | 5E | 7F | 1F | 1A | 0 | 32 | E7 | 12 | 2A |
| Octal | 130 | 136 | 177 | 37 | 32 | 0 | 62 | 347 | 22 | 52 |
| Binary | 1011000 | 1011110 | 1111111 | 11111 | 11010 | 0 | 110010 | 11100111 | 10010 | 101010 |
Color Harmonies of #585E7F
Complementary color
Monochromatic Colors of #585E7F
Black with #585E7F
Text Example
Text Example
White with #585E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E7F; }
p { color: rgb(88,94,127); }
H1.HeaderClassName
{
color: #585E7F;
}
.AnyTagClassName
{
color: #585E7F;
}
</style>
background-color css
<style>
a { background-color: #585E7F; }
a { background-color: rgb(88,94,127); }
div.DivClassName
{
background-color: #585E7F;
}
.BgClassName
{
background-color: #585E7F;
}
</style>
border-color css
<style>
span { border-color: #585E7F; }
span { border-color: rgb(88,94,127); }
td.TdClassName
{
border-color: #585E7F;
}
.TagClassName
{
border-color: #585E7F;
}
</style>