Shades of Purple Taupe #594555
Tints of Purple Taupe #594555
RGB
CMYK
RGB Variations
Color information
#594555 (or 0x594555) is known color: Purple Taupe. HEX triplet: 59, 45 and 55. RGB value is (89,69,85). Sum of RGB (Red+Green+Blue) = 89+69+85=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #594555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594555 is #A6BAAA. Grayscale: #4C4C4C. Windows color (decimal): -10926763 or 5588313. OLE color: 5588313.
HSL color Cylindrical-coordinate representation of color #594555: hue angle of 312º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594555 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 69 | 85 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.65 |
| HSL | 312º | 0.13% | 0.31% | - |
| HSV(B) | 312º | 0.22% | 0.35% | - |
| XYZ | 7.89 | 7.04 | 9.54 | - |
| YUV | 76.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 85 | 0 | 0.22 | 0.04 | 0.65 | 312 | 0.13 | 0.31 |
| Hex | 59 | 45 | 55 | 0 | 16 | 4 | 41 | 138 | D | 1F |
| Octal | 131 | 105 | 125 | 0 | 26 | 4 | 101 | 470 | 15 | 37 |
| Binary | 1011001 | 1000101 | 1010101 | 0 | 10110 | 100 | 1000001 | 100111000 | 1101 | 11111 |
Color Harmonies of #594555
Complementary color
Monochromatic Colors of #594555
Black with #594555
Text Example
Text Example
White with #594555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594555; }
p { color: rgb(89,69,85); }
H1.HeaderClassName
{
color: #594555;
}
.AnyTagClassName
{
color: #594555;
}
</style>
background-color css
<style>
a { background-color: #594555; }
a { background-color: rgb(89,69,85); }
div.DivClassName
{
background-color: #594555;
}
.BgClassName
{
background-color: #594555;
}
</style>
border-color css
<style>
span { border-color: #594555; }
span { border-color: rgb(89,69,85); }
td.TdClassName
{
border-color: #594555;
}
.TagClassName
{
border-color: #594555;
}
</style>