#54464E

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

Shades of Liver #54464E

Tints of Liver #54464E

Color information

#54464E (or 0x54464E) is unknown color: approx Liver. HEX triplet: 54, 46 and 4E. RGB value is (84,70,78). Sum of RGB (Red+Green+Blue) = 84+70+78=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #54464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54464E is #ABB9B1. Grayscale: #4B4B4B. Windows color (decimal): -11254194 or 5129812. OLE color: 5129812.

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

Color convert

RGB847078-
CMYK00.170.070.67
HSL325.71º9.09%30.2%-
HSV(B)325.71º16.67%32.94%-
XYZ7.226.828.14-
YUV75.1129.64134.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=36.21%
G=30.17%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84707800.170.070.67325.719.0930.2
Hex54464E01174314691e
Octal12410611602171035061136
Binary1010100100011010011100100011111000011101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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