Shades of Comet #595E75
Tints of Comet #595E75
RGB
CMYK
RGB Variations
Color information
#595E75 (or 0x595E75) is known color: Comet. HEX triplet: 59, 5E and 75. RGB value is (89,94,117). Sum of RGB (Red+Green+Blue) = 89+94+117=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #595E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E75 is #A6A18A. Grayscale: #5F5F5F. Windows color (decimal): -10920331 or 7691865. OLE color: 7691865.
HSL color Cylindrical-coordinate representation of color #595E75: hue angle of 229.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #595E75 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 94 | 117 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.54 |
| HSL | 229.29º | 0.14% | 0.4% | - |
| HSV(B) | 229.29º | 0.24% | 0.46% | - |
| XYZ | 11.33 | 11.41 | 18.44 | - |
| YUV | 95.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 117 | 0.24 | 0.20 | 0 | 0.54 | 229.29 | 0.14 | 0.4 |
| Hex | 59 | 5E | 75 | 18 | 14 | 0 | 36 | E5 | E | 28 |
| Octal | 131 | 136 | 165 | 30 | 24 | 0 | 66 | 345 | 16 | 50 |
| Binary | 1011001 | 1011110 | 1110101 | 11000 | 10100 | 0 | 110110 | 11100101 | 1110 | 101000 |
Color Harmonies of #595E75
Complementary color
Monochromatic Colors of #595E75
Black with #595E75
Text Example
Text Example
White with #595E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E75; }
p { color: rgb(89,94,117); }
H1.HeaderClassName
{
color: #595E75;
}
.AnyTagClassName
{
color: #595E75;
}
</style>
background-color css
<style>
a { background-color: #595E75; }
a { background-color: rgb(89,94,117); }
div.DivClassName
{
background-color: #595E75;
}
.BgClassName
{
background-color: #595E75;
}
</style>
border-color css
<style>
span { border-color: #595E75; }
span { border-color: rgb(89,94,117); }
td.TdClassName
{
border-color: #595E75;
}
.TagClassName
{
border-color: #595E75;
}
</style>