#574650

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

Shades of Liver #574650

Tints of Liver #574650

Color information

#574650 (or 0x574650) is unknown color: approx Liver. HEX triplet: 57, 46 and 50. RGB value is (87,70,80). Sum of RGB (Red+Green+Blue) = 87+70+80=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574650 is #A8B9AF. Grayscale: #4C4C4C. Windows color (decimal): -11057584 or 5260887. OLE color: 5260887.

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

Color convert

RGB877080-
CMYK00.200.080.66
HSL324.71º10.83%30.78%-
HSV(B)324.71º19.54%34.12%-
XYZ7.576.998.54-
YUV76.22130.13135.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=36.71%
G=29.54%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87708000.200.080.66324.7110.8330.78
Hex574650014842145b1f
Octal127106120024101025051337
Binary10101111000110101000001010010001000010101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574650; }

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

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

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

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

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

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

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

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