Shades of Bright Grey #595A61
Tints of Bright Grey #595A61
RGB
CMYK
RGB Variations
Color information
#595A61 (or 0x595A61) is known color: Bright Grey. HEX triplet: 59, 5A and 61. RGB value is (89,90,97). Sum of RGB (Red+Green+Blue) = 89+90+97=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #595A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A61 is #A6A59E. Grayscale: #5A5A5A. Windows color (decimal): -10921375 or 6380121. OLE color: 6380121.
HSL color Cylindrical-coordinate representation of color #595A61: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595A61 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 90 | 97 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.62 |
| HSL | 232.5º | 0.04% | 0.36% | - |
| HSV(B) | 232.5º | 0.08% | 0.38% | - |
| XYZ | 9.93 | 10.3 | 12.77 | - |
| YUV | 90.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 97 | 0.08 | 0.07 | 0 | 0.62 | 232.5 | 0.04 | 0.36 |
| Hex | 59 | 5A | 61 | 8 | 7 | 0 | 3E | E8 | 4 | 24 |
| Octal | 131 | 132 | 141 | 10 | 7 | 0 | 76 | 350 | 4 | 44 |
| Binary | 1011001 | 1011010 | 1100001 | 1000 | 111 | 0 | 111110 | 11101000 | 100 | 100100 |
Color Harmonies of #595A61
Complementary color
Monochromatic Colors of #595A61
Black with #595A61
Text Example
Text Example
White with #595A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A61; }
p { color: rgb(89,90,97); }
H1.HeaderClassName
{
color: #595A61;
}
.AnyTagClassName
{
color: #595A61;
}
</style>
background-color css
<style>
a { background-color: #595A61; }
a { background-color: rgb(89,90,97); }
div.DivClassName
{
background-color: #595A61;
}
.BgClassName
{
background-color: #595A61;
}
</style>
border-color css
<style>
span { border-color: #595A61; }
span { border-color: rgb(89,90,97); }
td.TdClassName
{
border-color: #595A61;
}
.TagClassName
{
border-color: #595A61;
}
</style>