#544750

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

Shades of Purple Taupe #544750

Tints of Purple Taupe #544750

Color information

#544750 (or 0x544750) is unknown color: approx Purple Taupe. HEX triplet: 54, 47 and 50. RGB value is (84,71,80). Sum of RGB (Red+Green+Blue) = 84+71+80=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544750 is #ABB8AF. Grayscale: #4B4B4B. Windows color (decimal): -11253936 or 5261140. OLE color: 5261140.

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

Color convert

RGB847180-
CMYK00.150.050.67
HSL318.46º8.39%30.39%-
HSV(B)318.46º15.48%32.94%-
XYZ7.366.978.55-
YUV75.91130.31133.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=35.74%
G=30.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84718000.150.050.67318.468.3930.39
Hex5447500F54313e81e
Octal12410712001751034761036
Binary101010010001111010000011111011000011100111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544750; }

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

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

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

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

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

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

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

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