#574C50

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

Shades of Liver #574C50

Tints of Liver #574C50

Color information

#574C50 (or 0x574C50) is unknown color: approx Liver. HEX triplet: 57, 4C and 50. RGB value is (87,76,80). Sum of RGB (Red+Green+Blue) = 87+76+80=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #574C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C50 is #A8B3AF. Grayscale: #4F4F4F. Windows color (decimal): -11056048 or 5262423. OLE color: 5262423.

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

Color convert

RGB877680-
CMYK00.130.080.66
HSL338.18º6.75%31.96%-
HSV(B)338.18º12.64%34.12%-
XYZ7.967.778.67-
YUV79.74128.14133.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=35.80%
G=31.28%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87768000.130.080.66338.186.7531.96
Hex574C500D842152720
Octal12711412001510102522740
Binary1010111100110010100000110110001000010101010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,80); }

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

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

 a { background-color: rgb(87,76,80); }

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

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

 span { border-color: rgb(87,76,80); }

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