Shades of Tundora #595250
Tints of Tundora #595250
RGB
CMYK
RGB Variations
Color information
#595250 (or 0x595250) is known color: Tundora. HEX triplet: 59, 52 and 50. RGB value is (89,82,80). Sum of RGB (Red+Green+Blue) = 89+82+80=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #595250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595250 is #A6ADAF. Grayscale: #535353. Windows color (decimal): -10923440 or 5263961. OLE color: 5263961.
HSL color Cylindrical-coordinate representation of color #595250: hue angle of 13.33º 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 #595250 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 80 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.65 |
| HSL | 13.33º | 0.05% | 0.33% | - |
| HSV(B) | 13.33º | 0.1% | 0.35% | - |
| XYZ | 8.59 | 8.74 | 8.82 | - |
| YUV | 83.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 80 | 0 | 0.08 | 0.10 | 0.65 | 13.33 | 0.05 | 0.33 |
| Hex | 59 | 52 | 50 | 0 | 8 | A | 41 | D | 5 | 21 |
| Octal | 131 | 122 | 120 | 0 | 10 | 12 | 101 | 15 | 5 | 41 |
| Binary | 1011001 | 1010010 | 1010000 | 0 | 1000 | 1010 | 1000001 | 1101 | 101 | 100001 |
Color Harmonies of #595250
Complementary color
Monochromatic Colors of #595250
Black with #595250
Text Example
Text Example
White with #595250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595250; }
p { color: rgb(89,82,80); }
H1.HeaderClassName
{
color: #595250;
}
.AnyTagClassName
{
color: #595250;
}
</style>
background-color css
<style>
a { background-color: #595250; }
a { background-color: rgb(89,82,80); }
div.DivClassName
{
background-color: #595250;
}
.BgClassName
{
background-color: #595250;
}
</style>
border-color css
<style>
span { border-color: #595250; }
span { border-color: rgb(89,82,80); }
td.TdClassName
{
border-color: #595250;
}
.TagClassName
{
border-color: #595250;
}
</style>