Shades of Comet #595C6D
Tints of Comet #595C6D
RGB
CMYK
RGB Variations
Color information
#595C6D (or 0x595C6D) is known color: Comet. HEX triplet: 59, 5C and 6D. RGB value is (89,92,109). Sum of RGB (Red+Green+Blue) = 89+92+109=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #595C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C6D is #A6A392. Grayscale: #5C5C5C. Windows color (decimal): -10920851 or 7167065. OLE color: 7167065.
HSL color Cylindrical-coordinate representation of color #595C6D: hue angle of 231º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595C6D is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 92 | 109 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.57 |
| HSL | 231º | 0.1% | 0.39% | - |
| HSV(B) | 231º | 0.18% | 0.43% | - |
| XYZ | 10.71 | 10.88 | 16 | - |
| YUV | 93.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 109 | 0.18 | 0.16 | 0 | 0.57 | 231 | 0.1 | 0.39 |
| Hex | 59 | 5C | 6D | 12 | 10 | 0 | 39 | E7 | A | 27 |
| Octal | 131 | 134 | 155 | 22 | 20 | 0 | 71 | 347 | 12 | 47 |
| Binary | 1011001 | 1011100 | 1101101 | 10010 | 10000 | 0 | 111001 | 11100111 | 1010 | 100111 |
Color Harmonies of #595C6D
Complementary color
Monochromatic Colors of #595C6D
Black with #595C6D
Text Example
Text Example
White with #595C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C6D; }
p { color: rgb(89,92,109); }
H1.HeaderClassName
{
color: #595C6D;
}
.AnyTagClassName
{
color: #595C6D;
}
</style>
background-color css
<style>
a { background-color: #595C6D; }
a { background-color: rgb(89,92,109); }
div.DivClassName
{
background-color: #595C6D;
}
.BgClassName
{
background-color: #595C6D;
}
</style>
border-color css
<style>
span { border-color: #595C6D; }
span { border-color: rgb(89,92,109); }
td.TdClassName
{
border-color: #595C6D;
}
.TagClassName
{
border-color: #595C6D;
}
</style>