Shades of Bright Grey #595E6E
Tints of Bright Grey #595E6E
RGB
CMYK
RGB Variations
Color information
#595E6E (or 0x595E6E) is known color: Bright Grey. HEX triplet: 59, 5E and 6E. RGB value is (89,94,110). Sum of RGB (Red+Green+Blue) = 89+94+110=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #595E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E6E is #A6A191. Grayscale: #5E5E5E. Windows color (decimal): -10920338 or 7233113. OLE color: 7233113.
HSL color Cylindrical-coordinate representation of color #595E6E: hue angle of 225.71º 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 #595E6E is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 94 | 110 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.57 |
| HSL | 225.71º | 0.11% | 0.39% | - |
| HSV(B) | 225.71º | 0.19% | 0.43% | - |
| XYZ | 10.94 | 11.26 | 16.35 | - |
| YUV | 94.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 110 | 0.19 | 0.15 | 0 | 0.57 | 225.71 | 0.11 | 0.39 |
| Hex | 59 | 5E | 6E | 13 | F | 0 | 39 | E2 | B | 27 |
| Octal | 131 | 136 | 156 | 23 | 17 | 0 | 71 | 342 | 13 | 47 |
| Binary | 1011001 | 1011110 | 1101110 | 10011 | 1111 | 0 | 111001 | 11100010 | 1011 | 100111 |
Color Harmonies of #595E6E
Complementary color
Monochromatic Colors of #595E6E
Black with #595E6E
Text Example
Text Example
White with #595E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E6E; }
p { color: rgb(89,94,110); }
H1.HeaderClassName
{
color: #595E6E;
}
.AnyTagClassName
{
color: #595E6E;
}
</style>
background-color css
<style>
a { background-color: #595E6E; }
a { background-color: rgb(89,94,110); }
div.DivClassName
{
background-color: #595E6E;
}
.BgClassName
{
background-color: #595E6E;
}
</style>
border-color css
<style>
span { border-color: #595E6E; }
span { border-color: rgb(89,94,110); }
td.TdClassName
{
border-color: #595E6E;
}
.TagClassName
{
border-color: #595E6E;
}
</style>