#57404B

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

Shades of Liver #57404B

Tints of Liver #57404B

Color information

#57404B (or 0x57404B) is unknown color: approx Liver. HEX triplet: 57, 40 and 4B. RGB value is (87,64,75). Sum of RGB (Red+Green+Blue) = 87+64+75=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #57404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404B is #A8BFB4. Grayscale: #484848. Windows color (decimal): -11059125 or 4931671. OLE color: 4931671.

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

Color convert

RGB876475-
CMYK00.260.140.66
HSL331.3º15.23%29.61%-
HSV(B)331.3º26.44%34.12%-
XYZ7.036.27.48-
YUV72.13129.62138.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=38.50%
G=28.32%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87647500.260.140.66331.315.2329.61
Hex57404B01AE4214bf1e
Octal127100113032161025131736
Binary10101111000000100101101101011101000010101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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