#57434D

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

Shades of Liver #57434D

Tints of Liver #57434D

Color information

#57434D (or 0x57434D) is unknown color: approx Liver. HEX triplet: 57, 43 and 4D. RGB value is (87,67,77). Sum of RGB (Red+Green+Blue) = 87+67+77=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57434D is #A8BCB2. Grayscale: #4A4A4A. Windows color (decimal): -11058355 or 5063511. OLE color: 5063511.

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

Color convert

RGB876777-
CMYK00.230.110.66
HSL330º12.99%30.2%-
HSV(B)330º22.99%34.12%-
XYZ7.286.587.91-
YUV74.12129.63137.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=37.66%
G=29.00%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87677700.230.110.6633012.9930.2
Hex57434D017B4214ad1e
Octal127103115027131025121536
Binary10101111000011100110101011110111000010101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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