#573A4B

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

Shades of Liver #573A4B

Tints of Liver #573A4B

Color information

#573A4B (or 0x573A4B) is unknown color: approx Liver. HEX triplet: 57, 3A and 4B. RGB value is (87,58,75). Sum of RGB (Red+Green+Blue) = 87+58+75=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #573A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A4B is #A8C5B4. Grayscale: #444444. Windows color (decimal): -11060661 or 4930135. OLE color: 4930135.

HSL color Cylindrical-coordinate representation of color #573A4B: hue angle of 324.83º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A4B is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB875875-
CMYK00.330.140.66
HSL324.83º20%28.43%-
HSV(B)324.83º33.33%34.12%-
XYZ6.715.567.38-
YUV68.61131.61141.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=39.55%
G=26.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87587500.330.140.66324.832028.43
Hex573A4B021E42145141c
Octal12772113041161025052434
Binary101011111101010010110100001111010000101010001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573A4B; }

 p { color: rgb(87,58,75); }

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

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

 a { background-color: rgb(87,58,75); }

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

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

 span { border-color: rgb(87,58,75); }

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