#544453

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

Shades of Purple Taupe #544453

Tints of Purple Taupe #544453

Color information

#544453 (or 0x544453) is unknown color: approx Purple Taupe. HEX triplet: 54, 44 and 53. RGB value is (84,68,83). Sum of RGB (Red+Green+Blue) = 84+68+83=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544453 is #ABBBAC. Grayscale: #4A4A4A. Windows color (decimal): -11254701 or 5456980. OLE color: 5456980.

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

Color convert

RGB846883-
CMYK00.190.010.67
HSL303.75º10.53%29.8%-
HSV(B)303.75º19.05%32.94%-
XYZ7.286.649.08-
YUV74.49132.8134.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=35.74%
G=28.94%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84688300.190.010.67303.7510.5329.8
Hex544453013143130b1e
Octal12410412302311034601336
Binary10101001000100101001101001111000011100110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544453; }

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

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

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

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

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

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

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

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