Shades of Purple Taupe #594256
Tints of Purple Taupe #594256
RGB
CMYK
RGB Variations
Color information
#594256 (or 0x594256) is known color: Purple Taupe. HEX triplet: 59, 42 and 56. RGB value is (89,66,86). Sum of RGB (Red+Green+Blue) = 89+66+86=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594256 is #A6BDA9. Grayscale: #4B4B4B. Windows color (decimal): -10927530 or 5653081. OLE color: 5653081.
HSL color Cylindrical-coordinate representation of color #594256: hue angle of 307.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594256 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 86 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.65 |
| HSL | 307.83º | 0.15% | 0.3% | - |
| HSV(B) | 307.83º | 0.26% | 0.35% | - |
| XYZ | 7.75 | 6.69 | 9.69 | - |
| YUV | 75.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 86 | 0 | 0.26 | 0.03 | 0.65 | 307.83 | 0.15 | 0.3 |
| Hex | 59 | 42 | 56 | 0 | 1A | 3 | 41 | 134 | F | 1E |
| Octal | 131 | 102 | 126 | 0 | 32 | 3 | 101 | 464 | 17 | 36 |
| Binary | 1011001 | 1000010 | 1010110 | 0 | 11010 | 11 | 1000001 | 100110100 | 1111 | 11110 |
Color Harmonies of #594256
Complementary color
Monochromatic Colors of #594256
Black with #594256
Text Example
Text Example
White with #594256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594256; }
p { color: rgb(89,66,86); }
H1.HeaderClassName
{
color: #594256;
}
.AnyTagClassName
{
color: #594256;
}
</style>
background-color css
<style>
a { background-color: #594256; }
a { background-color: rgb(89,66,86); }
div.DivClassName
{
background-color: #594256;
}
.BgClassName
{
background-color: #594256;
}
</style>
border-color css
<style>
span { border-color: #594256; }
span { border-color: rgb(89,66,86); }
td.TdClassName
{
border-color: #594256;
}
.TagClassName
{
border-color: #594256;
}
</style>