#57464D

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

Shades of Liver #57464D

Tints of Liver #57464D

Color information

#57464D (or 0x57464D) is unknown color: approx Liver. HEX triplet: 57, 46 and 4D. RGB value is (87,70,77). Sum of RGB (Red+Green+Blue) = 87+70+77=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57464D is #A8B9B2. Grayscale: #4B4B4B. Windows color (decimal): -11057587 or 5064279. OLE color: 5064279.

HSL color Cylindrical-coordinate representation of color #57464D: hue angle of 335.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57464D is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB877077-
CMYK00.200.110.66
HSL335.29º10.83%30.78%-
HSV(B)335.29º19.54%34.12%-
XYZ7.466.947.97-
YUV75.88128.63135.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=37.18%
G=29.91%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87707700.200.110.66335.2910.8330.78
Hex57464D014B4214fb1f
Octal127106115024131025171337
Binary10101111000110100110101010010111000010101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,77); }

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

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

 a { background-color: rgb(87,70,77); }

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

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

 span { border-color: rgb(87,70,77); }

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