#57444F

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

Shades of Liver #57444F

Tints of Liver #57444F

Color information

#57444F (or 0x57444F) is unknown color: approx Liver. HEX triplet: 57, 44 and 4F. RGB value is (87,68,79). Sum of RGB (Red+Green+Blue) = 87+68+79=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57444F is #A8BBB0. Grayscale: #4A4A4A. Windows color (decimal): -11058097 or 5194839. OLE color: 5194839.

HSL color Cylindrical-coordinate representation of color #57444F: hue angle of 325.26º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57444F is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB876879-
CMYK00.220.090.66
HSL325.26º12.26%30.39%-
HSV(B)325.26º21.84%34.12%-
XYZ7.416.728.3-
YUV74.94130.29136.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=37.18%
G=29.06%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687900.220.090.66325.2612.2630.39
Hex57444F016942145c1e
Octal127104117026111025051436
Binary10101111000100100111101011010011000010101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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