#54454D

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

Shades of Liver #54454D

Tints of Liver #54454D

Color information

#54454D (or 0x54454D) is unknown color: approx Liver. HEX triplet: 54, 45 and 4D. RGB value is (84,69,77). Sum of RGB (Red+Green+Blue) = 84+69+77=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54454D is #ABBAB2. Grayscale: #4A4A4A. Windows color (decimal): -11254451 or 5064020. OLE color: 5064020.

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

Color convert

RGB846977-
CMYK00.180.080.67
HSL328º9.8%30%-
HSV(B)328º17.86%32.94%-
XYZ7.126.687.93-
YUV74.4129.47134.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=36.52%
G=30%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84697700.180.080.673289.830
Hex54454D012843148a1e
Octal124105115022101035101236
Binary10101001000101100110101001010001000011101001000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54454D; }

 p { color: rgb(84,69,77); }

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

<style>
 a { background-color: #54454D; }

 a { background-color: rgb(84,69,77); }

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

<style>
 span { border-color: #54454D; }

 span { border-color: rgb(84,69,77); }

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