Shades of Comet #595964
Tints of Comet #595964
RGB
CMYK
RGB Variations
Color information
#595964 (or 0x595964) is known color: Comet. HEX triplet: 59, 59 and 64. RGB value is (89,89,100). Sum of RGB (Red+Green+Blue) = 89+89+100=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #595964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595964 is #A6A69B. Grayscale: #5A5A5A. Windows color (decimal): -10921628 or 6576473. OLE color: 6576473.
HSL color Cylindrical-coordinate representation of color #595964: hue angle of 240º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #595964 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 89 | 100 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.61 |
| HSL | 240º | 0.06% | 0.37% | - |
| HSV(B) | 240º | 0.11% | 0.39% | - |
| XYZ | 9.99 | 10.19 | 13.5 | - |
| YUV | 90.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 100 | 0.11 | 0.11 | 0 | 0.61 | 240 | 0.06 | 0.37 |
| Hex | 59 | 59 | 64 | B | B | 0 | 3D | F0 | 6 | 25 |
| Octal | 131 | 131 | 144 | 13 | 13 | 0 | 75 | 360 | 6 | 45 |
| Binary | 1011001 | 1011001 | 1100100 | 1011 | 1011 | 0 | 111101 | 11110000 | 110 | 100101 |
Color Harmonies of #595964
Complementary color
Monochromatic Colors of #595964
Black with #595964
Text Example
Text Example
White with #595964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595964; }
p { color: rgb(89,89,100); }
H1.HeaderClassName
{
color: #595964;
}
.AnyTagClassName
{
color: #595964;
}
</style>
background-color css
<style>
a { background-color: #595964; }
a { background-color: rgb(89,89,100); }
div.DivClassName
{
background-color: #595964;
}
.BgClassName
{
background-color: #595964;
}
</style>
border-color css
<style>
span { border-color: #595964; }
span { border-color: rgb(89,89,100); }
td.TdClassName
{
border-color: #595964;
}
.TagClassName
{
border-color: #595964;
}
</style>