#57404A

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

Shades of Liver #57404A

Tints of Liver #57404A

Color information

#57404A (or 0x57404A) is unknown color: approx Liver. HEX triplet: 57, 40 and 4A. RGB value is (87,64,74). Sum of RGB (Red+Green+Blue) = 87+64+74=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #57404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404A is #A8BFB5. Grayscale: #484848. Windows color (decimal): -11059126 or 4866135. OLE color: 4866135.

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

Color convert

RGB876474-
CMYK00.260.150.66
HSL333.91º15.23%29.61%-
HSV(B)333.91º26.44%34.12%-
XYZ76.197.3-
YUV72.02129.12138.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=38.67%
G=28.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87647400.260.150.66333.9115.2329.61
Hex57404A01AF4214ef1e
Octal127100112032171025161736
Binary10101111000000100101001101011111000010101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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