#574A4F

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

Shades of Liver #574A4F

Tints of Liver #574A4F

Color information

#574A4F (or 0x574A4F) is unknown color: approx Liver. HEX triplet: 57, 4A and 4F. RGB value is (87,74,79). Sum of RGB (Red+Green+Blue) = 87+74+79=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A4F is #A8B5B0. Grayscale: #4E4E4E. Windows color (decimal): -11056561 or 5196375. OLE color: 5196375.

HSL color Cylindrical-coordinate representation of color #574A4F: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A4F is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB877479-
CMYK00.150.090.66
HSL336.92º8.07%31.57%-
HSV(B)336.92º14.94%34.12%-
XYZ7.797.498.43-
YUV78.46128.31134.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=36.25%
G=30.83%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87747900.150.090.66336.928.0731.57
Hex574A4F0F942151820
Octal127112117017111025211040
Binary10101111001010100111101111100110000101010100011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574A4F; }

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

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

<style>
 a { background-color: #574A4F; }

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

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

<style>
 span { border-color: #574A4F; }

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

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