Shades of Comet #595880
Tints of Comet #595880
RGB
CMYK
RGB Variations
Color information
#595880 (or 0x595880) is known color: Comet. HEX triplet: 59, 58 and 80. RGB value is (89,88,128). Sum of RGB (Red+Green+Blue) = 89+88+128=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #595880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595880 is #A6A77F. Grayscale: #5C5C5C. Windows color (decimal): -10921856 or 8411225. OLE color: 8411225.
HSL color Cylindrical-coordinate representation of color #595880: hue angle of 241.5º 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 #595880 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 88 | 128 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.50 |
| HSL | 241.5º | 0.19% | 0.42% | - |
| HSV(B) | 241.5º | 0.31% | 0.5% | - |
| XYZ | 11.51 | 10.66 | 21.87 | - |
| YUV | 92.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 128 | 0.30 | 0.31 | 0 | 0.50 | 241.5 | 0.19 | 0.42 |
| Hex | 59 | 58 | 80 | 1E | 1F | 0 | 32 | F2 | 13 | 2A |
| Octal | 131 | 130 | 200 | 36 | 37 | 0 | 62 | 362 | 23 | 52 |
| Binary | 1011001 | 1011000 | 10000000 | 11110 | 11111 | 0 | 110010 | 11110010 | 10011 | 101010 |
Color Harmonies of #595880
Complementary color
Monochromatic Colors of #595880
Black with #595880
Text Example
Text Example
White with #595880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595880; }
p { color: rgb(89,88,128); }
H1.HeaderClassName
{
color: #595880;
}
.AnyTagClassName
{
color: #595880;
}
</style>
background-color css
<style>
a { background-color: #595880; }
a { background-color: rgb(89,88,128); }
div.DivClassName
{
background-color: #595880;
}
.BgClassName
{
background-color: #595880;
}
</style>
border-color css
<style>
span { border-color: #595880; }
span { border-color: rgb(89,88,128); }
td.TdClassName
{
border-color: #595880;
}
.TagClassName
{
border-color: #595880;
}
</style>