Shades of Comet #595967
Tints of Comet #595967
RGB
CMYK
RGB Variations
Color information
#595967 (or 0x595967) is known color: Comet. HEX triplet: 59, 59 and 67. RGB value is (89,89,103). Sum of RGB (Red+Green+Blue) = 89+89+103=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #595967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595967 is #A6A698. Grayscale: #5A5A5A. Windows color (decimal): -10921625 or 6773081. OLE color: 6773081.
HSL color Cylindrical-coordinate representation of color #595967: hue angle of 240º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595967 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 89 | 103 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.60 |
| HSL | 240º | 0.07% | 0.38% | - |
| HSV(B) | 240º | 0.14% | 0.4% | - |
| XYZ | 10.14 | 10.25 | 14.28 | - |
| YUV | 90.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 103 | 0.14 | 0.14 | 0 | 0.60 | 240 | 0.07 | 0.38 |
| Hex | 59 | 59 | 67 | E | E | 0 | 3C | F0 | 7 | 26 |
| Octal | 131 | 131 | 147 | 16 | 16 | 0 | 74 | 360 | 7 | 46 |
| Binary | 1011001 | 1011001 | 1100111 | 1110 | 1110 | 0 | 111100 | 11110000 | 111 | 100110 |
Color Harmonies of #595967
Complementary color
Monochromatic Colors of #595967
Black with #595967
Text Example
Text Example
White with #595967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595967; }
p { color: rgb(89,89,103); }
H1.HeaderClassName
{
color: #595967;
}
.AnyTagClassName
{
color: #595967;
}
</style>
background-color css
<style>
a { background-color: #595967; }
a { background-color: rgb(89,89,103); }
div.DivClassName
{
background-color: #595967;
}
.BgClassName
{
background-color: #595967;
}
</style>
border-color css
<style>
span { border-color: #595967; }
span { border-color: rgb(89,89,103); }
td.TdClassName
{
border-color: #595967;
}
.TagClassName
{
border-color: #595967;
}
</style>