Shades of Comet #595C6C
Tints of Comet #595C6C
RGB
CMYK
RGB Variations
Color information
#595C6C (or 0x595C6C) is known color: Comet. HEX triplet: 59, 5C and 6C. RGB value is (89,92,108). Sum of RGB (Red+Green+Blue) = 89+92+108=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #595C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C6C is #A6A393. Grayscale: #5C5C5C. Windows color (decimal): -10920852 or 7101529. OLE color: 7101529.
HSL color Cylindrical-coordinate representation of color #595C6C: hue angle of 230.53º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595C6C is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 92 | 108 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.58 |
| HSL | 230.53º | 0.1% | 0.39% | - |
| HSV(B) | 230.53º | 0.18% | 0.42% | - |
| XYZ | 10.65 | 10.86 | 15.72 | - |
| YUV | 92.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 108 | 0.18 | 0.15 | 0 | 0.58 | 230.53 | 0.1 | 0.39 |
| Hex | 59 | 5C | 6C | 12 | F | 0 | 3A | E7 | A | 27 |
| Octal | 131 | 134 | 154 | 22 | 17 | 0 | 72 | 347 | 12 | 47 |
| Binary | 1011001 | 1011100 | 1101100 | 10010 | 1111 | 0 | 111010 | 11100111 | 1010 | 100111 |
Color Harmonies of #595C6C
Complementary color
Monochromatic Colors of #595C6C
Black with #595C6C
Text Example
Text Example
White with #595C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C6C; }
p { color: rgb(89,92,108); }
H1.HeaderClassName
{
color: #595C6C;
}
.AnyTagClassName
{
color: #595C6C;
}
</style>
background-color css
<style>
a { background-color: #595C6C; }
a { background-color: rgb(89,92,108); }
div.DivClassName
{
background-color: #595C6C;
}
.BgClassName
{
background-color: #595C6C;
}
</style>
border-color css
<style>
span { border-color: #595C6C; }
span { border-color: rgb(89,92,108); }
td.TdClassName
{
border-color: #595C6C;
}
.TagClassName
{
border-color: #595C6C;
}
</style>