Shades of Comet #585E80
Tints of Comet #585E80
RGB
CMYK
RGB Variations
Color information
#585E80 (or 0x585E80) is known color: Comet. HEX triplet: 58, 5E and 80. RGB value is (88,94,128). Sum of RGB (Red+Green+Blue) = 88+94+128=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #585E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E80 is #A7A17F. Grayscale: #5F5F5F. Windows color (decimal): -10985856 or 8412760. OLE color: 8412760.
HSL color Cylindrical-coordinate representation of color #585E80: hue angle of 231º degrees, saturation: 0.19, 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 #585E80 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 94 | 128 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.50 |
| HSL | 231º | 0.19% | 0.42% | - |
| HSV(B) | 231º | 0.31% | 0.5% | - |
| XYZ | 11.92 | 11.64 | 22.04 | - |
| YUV | 96.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 128 | 0.31 | 0.27 | 0 | 0.50 | 231 | 0.19 | 0.42 |
| Hex | 58 | 5E | 80 | 1F | 1B | 0 | 32 | E7 | 13 | 2A |
| Octal | 130 | 136 | 200 | 37 | 33 | 0 | 62 | 347 | 23 | 52 |
| Binary | 1011000 | 1011110 | 10000000 | 11111 | 11011 | 0 | 110010 | 11100111 | 10011 | 101010 |
Color Harmonies of #585E80
Complementary color
Monochromatic Colors of #585E80
Black with #585E80
Text Example
Text Example
White with #585E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E80; }
p { color: rgb(88,94,128); }
H1.HeaderClassName
{
color: #585E80;
}
.AnyTagClassName
{
color: #585E80;
}
</style>
background-color css
<style>
a { background-color: #585E80; }
a { background-color: rgb(88,94,128); }
div.DivClassName
{
background-color: #585E80;
}
.BgClassName
{
background-color: #585E80;
}
</style>
border-color css
<style>
span { border-color: #585E80; }
span { border-color: rgb(88,94,128); }
td.TdClassName
{
border-color: #585E80;
}
.TagClassName
{
border-color: #585E80;
}
</style>