#544650

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

Shades of Purple Taupe #544650

Tints of Purple Taupe #544650

Color information

#544650 (or 0x544650) is unknown color: approx Purple Taupe. HEX triplet: 54, 46 and 50. RGB value is (84,70,80). Sum of RGB (Red+Green+Blue) = 84+70+80=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544650 is #ABB9AF. Grayscale: #4B4B4B. Windows color (decimal): -11254192 or 5260884. OLE color: 5260884.

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

Color convert

RGB847080-
CMYK00.170.050.67
HSL317.14º9.09%30.2%-
HSV(B)317.14º16.67%32.94%-
XYZ7.296.848.53-
YUV75.33130.64134.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=35.90%
G=29.91%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84708000.170.050.67317.149.0930.2
Hex54465001154313d91e
Octal12410612002151034751136
Binary1010100100011010100000100011011000011100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544650; }

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

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

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

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

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

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

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

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