Shades of Bright Grey #595E6B
Tints of Bright Grey #595E6B
RGB
CMYK
RGB Variations
Color information
#595E6B (or 0x595E6B) is known color: Bright Grey. HEX triplet: 59, 5E and 6B. RGB value is (89,94,107). Sum of RGB (Red+Green+Blue) = 89+94+107=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #595E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E6B is #A6A194. Grayscale: #5D5D5D. Windows color (decimal): -10920341 or 7036505. OLE color: 7036505.
HSL color Cylindrical-coordinate representation of color #595E6B: hue angle of 223.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595E6B is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 94 | 107 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.58 |
| HSL | 223.33º | 0.09% | 0.38% | - |
| HSV(B) | 223.33º | 0.17% | 0.42% | - |
| XYZ | 10.78 | 11.19 | 15.5 | - |
| YUV | 93.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 107 | 0.17 | 0.12 | 0 | 0.58 | 223.33 | 0.09 | 0.38 |
| Hex | 59 | 5E | 6B | 11 | C | 0 | 3A | DF | 9 | 26 |
| Octal | 131 | 136 | 153 | 21 | 14 | 0 | 72 | 337 | 11 | 46 |
| Binary | 1011001 | 1011110 | 1101011 | 10001 | 1100 | 0 | 111010 | 11011111 | 1001 | 100110 |
Color Harmonies of #595E6B
Complementary color
Monochromatic Colors of #595E6B
Black with #595E6B
Text Example
Text Example
White with #595E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E6B; }
p { color: rgb(89,94,107); }
H1.HeaderClassName
{
color: #595E6B;
}
.AnyTagClassName
{
color: #595E6B;
}
</style>
background-color css
<style>
a { background-color: #595E6B; }
a { background-color: rgb(89,94,107); }
div.DivClassName
{
background-color: #595E6B;
}
.BgClassName
{
background-color: #595E6B;
}
</style>
border-color css
<style>
span { border-color: #595E6B; }
span { border-color: rgb(89,94,107); }
td.TdClassName
{
border-color: #595E6B;
}
.TagClassName
{
border-color: #595E6B;
}
</style>