#57404E

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

Shades of Liver #57404E

Tints of Liver #57404E

Color information

#57404E (or 0x57404E) is unknown color: approx Liver. HEX triplet: 57, 40 and 4E. RGB value is (87,64,78). Sum of RGB (Red+Green+Blue) = 87+64+78=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57404E is #A8BFB1. Grayscale: #484848. Windows color (decimal): -11059122 or 5128279. OLE color: 5128279.

HSL color Cylindrical-coordinate representation of color #57404E: hue angle of 323.48º 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 #57404E is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB876478-
CMYK00.260.100.66
HSL323.48º15.23%29.61%-
HSV(B)323.48º26.44%34.12%-
XYZ7.146.248.04-
YUV72.47131.12138.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=37.99%
G=27.95%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87647800.260.100.66323.4815.2329.61
Hex57404E01AA42143f1e
Octal127100116032121025031736
Binary10101111000000100111001101010101000010101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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