Shades of Comet #595D6E
Tints of Comet #595D6E
RGB
CMYK
RGB Variations
Color information
#595D6E (or 0x595D6E) is known color: Comet. HEX triplet: 59, 5D and 6E. RGB value is (89,93,110). Sum of RGB (Red+Green+Blue) = 89+93+110=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #595D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D6E is #A6A291. Grayscale: #5D5D5D. Windows color (decimal): -10920594 or 7232857. OLE color: 7232857.
HSL color Cylindrical-coordinate representation of color #595D6E: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595D6E is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 93 | 110 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.57 |
| HSL | 228.57º | 0.11% | 0.39% | - |
| HSV(B) | 228.57º | 0.19% | 0.43% | - |
| XYZ | 10.85 | 11.08 | 16.32 | - |
| YUV | 93.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 110 | 0.19 | 0.15 | 0 | 0.57 | 228.57 | 0.11 | 0.39 |
| Hex | 59 | 5D | 6E | 13 | F | 0 | 39 | E5 | B | 27 |
| Octal | 131 | 135 | 156 | 23 | 17 | 0 | 71 | 345 | 13 | 47 |
| Binary | 1011001 | 1011101 | 1101110 | 10011 | 1111 | 0 | 111001 | 11100101 | 1011 | 100111 |
Color Harmonies of #595D6E
Complementary color
Monochromatic Colors of #595D6E
Black with #595D6E
Text Example
Text Example
White with #595D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D6E; }
p { color: rgb(89,93,110); }
H1.HeaderClassName
{
color: #595D6E;
}
.AnyTagClassName
{
color: #595D6E;
}
</style>
background-color css
<style>
a { background-color: #595D6E; }
a { background-color: rgb(89,93,110); }
div.DivClassName
{
background-color: #595D6E;
}
.BgClassName
{
background-color: #595D6E;
}
</style>
border-color css
<style>
span { border-color: #595D6E; }
span { border-color: rgb(89,93,110); }
td.TdClassName
{
border-color: #595D6E;
}
.TagClassName
{
border-color: #595D6E;
}
</style>