#574950

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

Shades of Liver #574950

Tints of Liver #574950

Color information

#574950 (or 0x574950) is unknown color: approx Liver. HEX triplet: 57, 49 and 50. RGB value is (87,73,80). Sum of RGB (Red+Green+Blue) = 87+73+80=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574950 is #A8B6AF. Grayscale: #4D4D4D. Windows color (decimal): -11056816 or 5261655. OLE color: 5261655.

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

Color convert

RGB877380-
CMYK00.160.080.66
HSL330º8.75%31.37%-
HSV(B)330º16.09%34.12%-
XYZ7.767.378.6-
YUV77.98129.14134.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=36.25%
G=30.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87738000.160.080.663308.7531.37
Hex57495001084214a91f
Octal127111120020101025121137
Binary10101111001001101000001000010001000010101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574950; }

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

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

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

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

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

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

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

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