#54414E

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

Shades of Purple Taupe #54414E

Tints of Purple Taupe #54414E

Color information

#54414E (or 0x54414E) is unknown color: approx Purple Taupe. HEX triplet: 54, 41 and 4E. RGB value is (84,65,78). Sum of RGB (Red+Green+Blue) = 84+65+78=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54414E is #ABBEB1. Grayscale: #484848. Windows color (decimal): -11255474 or 5128532. OLE color: 5128532.

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

Color convert

RGB846578-
CMYK00.230.070.67
HSL318.95º12.75%29.22%-
HSV(B)318.95º22.62%32.94%-
XYZ6.926.228.04-
YUV72.16131.29136.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=37.00%
G=28.63%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84657800.230.070.67318.9512.7529.22
Hex54414E01774313fd1d
Octal12410111602771034771535
Binary1010100100000110011100101111111000011100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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