#54474E

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

Shades of Liver #54474E

Tints of Liver #54474E

Color information

#54474E (or 0x54474E) is unknown color: approx Liver. HEX triplet: 54, 47 and 4E. RGB value is (84,71,78). Sum of RGB (Red+Green+Blue) = 84+71+78=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #54474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54474E is #ABB8B1. Grayscale: #4B4B4B. Windows color (decimal): -11253938 or 5130068. OLE color: 5130068.

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

Color convert

RGB847178-
CMYK00.150.070.67
HSL327.69º8.39%30.39%-
HSV(B)327.69º15.48%32.94%-
XYZ7.286.948.16-
YUV75.68129.31133.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=36.05%
G=30.47%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717800.150.070.67327.698.3930.39
Hex54474E0F74314881e
Octal12410711601771035101036
Binary101010010001111001110011111111000011101001000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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