Shades of Purple Taupe #594E58
Tints of Purple Taupe #594E58
RGB
CMYK
RGB Variations
Color information
#594E58 (or 0x594E58) is known color: Purple Taupe. HEX triplet: 59, 4E and 58. RGB value is (89,78,88). Sum of RGB (Red+Green+Blue) = 89+78+88=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #594E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E58 is #A6B1A7. Grayscale: #525252. Windows color (decimal): -10924456 or 5787225. OLE color: 5787225.
HSL color Cylindrical-coordinate representation of color #594E58: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #594E58 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 88 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.65 |
| HSL | 305.45º | 0.07% | 0.33% | - |
| HSV(B) | 305.45º | 0.12% | 0.35% | - |
| XYZ | 8.61 | 8.28 | 10.38 | - |
| YUV | 82.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 88 | 0 | 0.12 | 0.01 | 0.65 | 305.45 | 0.07 | 0.33 |
| Hex | 59 | 4E | 58 | 0 | C | 1 | 41 | 131 | 7 | 21 |
| Octal | 131 | 116 | 130 | 0 | 14 | 1 | 101 | 461 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1011000 | 0 | 1100 | 1 | 1000001 | 100110001 | 111 | 100001 |
Color Harmonies of #594E58
Complementary color
Monochromatic Colors of #594E58
Black with #594E58
Text Example
Text Example
White with #594E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E58; }
p { color: rgb(89,78,88); }
H1.HeaderClassName
{
color: #594E58;
}
.AnyTagClassName
{
color: #594E58;
}
</style>
background-color css
<style>
a { background-color: #594E58; }
a { background-color: rgb(89,78,88); }
div.DivClassName
{
background-color: #594E58;
}
.BgClassName
{
background-color: #594E58;
}
</style>
border-color css
<style>
span { border-color: #594E58; }
span { border-color: rgb(89,78,88); }
td.TdClassName
{
border-color: #594E58;
}
.TagClassName
{
border-color: #594E58;
}
</style>