#534951

Color #534951 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #534951

Tints of Purple Taupe #534951

Color information

#534951 (or 0x534951) is unknown color: approx Purple Taupe. HEX triplet: 53, 49 and 51. RGB value is (83,73,81). Sum of RGB (Red+Green+Blue) = 83+73+81=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534951 is #ACB6AE. Grayscale: #4C4C4C. Windows color (decimal): -11318959 or 5327187. OLE color: 5327187.

HSL color Cylindrical-coordinate representation of color #534951: hue angle of 312º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534951 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB837381-
CMYK00.120.020.67
HSL312º6.41%30.59%-
HSV(B)312º12.05%32.55%-
XYZ7.447.28.78-
YUV76.9130.31132.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=35.02%
G=30.80%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83738100.120.020.673126.4130.59
Hex5349510C24313861f
Octal1231111210142103470637
Binary1010011100100110100010110010100001110011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534951; }

 p { color: rgb(83,73,81); }

 H1.HeaderClassName
 {
   color: #534951;
 }
 .AnyTagClassName
 {
   color: #534951;
 }
</style>
background-color css

<style>
 a { background-color: #534951; }

 a { background-color: rgb(83,73,81); }

 div.DivClassName
 {
   background-color: #534951;
 }
 .BgClassName
 {
   background-color: #534951;
 }
</style>
border-color css

<style>
 span { border-color: #534951; }

 span { border-color: rgb(83,73,81); }

 td.TdClassName
 {
   border-color: #534951;
 }
 .TagClassName
 {
   border-color: #534951;
 }
</style>