Shades of Comet #596080
Tints of Comet #596080
RGB
CMYK
RGB Variations
Color information
#596080 (or 0x596080) is known color: Comet. HEX triplet: 59, 60 and 80. RGB value is (89,96,128). Sum of RGB (Red+Green+Blue) = 89+96+128=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #596080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596080 is #A69F7F. Grayscale: #616161. Windows color (decimal): -10919808 or 8413273. OLE color: 8413273.
HSL color Cylindrical-coordinate representation of color #596080: hue angle of 229.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596080 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 96 | 128 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.50 |
| HSL | 229.23º | 0.18% | 0.43% | - |
| HSV(B) | 229.23º | 0.3% | 0.5% | - |
| XYZ | 12.2 | 12.05 | 22.1 | - |
| YUV | 97.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 128 | 0.30 | 0.25 | 0 | 0.50 | 229.23 | 0.18 | 0.43 |
| Hex | 59 | 60 | 80 | 1E | 19 | 0 | 32 | E5 | 12 | 2B |
| Octal | 131 | 140 | 200 | 36 | 31 | 0 | 62 | 345 | 22 | 53 |
| Binary | 1011001 | 1100000 | 10000000 | 11110 | 11001 | 0 | 110010 | 11100101 | 10010 | 101011 |
Color Harmonies of #596080
Complementary color
Monochromatic Colors of #596080
Black with #596080
Text Example
Text Example
White with #596080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596080; }
p { color: rgb(89,96,128); }
H1.HeaderClassName
{
color: #596080;
}
.AnyTagClassName
{
color: #596080;
}
</style>
background-color css
<style>
a { background-color: #596080; }
a { background-color: rgb(89,96,128); }
div.DivClassName
{
background-color: #596080;
}
.BgClassName
{
background-color: #596080;
}
</style>
border-color css
<style>
span { border-color: #596080; }
span { border-color: rgb(89,96,128); }
td.TdClassName
{
border-color: #596080;
}
.TagClassName
{
border-color: #596080;
}
</style>