Shades of Bright Grey #595E65
Tints of Bright Grey #595E65
RGB
CMYK
RGB Variations
Color information
#595E65 (or 0x595E65) is known color: Bright Grey. HEX triplet: 59, 5E and 65. RGB value is (89,94,101). Sum of RGB (Red+Green+Blue) = 89+94+101=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #595E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E65 is #A6A19A. Grayscale: #5D5D5D. Windows color (decimal): -10920347 or 6643289. OLE color: 6643289.
HSL color Cylindrical-coordinate representation of color #595E65: hue angle of 215º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595E65 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 94 | 101 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.60 |
| HSL | 215º | 0.06% | 0.37% | - |
| HSV(B) | 215º | 0.12% | 0.4% | - |
| XYZ | 10.47 | 11.07 | 13.9 | - |
| YUV | 93.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 101 | 0.12 | 0.07 | 0 | 0.60 | 215 | 0.06 | 0.37 |
| Hex | 59 | 5E | 65 | C | 7 | 0 | 3C | D7 | 6 | 25 |
| Octal | 131 | 136 | 145 | 14 | 7 | 0 | 74 | 327 | 6 | 45 |
| Binary | 1011001 | 1011110 | 1100101 | 1100 | 111 | 0 | 111100 | 11010111 | 110 | 100101 |
Color Harmonies of #595E65
Complementary color
Monochromatic Colors of #595E65
Black with #595E65
Text Example
Text Example
White with #595E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E65; }
p { color: rgb(89,94,101); }
H1.HeaderClassName
{
color: #595E65;
}
.AnyTagClassName
{
color: #595E65;
}
</style>
background-color css
<style>
a { background-color: #595E65; }
a { background-color: rgb(89,94,101); }
div.DivClassName
{
background-color: #595E65;
}
.BgClassName
{
background-color: #595E65;
}
</style>
border-color css
<style>
span { border-color: #595E65; }
span { border-color: rgb(89,94,101); }
td.TdClassName
{
border-color: #595E65;
}
.TagClassName
{
border-color: #595E65;
}
</style>