Shades of Purple Taupe #585357
Tints of Purple Taupe #585357
RGB
CMYK
RGB Variations
Color information
#585357 (or 0x585357) is known color: Purple Taupe. HEX triplet: 58, 53 and 57. RGB value is (88,83,87). Sum of RGB (Red+Green+Blue) = 88+83+87=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 88 - color contains mainly: red. Hex color #585357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585357 is #A7ACA8. Grayscale: #545454. Windows color (decimal): -10988713 or 5722968. OLE color: 5722968.
HSL color Cylindrical-coordinate representation of color #585357: hue angle of 312º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585357 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 87 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.65 |
| HSL | 312º | 0.03% | 0.34% | - |
| HSV(B) | 312º | 0.06% | 0.35% | - |
| XYZ | 8.84 | 8.95 | 10.28 | - |
| YUV | 84.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 87 | 0 | 0.06 | 0.01 | 0.65 | 312 | 0.03 | 0.34 |
| Hex | 58 | 53 | 57 | 0 | 6 | 1 | 41 | 138 | 3 | 22 |
| Octal | 130 | 123 | 127 | 0 | 6 | 1 | 101 | 470 | 3 | 42 |
| Binary | 1011000 | 1010011 | 1010111 | 0 | 110 | 1 | 1000001 | 100111000 | 11 | 100010 |
Color Harmonies of #585357
Complementary color
Monochromatic Colors of #585357
Black with #585357
Text Example
Text Example
White with #585357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585357; }
p { color: rgb(88,83,87); }
H1.HeaderClassName
{
color: #585357;
}
.AnyTagClassName
{
color: #585357;
}
</style>
background-color css
<style>
a { background-color: #585357; }
a { background-color: rgb(88,83,87); }
div.DivClassName
{
background-color: #585357;
}
.BgClassName
{
background-color: #585357;
}
</style>
border-color css
<style>
span { border-color: #585357; }
span { border-color: rgb(88,83,87); }
td.TdClassName
{
border-color: #585357;
}
.TagClassName
{
border-color: #585357;
}
</style>