Shades of Comet #585E84
Tints of Comet #585E84
RGB
CMYK
RGB Variations
Color information
#585E84 (or 0x585E84) is known color: Comet. HEX triplet: 58, 5E and 84. RGB value is (88,94,132). Sum of RGB (Red+Green+Blue) = 88+94+132=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #585E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E84 is #A7A17B. Grayscale: #606060. Windows color (decimal): -10985852 or 8674904. OLE color: 8674904.
HSL color Cylindrical-coordinate representation of color #585E84: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #585E84 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 94 | 132 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.48 |
| HSL | 231.82º | 0.2% | 0.43% | - |
| HSV(B) | 231.82º | 0.33% | 0.52% | - |
| XYZ | 12.19 | 11.75 | 23.45 | - |
| YUV | 96.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 132 | 0.33 | 0.29 | 0 | 0.48 | 231.82 | 0.2 | 0.43 |
| Hex | 58 | 5E | 84 | 21 | 1D | 0 | 30 | E8 | 14 | 2B |
| Octal | 130 | 136 | 204 | 41 | 35 | 0 | 60 | 350 | 24 | 53 |
| Binary | 1011000 | 1011110 | 10000100 | 100001 | 11101 | 0 | 110000 | 11101000 | 10100 | 101011 |
Color Harmonies of #585E84
Complementary color
Monochromatic Colors of #585E84
Black with #585E84
Text Example
Text Example
White with #585E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E84; }
p { color: rgb(88,94,132); }
H1.HeaderClassName
{
color: #585E84;
}
.AnyTagClassName
{
color: #585E84;
}
</style>
background-color css
<style>
a { background-color: #585E84; }
a { background-color: rgb(88,94,132); }
div.DivClassName
{
background-color: #585E84;
}
.BgClassName
{
background-color: #585E84;
}
</style>
border-color css
<style>
span { border-color: #585E84; }
span { border-color: rgb(88,94,132); }
td.TdClassName
{
border-color: #585E84;
}
.TagClassName
{
border-color: #585E84;
}
</style>