#544652

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

Shades of Purple Taupe #544652

Tints of Purple Taupe #544652

Color information

#544652 (or 0x544652) is unknown color: approx Purple Taupe. HEX triplet: 54, 46 and 52. RGB value is (84,70,82). Sum of RGB (Red+Green+Blue) = 84+70+82=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544652 is #ABB9AD. Grayscale: #4B4B4B. Windows color (decimal): -11254190 or 5391956. OLE color: 5391956.

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

Color convert

RGB847082-
CMYK00.170.020.67
HSL308.57º9.09%30.2%-
HSV(B)308.57º16.67%32.94%-
XYZ7.376.878.92-
YUV75.55131.64134.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=35.59%
G=29.66%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84708200.170.020.67308.579.0930.2
Hex54465201124313591e
Octal12410612202121034651136
Binary101010010001101010010010001101000011100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544652; }

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

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

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

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

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

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

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

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