Shades of Bright Grey #595D6B
Tints of Bright Grey #595D6B
RGB
CMYK
RGB Variations
Color information
#595D6B (or 0x595D6B) is known color: Bright Grey. HEX triplet: 59, 5D and 6B. RGB value is (89,93,107). Sum of RGB (Red+Green+Blue) = 89+93+107=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #595D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D6B is #A6A294. Grayscale: #5D5D5D. Windows color (decimal): -10920597 or 7036249. OLE color: 7036249.
HSL color Cylindrical-coordinate representation of color #595D6B: hue angle of 226.67º 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 #595D6B is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 93 | 107 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.58 |
| HSL | 226.67º | 0.09% | 0.38% | - |
| HSV(B) | 226.67º | 0.17% | 0.42% | - |
| XYZ | 10.69 | 11.01 | 15.47 | - |
| YUV | 93.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 107 | 0.17 | 0.13 | 0 | 0.58 | 226.67 | 0.09 | 0.38 |
| Hex | 59 | 5D | 6B | 11 | D | 0 | 3A | E3 | 9 | 26 |
| Octal | 131 | 135 | 153 | 21 | 15 | 0 | 72 | 343 | 11 | 46 |
| Binary | 1011001 | 1011101 | 1101011 | 10001 | 1101 | 0 | 111010 | 11100011 | 1001 | 100110 |
Color Harmonies of #595D6B
Complementary color
Monochromatic Colors of #595D6B
Black with #595D6B
Text Example
Text Example
White with #595D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D6B; }
p { color: rgb(89,93,107); }
H1.HeaderClassName
{
color: #595D6B;
}
.AnyTagClassName
{
color: #595D6B;
}
</style>
background-color css
<style>
a { background-color: #595D6B; }
a { background-color: rgb(89,93,107); }
div.DivClassName
{
background-color: #595D6B;
}
.BgClassName
{
background-color: #595D6B;
}
</style>
border-color css
<style>
span { border-color: #595D6B; }
span { border-color: rgb(89,93,107); }
td.TdClassName
{
border-color: #595D6B;
}
.TagClassName
{
border-color: #595D6B;
}
</style>