Shades of Purple Taupe #523B4C
Tints of Purple Taupe #523B4C
RGB
CMYK
RGB Variations
Color information
#523B4C (or 0x523B4C) is known color: Purple Taupe. HEX triplet: 52, 3B and 4C. RGB value is (82,59,76). Sum of RGB (Red+Green+Blue) = 82+59+76=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #523B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B4C is #ADC4B3. Grayscale: #434343. Windows color (decimal): -11388084 or 4995922. OLE color: 4995922.
HSL color Cylindrical-coordinate representation of color #523B4C: hue angle of 315.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523B4C is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 76 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.68 |
| HSL | 315.65º | 0.16% | 0.28% | - |
| HSV(B) | 315.65º | 0.28% | 0.32% | - |
| XYZ | 6.35 | 5.44 | 7.55 | - |
| YUV | 67.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 76 | 0 | 0.28 | 0.07 | 0.68 | 315.65 | 0.16 | 0.28 |
| Hex | 52 | 3B | 4C | 0 | 1C | 7 | 44 | 13C | 10 | 1C |
| Octal | 122 | 73 | 114 | 0 | 34 | 7 | 104 | 474 | 20 | 34 |
| Binary | 1010010 | 111011 | 1001100 | 0 | 11100 | 111 | 1000100 | 100111100 | 10000 | 11100 |
Color Harmonies of #523B4C
Complementary color
Monochromatic Colors of #523B4C
Black with #523B4C
Text Example
Text Example
White with #523B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B4C; }
p { color: rgb(82,59,76); }
H1.HeaderClassName
{
color: #523B4C;
}
.AnyTagClassName
{
color: #523B4C;
}
</style>
background-color css
<style>
a { background-color: #523B4C; }
a { background-color: rgb(82,59,76); }
div.DivClassName
{
background-color: #523B4C;
}
.BgClassName
{
background-color: #523B4C;
}
</style>
border-color css
<style>
span { border-color: #523B4C; }
span { border-color: rgb(82,59,76); }
td.TdClassName
{
border-color: #523B4C;
}
.TagClassName
{
border-color: #523B4C;
}
</style>