#534750

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

Shades of Purple Taupe #534750

Tints of Purple Taupe #534750

Color information

#534750 (or 0x534750) is unknown color: approx Purple Taupe. HEX triplet: 53, 47 and 50. RGB value is (83,71,80). Sum of RGB (Red+Green+Blue) = 83+71+80=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534750 is #ACB8AF. Grayscale: #4B4B4B. Windows color (decimal): -11319472 or 5261139. OLE color: 5261139.

HSL color Cylindrical-coordinate representation of color #534750: hue angle of 315º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534750 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB837180-
CMYK00.140.040.67
HSL315º7.79%30.2%-
HSV(B)315º14.46%32.55%-
XYZ7.276.928.54-
YUV75.61130.48133.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=35.47%
G=30.34%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83718000.140.040.673157.7930.2
Hex5347500E44313b81e
Octal12310712001641034731036
Binary101001110001111010000011101001000011100111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534750; }

 p { color: rgb(83,71,80); }

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

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

 a { background-color: rgb(83,71,80); }

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

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

 span { border-color: rgb(83,71,80); }

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