Shades of Bright Grey #595D6D
Tints of Bright Grey #595D6D
RGB
CMYK
RGB Variations
Color information
#595D6D (or 0x595D6D) is known color: Bright Grey. HEX triplet: 59, 5D and 6D. RGB value is (89,93,109). Sum of RGB (Red+Green+Blue) = 89+93+109=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #595D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D6D is #A6A292. Grayscale: #5D5D5D. Windows color (decimal): -10920595 or 7167321. OLE color: 7167321.
HSL color Cylindrical-coordinate representation of color #595D6D: hue angle of 228º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595D6D is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 93 | 109 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.57 |
| HSL | 228º | 0.1% | 0.39% | - |
| HSV(B) | 228º | 0.18% | 0.43% | - |
| XYZ | 10.79 | 11.06 | 16.03 | - |
| YUV | 93.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 109 | 0.18 | 0.15 | 0 | 0.57 | 228 | 0.1 | 0.39 |
| Hex | 59 | 5D | 6D | 12 | F | 0 | 39 | E4 | A | 27 |
| Octal | 131 | 135 | 155 | 22 | 17 | 0 | 71 | 344 | 12 | 47 |
| Binary | 1011001 | 1011101 | 1101101 | 10010 | 1111 | 0 | 111001 | 11100100 | 1010 | 100111 |
Color Harmonies of #595D6D
Complementary color
Monochromatic Colors of #595D6D
Black with #595D6D
Text Example
Text Example
White with #595D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D6D; }
p { color: rgb(89,93,109); }
H1.HeaderClassName
{
color: #595D6D;
}
.AnyTagClassName
{
color: #595D6D;
}
</style>
background-color css
<style>
a { background-color: #595D6D; }
a { background-color: rgb(89,93,109); }
div.DivClassName
{
background-color: #595D6D;
}
.BgClassName
{
background-color: #595D6D;
}
</style>
border-color css
<style>
span { border-color: #595D6D; }
span { border-color: rgb(89,93,109); }
td.TdClassName
{
border-color: #595D6D;
}
.TagClassName
{
border-color: #595D6D;
}
</style>