Shades of Bright Grey #595E6C
Tints of Bright Grey #595E6C
RGB
CMYK
RGB Variations
Color information
#595E6C (or 0x595E6C) is known color: Bright Grey. HEX triplet: 59, 5E and 6C. RGB value is (89,94,108). Sum of RGB (Red+Green+Blue) = 89+94+108=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #595E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E6C is #A6A193. Grayscale: #5E5E5E. Windows color (decimal): -10920340 or 7102041. OLE color: 7102041.
HSL color Cylindrical-coordinate representation of color #595E6C: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595E6C is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 94 | 108 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.58 |
| HSL | 224.21º | 0.1% | 0.39% | - |
| HSV(B) | 224.21º | 0.18% | 0.42% | - |
| XYZ | 10.83 | 11.21 | 15.78 | - |
| YUV | 94.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 108 | 0.18 | 0.13 | 0 | 0.58 | 224.21 | 0.1 | 0.39 |
| Hex | 59 | 5E | 6C | 12 | D | 0 | 3A | E0 | A | 27 |
| Octal | 131 | 136 | 154 | 22 | 15 | 0 | 72 | 340 | 12 | 47 |
| Binary | 1011001 | 1011110 | 1101100 | 10010 | 1101 | 0 | 111010 | 11100000 | 1010 | 100111 |
Color Harmonies of #595E6C
Complementary color
Monochromatic Colors of #595E6C
Black with #595E6C
Text Example
Text Example
White with #595E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E6C; }
p { color: rgb(89,94,108); }
H1.HeaderClassName
{
color: #595E6C;
}
.AnyTagClassName
{
color: #595E6C;
}
</style>
background-color css
<style>
a { background-color: #595E6C; }
a { background-color: rgb(89,94,108); }
div.DivClassName
{
background-color: #595E6C;
}
.BgClassName
{
background-color: #595E6C;
}
</style>
border-color css
<style>
span { border-color: #595E6C; }
span { border-color: rgb(89,94,108); }
td.TdClassName
{
border-color: #595E6C;
}
.TagClassName
{
border-color: #595E6C;
}
</style>