#54404E

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

Shades of Purple Taupe #54404E

Tints of Purple Taupe #54404E

Color information

#54404E (or 0x54404E) is unknown color: approx Purple Taupe. HEX triplet: 54, 40 and 4E. RGB value is (84,64,78). Sum of RGB (Red+Green+Blue) = 84+64+78=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54404E is #ABBFB1. Grayscale: #474747. Windows color (decimal): -11255730 or 5128276. OLE color: 5128276.

HSL color Cylindrical-coordinate representation of color #54404E: hue angle of 318º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54404E is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB846478-
CMYK00.240.070.67
HSL318º13.51%29.02%-
HSV(B)318º23.81%32.94%-
XYZ6.866.18.02-
YUV71.58131.63136.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=37.17%
G=28.32%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84647800.240.070.6731813.5129.02
Hex54404E01874313ee1d
Octal12410011603071034761635
Binary1010100100000010011100110001111000011100111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54404E; }

 p { color: rgb(84,64,78); }

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

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

 a { background-color: rgb(84,64,78); }

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

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

 span { border-color: rgb(84,64,78); }

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