#544450

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

Shades of Purple Taupe #544450

Tints of Purple Taupe #544450

Color information

#544450 (or 0x544450) is unknown color: approx Purple Taupe. HEX triplet: 54, 44 and 50. RGB value is (84,68,80). Sum of RGB (Red+Green+Blue) = 84+68+80=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544450 is #ABBBAF. Grayscale: #4A4A4A. Windows color (decimal): -11254704 or 5260372. OLE color: 5260372.

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

Color convert

RGB846880-
CMYK00.190.050.67
HSL315º10.53%29.8%-
HSV(B)315º19.05%32.94%-
XYZ7.176.68.49-
YUV74.15131.3135.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=36.21%
G=29.31%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84688000.190.050.6731510.5329.8
Hex54445001354313bb1e
Octal12410412002351034731336
Binary1010100100010010100000100111011000011100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544450; }

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

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

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

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

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

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

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

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