#544653

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

Shades of Purple Taupe #544653

Tints of Purple Taupe #544653

Color information

#544653 (or 0x544653) is unknown color: approx Purple Taupe. HEX triplet: 54, 46 and 53. RGB value is (84,70,83). Sum of RGB (Red+Green+Blue) = 84+70+83=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544653 is #ABB9AC. Grayscale: #4B4B4B. Windows color (decimal): -11254189 or 5457492. OLE color: 5457492.

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

Color convert

RGB847083-
CMYK00.170.010.67
HSL304.29º9.09%30.2%-
HSV(B)304.29º16.67%32.94%-
XYZ7.416.899.12-
YUV75.67132.14133.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=35.44%
G=29.54%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84708300.170.010.67304.299.0930.2
Hex54465301114313091e
Octal12410612302111034601136
Binary10101001000110101001101000111000011100110000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544653; }

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

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

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

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

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

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

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

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