#57404D

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

Shades of Liver #57404D

Tints of Liver #57404D

Color information

#57404D (or 0x57404D) is unknown color: approx Liver. HEX triplet: 57, 40 and 4D. RGB value is (87,64,77). Sum of RGB (Red+Green+Blue) = 87+64+77=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #57404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57404D is #A8BFB2. Grayscale: #484848. Windows color (decimal): -11059123 or 5062743. OLE color: 5062743.

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

Color convert

RGB876477-
CMYK00.260.110.66
HSL326.09º15.23%29.61%-
HSV(B)326.09º26.44%34.12%-
XYZ7.16.237.85-
YUV72.36130.62138.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=38.16%
G=28.07%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87647700.260.110.66326.0915.2329.61
Hex57404D01AB42146f1e
Octal127100115032131025061736
Binary10101111000000100110101101010111000010101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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