Shades of Bright Grey #595C6A
Tints of Bright Grey #595C6A
RGB
CMYK
RGB Variations
Color information
#595C6A (or 0x595C6A) is known color: Bright Grey. HEX triplet: 59, 5C and 6A. RGB value is (89,92,106). Sum of RGB (Red+Green+Blue) = 89+92+106=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #595C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C6A is #A6A395. Grayscale: #5C5C5C. Windows color (decimal): -10920854 or 6970457. OLE color: 6970457.
HSL color Cylindrical-coordinate representation of color #595C6A: hue angle of 229.41º 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 #595C6A is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 92 | 106 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.58 |
| HSL | 229.41º | 0.09% | 0.38% | - |
| HSV(B) | 229.41º | 0.16% | 0.42% | - |
| XYZ | 10.55 | 10.82 | 15.17 | - |
| YUV | 92.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 106 | 0.16 | 0.13 | 0 | 0.58 | 229.41 | 0.09 | 0.38 |
| Hex | 59 | 5C | 6A | 10 | D | 0 | 3A | E5 | 9 | 26 |
| Octal | 131 | 134 | 152 | 20 | 15 | 0 | 72 | 345 | 11 | 46 |
| Binary | 1011001 | 1011100 | 1101010 | 10000 | 1101 | 0 | 111010 | 11100101 | 1001 | 100110 |
Color Harmonies of #595C6A
Complementary color
Monochromatic Colors of #595C6A
Black with #595C6A
Text Example
Text Example
White with #595C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C6A; }
p { color: rgb(89,92,106); }
H1.HeaderClassName
{
color: #595C6A;
}
.AnyTagClassName
{
color: #595C6A;
}
</style>
background-color css
<style>
a { background-color: #595C6A; }
a { background-color: rgb(89,92,106); }
div.DivClassName
{
background-color: #595C6A;
}
.BgClassName
{
background-color: #595C6A;
}
</style>
border-color css
<style>
span { border-color: #595C6A; }
span { border-color: rgb(89,92,106); }
td.TdClassName
{
border-color: #595C6A;
}
.TagClassName
{
border-color: #595C6A;
}
</style>