Shades of Tundora #595554
Tints of Tundora #595554
RGB
CMYK
RGB Variations
Color information
#595554 (or 0x595554) is known color: Tundora. HEX triplet: 59, 55 and 54. RGB value is (89,85,84). Sum of RGB (Red+Green+Blue) = 89+85+84=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 89 - color contains mainly: red. Hex color #595554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595554 is #A6AAAB. Grayscale: #565656. Windows color (decimal): -10922668 or 5526873. OLE color: 5526873.
HSL color Cylindrical-coordinate representation of color #595554: hue angle of 12º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595554 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 84 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.65 |
| HSL | 12º | 0.03% | 0.34% | - |
| HSV(B) | 12º | 0.06% | 0.35% | - |
| XYZ | 8.97 | 9.26 | 9.7 | - |
| YUV | 86.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 84 | 0 | 0.04 | 0.06 | 0.65 | 12 | 0.03 | 0.34 |
| Hex | 59 | 55 | 54 | 0 | 4 | 6 | 41 | C | 3 | 22 |
| Octal | 131 | 125 | 124 | 0 | 4 | 6 | 101 | 14 | 3 | 42 |
| Binary | 1011001 | 1010101 | 1010100 | 0 | 100 | 110 | 1000001 | 1100 | 11 | 100010 |
Color Harmonies of #595554
Complementary color
Monochromatic Colors of #595554
Black with #595554
Text Example
Text Example
White with #595554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595554; }
p { color: rgb(89,85,84); }
H1.HeaderClassName
{
color: #595554;
}
.AnyTagClassName
{
color: #595554;
}
</style>
background-color css
<style>
a { background-color: #595554; }
a { background-color: rgb(89,85,84); }
div.DivClassName
{
background-color: #595554;
}
.BgClassName
{
background-color: #595554;
}
</style>
border-color css
<style>
span { border-color: #595554; }
span { border-color: rgb(89,85,84); }
td.TdClassName
{
border-color: #595554;
}
.TagClassName
{
border-color: #595554;
}
</style>