#57434E

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

Shades of Liver #57434E

Tints of Liver #57434E

Color information

#57434E (or 0x57434E) is unknown color: approx Liver. HEX triplet: 57, 43 and 4E. RGB value is (87,67,78). Sum of RGB (Red+Green+Blue) = 87+67+78=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #57434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57434E is #A8BCB1. Grayscale: #4A4A4A. Windows color (decimal): -11058354 or 5129047. OLE color: 5129047.

HSL color Cylindrical-coordinate representation of color #57434E: hue angle of 327º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57434E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB876778-
CMYK00.230.100.66
HSL327º12.99%30.2%-
HSV(B)327º22.99%34.12%-
XYZ7.316.598.09-
YUV74.23130.13137.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=37.5%
G=28.88%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87677800.230.100.6632712.9930.2
Hex57434E017A42147d1e
Octal127103116027121025071536
Binary10101111000011100111001011110101000010101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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