Shades of Tundora #595453
Tints of Tundora #595453
RGB
CMYK
RGB Variations
Color information
#595453 (or 0x595453) is known color: Tundora. HEX triplet: 59, 54 and 53. RGB value is (89,84,83). Sum of RGB (Red+Green+Blue) = 89+84+83=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595453 is #A6ABAC. Grayscale: #555555. Windows color (decimal): -10922925 or 5461081. OLE color: 5461081.
HSL color Cylindrical-coordinate representation of color #595453: hue angle of 10º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595453 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 83 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.65 |
| HSL | 10º | 0.03% | 0.34% | - |
| HSV(B) | 10º | 0.07% | 0.35% | - |
| XYZ | 8.85 | 9.09 | 9.47 | - |
| YUV | 85.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 83 | 0 | 0.06 | 0.07 | 0.65 | 10 | 0.03 | 0.34 |
| Hex | 59 | 54 | 53 | 0 | 6 | 7 | 41 | A | 3 | 22 |
| Octal | 131 | 124 | 123 | 0 | 6 | 7 | 101 | 12 | 3 | 42 |
| Binary | 1011001 | 1010100 | 1010011 | 0 | 110 | 111 | 1000001 | 1010 | 11 | 100010 |
Color Harmonies of #595453
Complementary color
Monochromatic Colors of #595453
Black with #595453
Text Example
Text Example
White with #595453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595453; }
p { color: rgb(89,84,83); }
H1.HeaderClassName
{
color: #595453;
}
.AnyTagClassName
{
color: #595453;
}
</style>
background-color css
<style>
a { background-color: #595453; }
a { background-color: rgb(89,84,83); }
div.DivClassName
{
background-color: #595453;
}
.BgClassName
{
background-color: #595453;
}
</style>
border-color css
<style>
span { border-color: #595453; }
span { border-color: rgb(89,84,83); }
td.TdClassName
{
border-color: #595453;
}
.TagClassName
{
border-color: #595453;
}
</style>