#57444E

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

Shades of Liver #57444E

Tints of Liver #57444E

Color information

#57444E (or 0x57444E) is unknown color: approx Liver. HEX triplet: 57, 44 and 4E. RGB value is (87,68,78). Sum of RGB (Red+Green+Blue) = 87+68+78=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57444E is #A8BBB1. Grayscale: #4A4A4A. Windows color (decimal): -11058098 or 5129303. OLE color: 5129303.

HSL color Cylindrical-coordinate representation of color #57444E: hue angle of 328.42º 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 #57444E is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB876878-
CMYK00.220.100.66
HSL328.42º12.26%30.39%-
HSV(B)328.42º21.84%34.12%-
XYZ7.376.718.11-
YUV74.82129.79136.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=37.34%
G=29.18%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687800.220.100.66328.4212.2630.39
Hex57444E016A42148c1e
Octal127104116026121025101436
Binary10101111000100100111001011010101000010101001000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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