#574350

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

Shades of Liver #574350

Tints of Liver #574350

Color information

#574350 (or 0x574350) is unknown color: approx Liver. HEX triplet: 57, 43 and 50. RGB value is (87,67,80). Sum of RGB (Red+Green+Blue) = 87+67+80=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574350 is #A8BCAF. Grayscale: #4A4A4A. Windows color (decimal): -11058352 or 5260119. OLE color: 5260119.

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

Color convert

RGB876780-
CMYK00.230.080.66
HSL321º12.99%30.2%-
HSV(B)321º22.99%34.12%-
XYZ7.396.628.48-
YUV74.46131.13136.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=37.18%
G=28.63%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87678000.230.080.6632112.9930.2
Hex574350017842141d1e
Octal127103120027101025011536
Binary10101111000011101000001011110001000010101000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574350; }

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

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

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

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

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

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

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

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