Shades of Comet #585882
Tints of Comet #585882
RGB
CMYK
RGB Variations
Color information
#585882 (or 0x585882) is known color: Comet. HEX triplet: 58, 58 and 82. RGB value is (88,88,130). Sum of RGB (Red+Green+Blue) = 88+88+130=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #585882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585882 is #A7A77D. Grayscale: #5C5C5C. Windows color (decimal): -10987390 or 8542296. OLE color: 8542296.
HSL color Cylindrical-coordinate representation of color #585882: hue angle of 240º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585882 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 88 | 130 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.49 |
| HSL | 240º | 0.19% | 0.43% | - |
| HSV(B) | 240º | 0.32% | 0.51% | - |
| XYZ | 11.54 | 10.67 | 22.57 | - |
| YUV | 92.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 130 | 0.32 | 0.32 | 0 | 0.49 | 240 | 0.19 | 0.43 |
| Hex | 58 | 58 | 82 | 20 | 20 | 0 | 31 | F0 | 13 | 2B |
| Octal | 130 | 130 | 202 | 40 | 40 | 0 | 61 | 360 | 23 | 53 |
| Binary | 1011000 | 1011000 | 10000010 | 100000 | 100000 | 0 | 110001 | 11110000 | 10011 | 101011 |
Color Harmonies of #585882
Complementary color
Monochromatic Colors of #585882
Black with #585882
Text Example
Text Example
White with #585882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585882; }
p { color: rgb(88,88,130); }
H1.HeaderClassName
{
color: #585882;
}
.AnyTagClassName
{
color: #585882;
}
</style>
background-color css
<style>
a { background-color: #585882; }
a { background-color: rgb(88,88,130); }
div.DivClassName
{
background-color: #585882;
}
.BgClassName
{
background-color: #585882;
}
</style>
border-color css
<style>
span { border-color: #585882; }
span { border-color: rgb(88,88,130); }
td.TdClassName
{
border-color: #585882;
}
.TagClassName
{
border-color: #585882;
}
</style>