#57434F

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

Shades of Liver #57434F

Tints of Liver #57434F

Color information

#57434F (or 0x57434F) is unknown color: approx Liver. HEX triplet: 57, 43 and 4F. RGB value is (87,67,79). Sum of RGB (Red+Green+Blue) = 87+67+79=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57434F is #A8BCB0. Grayscale: #4A4A4A. Windows color (decimal): -11058353 or 5194583. OLE color: 5194583.

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

Color convert

RGB876779-
CMYK00.230.090.66
HSL324º12.99%30.2%-
HSV(B)324º22.99%34.12%-
XYZ7.356.618.28-
YUV74.35130.63137.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=37.34%
G=28.76%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87677900.230.090.6632412.9930.2
Hex57434F017942144d1e
Octal127103117027111025041536
Binary10101111000011100111101011110011000010101000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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