#534D52

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

Shades of Purple Taupe #534D52

Tints of Purple Taupe #534D52

Color information

#534D52 (or 0x534D52) is unknown color: approx Purple Taupe. HEX triplet: 53, 4D and 52. RGB value is (83,77,82). Sum of RGB (Red+Green+Blue) = 83+77+82=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #534D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D52 is #ACB2AD. Grayscale: #4F4F4F. Windows color (decimal): -11317934 or 5393747. OLE color: 5393747.

HSL color Cylindrical-coordinate representation of color #534D52: hue angle of 310º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D52 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB837782-
CMYK00.070.010.67
HSL310º3.75%31.37%-
HSV(B)310º7.23%32.55%-
XYZ7.747.769.07-
YUV79.36129.49130.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=34.30%
G=31.82%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83778200.070.010.673103.7531.37
Hex534D520714313641f
Octal123115122071103466437
Binary10100111001101101001001111100001110011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D52; }

 p { color: rgb(83,77,82); }

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

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

 a { background-color: rgb(83,77,82); }

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

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

 span { border-color: rgb(83,77,82); }

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