Shades of Bright Grey #595D6A
Tints of Bright Grey #595D6A
RGB
CMYK
RGB Variations
Color information
#595D6A (or 0x595D6A) is known color: Bright Grey. HEX triplet: 59, 5D and 6A. RGB value is (89,93,106). Sum of RGB (Red+Green+Blue) = 89+93+106=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #595D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D6A is #A6A295. Grayscale: #5D5D5D. Windows color (decimal): -10920598 or 6970713. OLE color: 6970713.
HSL color Cylindrical-coordinate representation of color #595D6A: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595D6A is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 93 | 106 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.58 |
| HSL | 225.88º | 0.09% | 0.38% | - |
| HSV(B) | 225.88º | 0.16% | 0.42% | - |
| XYZ | 10.64 | 10.99 | 15.2 | - |
| YUV | 93.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 106 | 0.16 | 0.12 | 0 | 0.58 | 225.88 | 0.09 | 0.38 |
| Hex | 59 | 5D | 6A | 10 | C | 0 | 3A | E2 | 9 | 26 |
| Octal | 131 | 135 | 152 | 20 | 14 | 0 | 72 | 342 | 11 | 46 |
| Binary | 1011001 | 1011101 | 1101010 | 10000 | 1100 | 0 | 111010 | 11100010 | 1001 | 100110 |
Color Harmonies of #595D6A
Complementary color
Monochromatic Colors of #595D6A
Black with #595D6A
Text Example
Text Example
White with #595D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D6A; }
p { color: rgb(89,93,106); }
H1.HeaderClassName
{
color: #595D6A;
}
.AnyTagClassName
{
color: #595D6A;
}
</style>
background-color css
<style>
a { background-color: #595D6A; }
a { background-color: rgb(89,93,106); }
div.DivClassName
{
background-color: #595D6A;
}
.BgClassName
{
background-color: #595D6A;
}
</style>
border-color css
<style>
span { border-color: #595D6A; }
span { border-color: rgb(89,93,106); }
td.TdClassName
{
border-color: #595D6A;
}
.TagClassName
{
border-color: #595D6A;
}
</style>