Shades of Purple Taupe #594F58
Tints of Purple Taupe #594F58
RGB
CMYK
RGB Variations
Color information
#594F58 (or 0x594F58) is known color: Purple Taupe. HEX triplet: 59, 4F and 58. RGB value is (89,79,88). Sum of RGB (Red+Green+Blue) = 89+79+88=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #594F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F58 is #A6B0A7. Grayscale: #525252. Windows color (decimal): -10924200 or 5787481. OLE color: 5787481.
HSL color Cylindrical-coordinate representation of color #594F58: hue angle of 306º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F58 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 88 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.65 |
| HSL | 306º | 0.06% | 0.33% | - |
| HSV(B) | 306º | 0.11% | 0.35% | - |
| XYZ | 8.68 | 8.42 | 10.4 | - |
| YUV | 83.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 88 | 0 | 0.11 | 0.01 | 0.65 | 306 | 0.06 | 0.33 |
| Hex | 59 | 4F | 58 | 0 | B | 1 | 41 | 132 | 6 | 21 |
| Octal | 131 | 117 | 130 | 0 | 13 | 1 | 101 | 462 | 6 | 41 |
| Binary | 1011001 | 1001111 | 1011000 | 0 | 1011 | 1 | 1000001 | 100110010 | 110 | 100001 |
Color Harmonies of #594F58
Complementary color
Monochromatic Colors of #594F58
Black with #594F58
Text Example
Text Example
White with #594F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F58; }
p { color: rgb(89,79,88); }
H1.HeaderClassName
{
color: #594F58;
}
.AnyTagClassName
{
color: #594F58;
}
</style>
background-color css
<style>
a { background-color: #594F58; }
a { background-color: rgb(89,79,88); }
div.DivClassName
{
background-color: #594F58;
}
.BgClassName
{
background-color: #594F58;
}
</style>
border-color css
<style>
span { border-color: #594F58; }
span { border-color: rgb(89,79,88); }
td.TdClassName
{
border-color: #594F58;
}
.TagClassName
{
border-color: #594F58;
}
</style>