Shades of Purple Taupe #594C58
Tints of Purple Taupe #594C58
RGB
CMYK
RGB Variations
Color information
#594C58 (or 0x594C58) is known color: Purple Taupe. HEX triplet: 59, 4C and 58. RGB value is (89,76,88). Sum of RGB (Red+Green+Blue) = 89+76+88=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #594C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C58 is #A6B3A7. Grayscale: #515151. Windows color (decimal): -10924968 or 5786713. OLE color: 5786713.
HSL color Cylindrical-coordinate representation of color #594C58: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #594C58 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 88 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.65 |
| HSL | 304.62º | 0.08% | 0.32% | - |
| HSV(B) | 304.62º | 0.15% | 0.35% | - |
| XYZ | 8.47 | 8 | 10.33 | - |
| YUV | 81.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 88 | 0 | 0.15 | 0.01 | 0.65 | 304.62 | 0.08 | 0.32 |
| Hex | 59 | 4C | 58 | 0 | F | 1 | 41 | 131 | 8 | 20 |
| Octal | 131 | 114 | 130 | 0 | 17 | 1 | 101 | 461 | 10 | 40 |
| Binary | 1011001 | 1001100 | 1011000 | 0 | 1111 | 1 | 1000001 | 100110001 | 1000 | 100000 |
Color Harmonies of #594C58
Complementary color
Monochromatic Colors of #594C58
Black with #594C58
Text Example
Text Example
White with #594C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C58; }
p { color: rgb(89,76,88); }
H1.HeaderClassName
{
color: #594C58;
}
.AnyTagClassName
{
color: #594C58;
}
</style>
background-color css
<style>
a { background-color: #594C58; }
a { background-color: rgb(89,76,88); }
div.DivClassName
{
background-color: #594C58;
}
.BgClassName
{
background-color: #594C58;
}
</style>
border-color css
<style>
span { border-color: #594C58; }
span { border-color: rgb(89,76,88); }
td.TdClassName
{
border-color: #594C58;
}
.TagClassName
{
border-color: #594C58;
}
</style>