#544553

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

Shades of Purple Taupe #544553

Tints of Purple Taupe #544553

Color information

#544553 (or 0x544553) is unknown color: approx Purple Taupe. HEX triplet: 54, 45 and 53. RGB value is (84,69,83). Sum of RGB (Red+Green+Blue) = 84+69+83=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544553 is #ABBAAC. Grayscale: #4B4B4B. Windows color (decimal): -11254445 or 5457236. OLE color: 5457236.

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

Color convert

RGB846983-
CMYK00.180.010.67
HSL304º9.8%30%-
HSV(B)304º17.86%32.94%-
XYZ7.356.779.1-
YUV75.08132.47134.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=35.59%
G=29.24%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84698300.180.010.673049.830
Hex544553012143130a1e
Octal12410512302211034601236
Binary10101001000101101001101001011000011100110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544553; }

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

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

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

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

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

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

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

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