#54424E

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

Shades of Purple Taupe #54424E

Tints of Purple Taupe #54424E

Color information

#54424E (or 0x54424E) is unknown color: approx Purple Taupe. HEX triplet: 54, 42 and 4E. RGB value is (84,66,78). Sum of RGB (Red+Green+Blue) = 84+66+78=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #54424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54424E is #ABBDB1. Grayscale: #484848. Windows color (decimal): -11255218 or 5128788. OLE color: 5128788.

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

Color convert

RGB846678-
CMYK00.210.070.67
HSL320º12%29.41%-
HSV(B)320º21.43%32.94%-
XYZ6.986.338.06-
YUV72.75130.96136.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667800.210.070.673201229.41
Hex54424E015743140c1d
Octal12410211602571035001435
Binary1010100100001010011100101011111000011101000000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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