Shades of Purple Taupe #5C505B
Tints of Purple Taupe #5C505B
RGB
CMYK
RGB Variations
Color information
#5C505B (or 0x5C505B) is known color: Purple Taupe. HEX triplet: 5C, 50 and 5B. RGB value is (92,80,91). Sum of RGB (Red+Green+Blue) = 92+80+91=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C505B is #A3AFA4. Grayscale: #545454. Windows color (decimal): -10727333 or 5984348. OLE color: 5984348.
HSL color Cylindrical-coordinate representation of color #5C505B: hue angle of 305º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C505B is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 91 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.64 |
| HSL | 305º | 0.07% | 0.34% | - |
| HSV(B) | 305º | 0.13% | 0.36% | - |
| XYZ | 9.17 | 8.77 | 11.11 | - |
| YUV | 84.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 91 | 0 | 0.13 | 0.01 | 0.64 | 305 | 0.07 | 0.34 |
| Hex | 5C | 50 | 5B | 0 | D | 1 | 40 | 131 | 7 | 22 |
| Octal | 134 | 120 | 133 | 0 | 15 | 1 | 100 | 461 | 7 | 42 |
| Binary | 1011100 | 1010000 | 1011011 | 0 | 1101 | 1 | 1000000 | 100110001 | 111 | 100010 |
Color Harmonies of #5C505B
Complementary color
Monochromatic Colors of #5C505B
Black with #5C505B
Text Example
Text Example
White with #5C505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C505B; }
p { color: rgb(92,80,91); }
H1.HeaderClassName
{
color: #5C505B;
}
.AnyTagClassName
{
color: #5C505B;
}
</style>
background-color css
<style>
a { background-color: #5C505B; }
a { background-color: rgb(92,80,91); }
div.DivClassName
{
background-color: #5C505B;
}
.BgClassName
{
background-color: #5C505B;
}
</style>
border-color css
<style>
span { border-color: #5C505B; }
span { border-color: rgb(92,80,91); }
td.TdClassName
{
border-color: #5C505B;
}
.TagClassName
{
border-color: #5C505B;
}
</style>