Shades of Purple Taupe #534B51
Tints of Purple Taupe #534B51
RGB
CMYK
RGB Variations
Color information
#534B51 (or 0x534B51) is known color: Purple Taupe. HEX triplet: 53, 4B and 51. RGB value is (83,75,81). Sum of RGB (Red+Green+Blue) = 83+75+81=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B51 is #ACB4AE. Grayscale: #4E4E4E. Windows color (decimal): -11318447 or 5327699. OLE color: 5327699.
HSL color Cylindrical-coordinate representation of color #534B51: hue angle of 315º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534B51 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 81 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.67 |
| HSL | 315º | 0.05% | 0.31% | - |
| HSV(B) | 315º | 0.1% | 0.33% | - |
| XYZ | 7.57 | 7.47 | 8.83 | - |
| YUV | 78.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 81 | 0 | 0.10 | 0.02 | 0.67 | 315 | 0.05 | 0.31 |
| Hex | 53 | 4B | 51 | 0 | A | 2 | 43 | 13B | 5 | 1F |
| Octal | 123 | 113 | 121 | 0 | 12 | 2 | 103 | 473 | 5 | 37 |
| Binary | 1010011 | 1001011 | 1010001 | 0 | 1010 | 10 | 1000011 | 100111011 | 101 | 11111 |
Color Harmonies of #534B51
Complementary color
Monochromatic Colors of #534B51
Black with #534B51
Text Example
Text Example
White with #534B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B51; }
p { color: rgb(83,75,81); }
H1.HeaderClassName
{
color: #534B51;
}
.AnyTagClassName
{
color: #534B51;
}
</style>
background-color css
<style>
a { background-color: #534B51; }
a { background-color: rgb(83,75,81); }
div.DivClassName
{
background-color: #534B51;
}
.BgClassName
{
background-color: #534B51;
}
</style>
border-color css
<style>
span { border-color: #534B51; }
span { border-color: rgb(83,75,81); }
td.TdClassName
{
border-color: #534B51;
}
.TagClassName
{
border-color: #534B51;
}
</style>