#574550

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

Shades of Liver #574550

Tints of Liver #574550

Color information

#574550 (or 0x574550) is unknown color: approx Liver. HEX triplet: 57, 45 and 50. RGB value is (87,69,80). Sum of RGB (Red+Green+Blue) = 87+69+80=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574550 is #A8BAAF. Grayscale: #4B4B4B. Windows color (decimal): -11057840 or 5260631. OLE color: 5260631.

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

Color convert

RGB876980-
CMYK00.210.080.66
HSL323.33º11.54%30.59%-
HSV(B)323.33º20.69%34.12%-
XYZ7.516.868.52-
YUV75.64130.46136.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=36.86%
G=29.24%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87698000.210.080.66323.3311.5430.59
Hex574550015842143c1f
Octal127105120025101025031437
Binary10101111000101101000001010110001000010101000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574550; }

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

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

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

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

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

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

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

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