Shades of Bright Grey #595A60
Tints of Bright Grey #595A60
RGB
CMYK
RGB Variations
Color information
#595A60 (or 0x595A60) is known color: Bright Grey. HEX triplet: 59, 5A and 60. RGB value is (89,90,96). Sum of RGB (Red+Green+Blue) = 89+90+96=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #595A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A60 is #A6A59F. Grayscale: #5A5A5A. Windows color (decimal): -10921376 or 6314585. OLE color: 6314585.
HSL color Cylindrical-coordinate representation of color #595A60: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595A60 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 90 | 96 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.62 |
| HSL | 231.43º | 0.04% | 0.36% | - |
| HSV(B) | 231.43º | 0.07% | 0.38% | - |
| XYZ | 9.89 | 10.28 | 12.53 | - |
| YUV | 90.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 96 | 0.07 | 0.06 | 0 | 0.62 | 231.43 | 0.04 | 0.36 |
| Hex | 59 | 5A | 60 | 7 | 6 | 0 | 3E | E7 | 4 | 24 |
| Octal | 131 | 132 | 140 | 7 | 6 | 0 | 76 | 347 | 4 | 44 |
| Binary | 1011001 | 1011010 | 1100000 | 111 | 110 | 0 | 111110 | 11100111 | 100 | 100100 |
Color Harmonies of #595A60
Complementary color
Monochromatic Colors of #595A60
Black with #595A60
Text Example
Text Example
White with #595A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A60; }
p { color: rgb(89,90,96); }
H1.HeaderClassName
{
color: #595A60;
}
.AnyTagClassName
{
color: #595A60;
}
</style>
background-color css
<style>
a { background-color: #595A60; }
a { background-color: rgb(89,90,96); }
div.DivClassName
{
background-color: #595A60;
}
.BgClassName
{
background-color: #595A60;
}
</style>
border-color css
<style>
span { border-color: #595A60; }
span { border-color: rgb(89,90,96); }
td.TdClassName
{
border-color: #595A60;
}
.TagClassName
{
border-color: #595A60;
}
</style>