Shades of Purple Taupe #5D4057
Tints of Purple Taupe #5D4057
RGB
CMYK
RGB Variations
Color information
#5D4057 (or 0x5D4057) is known color: Purple Taupe. HEX triplet: 5D, 40 and 57. RGB value is (93,64,87). Sum of RGB (Red+Green+Blue) = 93+64+87=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4057 is #A2BFA8. Grayscale: #4B4B4B. Windows color (decimal): -10665897 or 5718109. OLE color: 5718109.
HSL color Cylindrical-coordinate representation of color #5D4057: hue angle of 312.41º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D4057 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 87 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.64 |
| HSL | 312.41º | 0.18% | 0.31% | - |
| HSV(B) | 312.41º | 0.31% | 0.36% | - |
| XYZ | 8.07 | 6.68 | 9.88 | - |
| YUV | 75.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 87 | 0 | 0.31 | 0.06 | 0.64 | 312.41 | 0.18 | 0.31 |
| Hex | 5D | 40 | 57 | 0 | 1F | 6 | 40 | 138 | 12 | 1F |
| Octal | 135 | 100 | 127 | 0 | 37 | 6 | 100 | 470 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1010111 | 0 | 11111 | 110 | 1000000 | 100111000 | 10010 | 11111 |
Color Harmonies of #5D4057
Complementary color
Monochromatic Colors of #5D4057
Black with #5D4057
Text Example
Text Example
White with #5D4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4057; }
p { color: rgb(93,64,87); }
H1.HeaderClassName
{
color: #5D4057;
}
.AnyTagClassName
{
color: #5D4057;
}
</style>
background-color css
<style>
a { background-color: #5D4057; }
a { background-color: rgb(93,64,87); }
div.DivClassName
{
background-color: #5D4057;
}
.BgClassName
{
background-color: #5D4057;
}
</style>
border-color css
<style>
span { border-color: #5D4057; }
span { border-color: rgb(93,64,87); }
td.TdClassName
{
border-color: #5D4057;
}
.TagClassName
{
border-color: #5D4057;
}
</style>