Shades of Comet #595963
Tints of Comet #595963
RGB
CMYK
RGB Variations
Color information
#595963 (or 0x595963) is known color: Comet. HEX triplet: 59, 59 and 63. RGB value is (89,89,99). Sum of RGB (Red+Green+Blue) = 89+89+99=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #595963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595963 is #A6A69C. Grayscale: #5A5A5A. Windows color (decimal): -10921629 or 6510937. OLE color: 6510937.
HSL color Cylindrical-coordinate representation of color #595963: hue angle of 240º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595963 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 89 | 99 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.61 |
| HSL | 240º | 0.05% | 0.37% | - |
| HSV(B) | 240º | 0.1% | 0.39% | - |
| XYZ | 9.94 | 10.17 | 13.24 | - |
| YUV | 90.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 99 | 0.10 | 0.10 | 0 | 0.61 | 240 | 0.05 | 0.37 |
| Hex | 59 | 59 | 63 | A | A | 0 | 3D | F0 | 5 | 25 |
| Octal | 131 | 131 | 143 | 12 | 12 | 0 | 75 | 360 | 5 | 45 |
| Binary | 1011001 | 1011001 | 1100011 | 1010 | 1010 | 0 | 111101 | 11110000 | 101 | 100101 |
Color Harmonies of #595963
Complementary color
Monochromatic Colors of #595963
Black with #595963
Text Example
Text Example
White with #595963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595963; }
p { color: rgb(89,89,99); }
H1.HeaderClassName
{
color: #595963;
}
.AnyTagClassName
{
color: #595963;
}
</style>
background-color css
<style>
a { background-color: #595963; }
a { background-color: rgb(89,89,99); }
div.DivClassName
{
background-color: #595963;
}
.BgClassName
{
background-color: #595963;
}
</style>
border-color css
<style>
span { border-color: #595963; }
span { border-color: rgb(89,89,99); }
td.TdClassName
{
border-color: #595963;
}
.TagClassName
{
border-color: #595963;
}
</style>