#57424A

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

Shades of Liver #57424A

Tints of Liver #57424A

Color information

#57424A (or 0x57424A) is unknown color: approx Liver. HEX triplet: 57, 42 and 4A. RGB value is (87,66,74). Sum of RGB (Red+Green+Blue) = 87+66+74=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #57424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57424A is #A8BDB5. Grayscale: #494949. Windows color (decimal): -11058614 or 4866647. OLE color: 4866647.

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

Color convert

RGB876674-
CMYK00.240.150.66
HSL337.14º13.73%30%-
HSV(B)337.14º24.14%34.12%-
XYZ7.116.427.34-
YUV73.19128.46137.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=38.33%
G=29.07%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87667400.240.150.66337.1413.7330
Hex57424A018F42151e1e
Octal127102112030171025211636
Binary10101111000010100101001100011111000010101010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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