Shades of Purple Taupe #5C4F5B
Tints of Purple Taupe #5C4F5B
RGB
CMYK
RGB Variations
Color information
#5C4F5B (or 0x5C4F5B) is known color: Purple Taupe. HEX triplet: 5C, 4F and 5B. RGB value is (92,79,91). Sum of RGB (Red+Green+Blue) = 92+79+91=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F5B is #A3B0A4. Grayscale: #545454. Windows color (decimal): -10727589 or 5984092. OLE color: 5984092.
HSL color Cylindrical-coordinate representation of color #5C4F5B: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C4F5B is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 79 | 91 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.64 |
| HSL | 304.62º | 0.08% | 0.34% | - |
| HSV(B) | 304.62º | 0.14% | 0.36% | - |
| XYZ | 9.1 | 8.62 | 11.08 | - |
| YUV | 84.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 91 | 0 | 0.14 | 0.01 | 0.64 | 304.62 | 0.08 | 0.34 |
| Hex | 5C | 4F | 5B | 0 | E | 1 | 40 | 131 | 8 | 22 |
| Octal | 134 | 117 | 133 | 0 | 16 | 1 | 100 | 461 | 10 | 42 |
| Binary | 1011100 | 1001111 | 1011011 | 0 | 1110 | 1 | 1000000 | 100110001 | 1000 | 100010 |
Color Harmonies of #5C4F5B
Complementary color
Monochromatic Colors of #5C4F5B
Black with #5C4F5B
Text Example
Text Example
White with #5C4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F5B; }
p { color: rgb(92,79,91); }
H1.HeaderClassName
{
color: #5C4F5B;
}
.AnyTagClassName
{
color: #5C4F5B;
}
</style>
background-color css
<style>
a { background-color: #5C4F5B; }
a { background-color: rgb(92,79,91); }
div.DivClassName
{
background-color: #5C4F5B;
}
.BgClassName
{
background-color: #5C4F5B;
}
</style>
border-color css
<style>
span { border-color: #5C4F5B; }
span { border-color: rgb(92,79,91); }
td.TdClassName
{
border-color: #5C4F5B;
}
.TagClassName
{
border-color: #5C4F5B;
}
</style>