#57404C

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

Shades of Liver #57404C

Tints of Liver #57404C

Color information

#57404C (or 0x57404C) is unknown color: approx Liver. HEX triplet: 57, 40 and 4C. RGB value is (87,64,76). Sum of RGB (Red+Green+Blue) = 87+64+76=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #57404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404C is #A8BFB3. Grayscale: #484848. Windows color (decimal): -11059124 or 4997207. OLE color: 4997207.

HSL color Cylindrical-coordinate representation of color #57404C: hue angle of 328.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57404C is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB876476-
CMYK00.260.130.66
HSL328.7º15.23%29.61%-
HSV(B)328.7º26.44%34.12%-
XYZ7.076.217.66-
YUV72.24130.12138.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=38.33%
G=28.19%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87647600.260.130.66328.715.2329.61
Hex57404C01AD42149f1e
Octal127100114032151025111736
Binary10101111000000100110001101011011000010101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57404C; }

 p { color: rgb(87,64,76); }

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

<style>
 a { background-color: #57404C; }

 a { background-color: rgb(87,64,76); }

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

<style>
 span { border-color: #57404C; }

 span { border-color: rgb(87,64,76); }

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