Shades of Tundora #595450
Tints of Tundora #595450
RGB
CMYK
RGB Variations
Color information
#595450 (or 0x595450) is known color: Tundora. HEX triplet: 59, 54 and 50. RGB value is (89,84,80). Sum of RGB (Red+Green+Blue) = 89+84+80=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #595450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595450 is #A6ABAF. Grayscale: #555555. Windows color (decimal): -10922928 or 5264473. OLE color: 5264473.
HSL color Cylindrical-coordinate representation of color #595450: hue angle of 26.67º 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 #595450 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 80 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.65 |
| HSL | 26.67º | 0.05% | 0.33% | - |
| HSV(B) | 26.67º | 0.1% | 0.35% | - |
| XYZ | 8.74 | 9.04 | 8.87 | - |
| YUV | 85.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 80 | 0 | 0.06 | 0.10 | 0.65 | 26.67 | 0.05 | 0.33 |
| Hex | 59 | 54 | 50 | 0 | 6 | A | 41 | 1B | 5 | 21 |
| Octal | 131 | 124 | 120 | 0 | 6 | 12 | 101 | 33 | 5 | 41 |
| Binary | 1011001 | 1010100 | 1010000 | 0 | 110 | 1010 | 1000001 | 11011 | 101 | 100001 |
Color Harmonies of #595450
Complementary color
Monochromatic Colors of #595450
Black with #595450
Text Example
Text Example
White with #595450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595450; }
p { color: rgb(89,84,80); }
H1.HeaderClassName
{
color: #595450;
}
.AnyTagClassName
{
color: #595450;
}
</style>
background-color css
<style>
a { background-color: #595450; }
a { background-color: rgb(89,84,80); }
div.DivClassName
{
background-color: #595450;
}
.BgClassName
{
background-color: #595450;
}
</style>
border-color css
<style>
span { border-color: #595450; }
span { border-color: rgb(89,84,80); }
td.TdClassName
{
border-color: #595450;
}
.TagClassName
{
border-color: #595450;
}
</style>