Shades of Tundora #595552
Tints of Tundora #595552
RGB
CMYK
RGB Variations
Color information
#595552 (or 0x595552) is known color: Tundora. HEX triplet: 59, 55 and 52. RGB value is (89,85,82). Sum of RGB (Red+Green+Blue) = 89+85+82=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595552 is #A6AAAD. Grayscale: #555555. Windows color (decimal): -10922670 or 5395801. OLE color: 5395801.
HSL color Cylindrical-coordinate representation of color #595552: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595552 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 82 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.65 |
| HSL | 25.71º | 0.04% | 0.34% | - |
| HSV(B) | 25.71º | 0.08% | 0.35% | - |
| XYZ | 8.89 | 9.23 | 9.3 | - |
| YUV | 85.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 82 | 0 | 0.04 | 0.08 | 0.65 | 25.71 | 0.04 | 0.34 |
| Hex | 59 | 55 | 52 | 0 | 4 | 8 | 41 | 1A | 4 | 22 |
| Octal | 131 | 125 | 122 | 0 | 4 | 10 | 101 | 32 | 4 | 42 |
| Binary | 1011001 | 1010101 | 1010010 | 0 | 100 | 1000 | 1000001 | 11010 | 100 | 100010 |
Color Harmonies of #595552
Complementary color
Monochromatic Colors of #595552
Black with #595552
Text Example
Text Example
White with #595552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595552; }
p { color: rgb(89,85,82); }
H1.HeaderClassName
{
color: #595552;
}
.AnyTagClassName
{
color: #595552;
}
</style>
background-color css
<style>
a { background-color: #595552; }
a { background-color: rgb(89,85,82); }
div.DivClassName
{
background-color: #595552;
}
.BgClassName
{
background-color: #595552;
}
</style>
border-color css
<style>
span { border-color: #595552; }
span { border-color: rgb(89,85,82); }
td.TdClassName
{
border-color: #595552;
}
.TagClassName
{
border-color: #595552;
}
</style>