Shades of Comet #585A80
Tints of Comet #585A80
RGB
CMYK
RGB Variations
Color information
#585A80 (or 0x585A80) is known color: Comet. HEX triplet: 58, 5A and 80. RGB value is (88,90,128). Sum of RGB (Red+Green+Blue) = 88+90+128=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #585A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A80 is #A7A57F. Grayscale: #5D5D5D. Windows color (decimal): -10986880 or 8411736. OLE color: 8411736.
HSL color Cylindrical-coordinate representation of color #585A80: hue angle of 237º 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 #585A80 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 90 | 128 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.50 |
| HSL | 237º | 0.19% | 0.42% | - |
| HSV(B) | 237º | 0.31% | 0.5% | - |
| XYZ | 11.58 | 10.95 | 21.92 | - |
| YUV | 93.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 128 | 0.31 | 0.30 | 0 | 0.50 | 237 | 0.19 | 0.42 |
| Hex | 58 | 5A | 80 | 1F | 1E | 0 | 32 | ED | 13 | 2A |
| Octal | 130 | 132 | 200 | 37 | 36 | 0 | 62 | 355 | 23 | 52 |
| Binary | 1011000 | 1011010 | 10000000 | 11111 | 11110 | 0 | 110010 | 11101101 | 10011 | 101010 |
Color Harmonies of #585A80
Complementary color
Monochromatic Colors of #585A80
Black with #585A80
Text Example
Text Example
White with #585A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A80; }
p { color: rgb(88,90,128); }
H1.HeaderClassName
{
color: #585A80;
}
.AnyTagClassName
{
color: #585A80;
}
</style>
background-color css
<style>
a { background-color: #585A80; }
a { background-color: rgb(88,90,128); }
div.DivClassName
{
background-color: #585A80;
}
.BgClassName
{
background-color: #585A80;
}
</style>
border-color css
<style>
span { border-color: #585A80; }
span { border-color: rgb(88,90,128); }
td.TdClassName
{
border-color: #585A80;
}
.TagClassName
{
border-color: #585A80;
}
</style>