#534952

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

Shades of Purple Taupe #534952

Tints of Purple Taupe #534952

Color information

#534952 (or 0x534952) is unknown color: approx Purple Taupe. HEX triplet: 53, 49 and 52. RGB value is (83,73,82). Sum of RGB (Red+Green+Blue) = 83+73+82=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534952 is #ACB6AD. Grayscale: #4C4C4C. Windows color (decimal): -11318958 or 5392723. OLE color: 5392723.

HSL color Cylindrical-coordinate representation of color #534952: hue angle of 306º 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 #534952 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB837382-
CMYK00.120.010.67
HSL306º6.41%30.59%-
HSV(B)306º12.05%32.55%-
XYZ7.477.218.98-
YUV77.02130.81132.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=34.87%
G=30.67%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83738200.120.010.673066.4130.59
Hex5349520C14313261f
Octal1231111220141103462637
Binary101001110010011010010011001100001110011001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534952; }

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

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

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

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

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

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

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

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