Shades of Bright Grey #595F6E
Tints of Bright Grey #595F6E
RGB
CMYK
RGB Variations
Color information
#595F6E (or 0x595F6E) is known color: Bright Grey. HEX triplet: 59, 5F and 6E. RGB value is (89,95,110). Sum of RGB (Red+Green+Blue) = 89+95+110=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #595F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F6E is #A6A091. Grayscale: #5E5E5E. Windows color (decimal): -10920082 or 7233369. OLE color: 7233369.
HSL color Cylindrical-coordinate representation of color #595F6E: hue angle of 222.86º 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 #595F6E is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 95 | 110 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.57 |
| HSL | 222.86º | 0.11% | 0.39% | - |
| HSV(B) | 222.86º | 0.19% | 0.43% | - |
| XYZ | 11.03 | 11.43 | 16.38 | - |
| YUV | 94.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 110 | 0.19 | 0.14 | 0 | 0.57 | 222.86 | 0.11 | 0.39 |
| Hex | 59 | 5F | 6E | 13 | E | 0 | 39 | DF | B | 27 |
| Octal | 131 | 137 | 156 | 23 | 16 | 0 | 71 | 337 | 13 | 47 |
| Binary | 1011001 | 1011111 | 1101110 | 10011 | 1110 | 0 | 111001 | 11011111 | 1011 | 100111 |
Color Harmonies of #595F6E
Complementary color
Monochromatic Colors of #595F6E
Black with #595F6E
Text Example
Text Example
White with #595F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F6E; }
p { color: rgb(89,95,110); }
H1.HeaderClassName
{
color: #595F6E;
}
.AnyTagClassName
{
color: #595F6E;
}
</style>
background-color css
<style>
a { background-color: #595F6E; }
a { background-color: rgb(89,95,110); }
div.DivClassName
{
background-color: #595F6E;
}
.BgClassName
{
background-color: #595F6E;
}
</style>
border-color css
<style>
span { border-color: #595F6E; }
span { border-color: rgb(89,95,110); }
td.TdClassName
{
border-color: #595F6E;
}
.TagClassName
{
border-color: #595F6E;
}
</style>