Shades of Comet #595984
Tints of Comet #595984
RGB
CMYK
RGB Variations
Color information
#595984 (or 0x595984) is known color: Comet. HEX triplet: 59, 59 and 84. RGB value is (89,89,132). Sum of RGB (Red+Green+Blue) = 89+89+132=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #595984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595984 is #A6A67B. Grayscale: #5D5D5D. Windows color (decimal): -10921596 or 8673625. OLE color: 8673625.
HSL color Cylindrical-coordinate representation of color #595984: hue angle of 240º degrees, saturation: 0.19, 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 #595984 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 89 | 132 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.48 |
| HSL | 240º | 0.19% | 0.43% | - |
| HSV(B) | 240º | 0.33% | 0.52% | - |
| XYZ | 11.86 | 10.93 | 23.32 | - |
| YUV | 93.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 132 | 0.33 | 0.33 | 0 | 0.48 | 240 | 0.19 | 0.43 |
| Hex | 59 | 59 | 84 | 21 | 21 | 0 | 30 | F0 | 13 | 2B |
| Octal | 131 | 131 | 204 | 41 | 41 | 0 | 60 | 360 | 23 | 53 |
| Binary | 1011001 | 1011001 | 10000100 | 100001 | 100001 | 0 | 110000 | 11110000 | 10011 | 101011 |
Color Harmonies of #595984
Complementary color
Monochromatic Colors of #595984
Black with #595984
Text Example
Text Example
White with #595984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595984; }
p { color: rgb(89,89,132); }
H1.HeaderClassName
{
color: #595984;
}
.AnyTagClassName
{
color: #595984;
}
</style>
background-color css
<style>
a { background-color: #595984; }
a { background-color: rgb(89,89,132); }
div.DivClassName
{
background-color: #595984;
}
.BgClassName
{
background-color: #595984;
}
</style>
border-color css
<style>
span { border-color: #595984; }
span { border-color: rgb(89,89,132); }
td.TdClassName
{
border-color: #595984;
}
.TagClassName
{
border-color: #595984;
}
</style>