Shades of Tundora #595350
Tints of Tundora #595350
RGB
CMYK
RGB Variations
Color information
#595350 (or 0x595350) is known color: Tundora. HEX triplet: 59, 53 and 50. RGB value is (89,83,80). Sum of RGB (Red+Green+Blue) = 89+83+80=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #595350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595350 is #A6ACAF. Grayscale: #545454. Windows color (decimal): -10923184 or 5264217. OLE color: 5264217.
HSL color Cylindrical-coordinate representation of color #595350: hue angle of 20º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595350 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 80 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.65 |
| HSL | 20º | 0.05% | 0.33% | - |
| HSV(B) | 20º | 0.1% | 0.35% | - |
| XYZ | 8.66 | 8.89 | 8.85 | - |
| YUV | 84.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 80 | 0 | 0.07 | 0.10 | 0.65 | 20 | 0.05 | 0.33 |
| Hex | 59 | 53 | 50 | 0 | 7 | A | 41 | 14 | 5 | 21 |
| Octal | 131 | 123 | 120 | 0 | 7 | 12 | 101 | 24 | 5 | 41 |
| Binary | 1011001 | 1010011 | 1010000 | 0 | 111 | 1010 | 1000001 | 10100 | 101 | 100001 |
Color Harmonies of #595350
Complementary color
Monochromatic Colors of #595350
Black with #595350
Text Example
Text Example
White with #595350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595350; }
p { color: rgb(89,83,80); }
H1.HeaderClassName
{
color: #595350;
}
.AnyTagClassName
{
color: #595350;
}
</style>
background-color css
<style>
a { background-color: #595350; }
a { background-color: rgb(89,83,80); }
div.DivClassName
{
background-color: #595350;
}
.BgClassName
{
background-color: #595350;
}
</style>
border-color css
<style>
span { border-color: #595350; }
span { border-color: rgb(89,83,80); }
td.TdClassName
{
border-color: #595350;
}
.TagClassName
{
border-color: #595350;
}
</style>