#534850

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

Shades of Purple Taupe #534850

Tints of Purple Taupe #534850

Color information

#534850 (or 0x534850) is unknown color: approx Purple Taupe. HEX triplet: 53, 48 and 50. RGB value is (83,72,80). Sum of RGB (Red+Green+Blue) = 83+72+80=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534850 is #ACB7AF. Grayscale: #4C4C4C. Windows color (decimal): -11319216 or 5261395. OLE color: 5261395.

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

Color convert

RGB837280-
CMYK00.130.040.67
HSL316.36º7.1%30.39%-
HSV(B)316.36º13.25%32.55%-
XYZ7.337.058.56-
YUV76.2130.14132.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=35.32%
G=30.64%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83728000.130.040.67316.367.130.39
Hex5348500D44313c71e
Octal1231101200154103474736
Binary10100111001000101000001101100100001110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534850; }

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

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

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

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

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

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

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

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