Shades of Purple Taupe #5C495B
Tints of Purple Taupe #5C495B
RGB
CMYK
RGB Variations
Color information
#5C495B (or 0x5C495B) is known color: Purple Taupe. HEX triplet: 5C, 49 and 5B. RGB value is (92,73,91). Sum of RGB (Red+Green+Blue) = 92+73+91=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 92 - color contains mainly: red. Hex color #5C495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C495B is #A3B6A4. Grayscale: #505050. Windows color (decimal): -10729125 or 5982556. OLE color: 5982556.
HSL color Cylindrical-coordinate representation of color #5C495B: hue angle of 303.16º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C495B is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 91 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.64 |
| HSL | 303.16º | 0.12% | 0.32% | - |
| HSV(B) | 303.16º | 0.21% | 0.36% | - |
| XYZ | 8.68 | 7.8 | 10.94 | - |
| YUV | 80.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 91 | 0 | 0.21 | 0.01 | 0.64 | 303.16 | 0.12 | 0.32 |
| Hex | 5C | 49 | 5B | 0 | 15 | 1 | 40 | 12F | C | 20 |
| Octal | 134 | 111 | 133 | 0 | 25 | 1 | 100 | 457 | 14 | 40 |
| Binary | 1011100 | 1001001 | 1011011 | 0 | 10101 | 1 | 1000000 | 100101111 | 1100 | 100000 |
Color Harmonies of #5C495B
Complementary color
Monochromatic Colors of #5C495B
Black with #5C495B
Text Example
Text Example
White with #5C495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C495B; }
p { color: rgb(92,73,91); }
H1.HeaderClassName
{
color: #5C495B;
}
.AnyTagClassName
{
color: #5C495B;
}
</style>
background-color css
<style>
a { background-color: #5C495B; }
a { background-color: rgb(92,73,91); }
div.DivClassName
{
background-color: #5C495B;
}
.BgClassName
{
background-color: #5C495B;
}
</style>
border-color css
<style>
span { border-color: #5C495B; }
span { border-color: rgb(92,73,91); }
td.TdClassName
{
border-color: #5C495B;
}
.TagClassName
{
border-color: #5C495B;
}
</style>