Shades of Bright Grey #595F6D
Tints of Bright Grey #595F6D
RGB
CMYK
RGB Variations
Color information
#595F6D (or 0x595F6D) is known color: Bright Grey. HEX triplet: 59, 5F and 6D. RGB value is (89,95,109). Sum of RGB (Red+Green+Blue) = 89+95+109=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #595F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F6D is #A6A092. Grayscale: #5E5E5E. Windows color (decimal): -10920083 or 7167833. OLE color: 7167833.
HSL color Cylindrical-coordinate representation of color #595F6D: hue angle of 222º 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 #595F6D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 95 | 109 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.57 |
| HSL | 222º | 0.1% | 0.39% | - |
| HSV(B) | 222º | 0.18% | 0.43% | - |
| XYZ | 10.97 | 11.41 | 16.09 | - |
| YUV | 94.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 109 | 0.18 | 0.13 | 0 | 0.57 | 222 | 0.1 | 0.39 |
| Hex | 59 | 5F | 6D | 12 | D | 0 | 39 | DE | A | 27 |
| Octal | 131 | 137 | 155 | 22 | 15 | 0 | 71 | 336 | 12 | 47 |
| Binary | 1011001 | 1011111 | 1101101 | 10010 | 1101 | 0 | 111001 | 11011110 | 1010 | 100111 |
Color Harmonies of #595F6D
Complementary color
Monochromatic Colors of #595F6D
Black with #595F6D
Text Example
Text Example
White with #595F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F6D; }
p { color: rgb(89,95,109); }
H1.HeaderClassName
{
color: #595F6D;
}
.AnyTagClassName
{
color: #595F6D;
}
</style>
background-color css
<style>
a { background-color: #595F6D; }
a { background-color: rgb(89,95,109); }
div.DivClassName
{
background-color: #595F6D;
}
.BgClassName
{
background-color: #595F6D;
}
</style>
border-color css
<style>
span { border-color: #595F6D; }
span { border-color: rgb(89,95,109); }
td.TdClassName
{
border-color: #595F6D;
}
.TagClassName
{
border-color: #595F6D;
}
</style>