Shades of Tundora #595857
Tints of Tundora #595857
RGB
CMYK
RGB Variations
Color information
#595857 (or 0x595857) is known color: Tundora. HEX triplet: 59, 58 and 57. RGB value is (89,88,87). Sum of RGB (Red+Green+Blue) = 89+88+87=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 89 - color contains mainly: red. Hex color #595857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595857 is #A6A7A8. Grayscale: #585858. Windows color (decimal): -10921897 or 5724249. OLE color: 5724249.
HSL color Cylindrical-coordinate representation of color #595857: hue angle of 30º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #595857 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 87 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.65 |
| HSL | 30º | 0.01% | 0.35% | - |
| HSV(B) | 30º | 0.02% | 0.35% | - |
| XYZ | 9.33 | 9.79 | 10.42 | - |
| YUV | 88.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 87 | 0 | 0.01 | 0.02 | 0.65 | 30 | 0.01 | 0.35 |
| Hex | 59 | 58 | 57 | 0 | 1 | 2 | 41 | 1E | 1 | 23 |
| Octal | 131 | 130 | 127 | 0 | 1 | 2 | 101 | 36 | 1 | 43 |
| Binary | 1011001 | 1011000 | 1010111 | 0 | 1 | 10 | 1000001 | 11110 | 1 | 100011 |
Color Harmonies of #595857
Complementary color
Monochromatic Colors of #595857
Black with #595857
Text Example
Text Example
White with #595857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595857; }
p { color: rgb(89,88,87); }
H1.HeaderClassName
{
color: #595857;
}
.AnyTagClassName
{
color: #595857;
}
</style>
background-color css
<style>
a { background-color: #595857; }
a { background-color: rgb(89,88,87); }
div.DivClassName
{
background-color: #595857;
}
.BgClassName
{
background-color: #595857;
}
</style>
border-color css
<style>
span { border-color: #595857; }
span { border-color: rgb(89,88,87); }
td.TdClassName
{
border-color: #595857;
}
.TagClassName
{
border-color: #595857;
}
</style>