#563A4A

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

Shades of Liver #563A4A

Tints of Liver #563A4A

Color information

#563A4A (or 0x563A4A) is unknown color: approx Liver. HEX triplet: 56, 3A and 4A. RGB value is (86,58,74). Sum of RGB (Red+Green+Blue) = 86+58+74=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A4A is #A9C5B5. Grayscale: #444444. Windows color (decimal): -11126198 or 4864598. OLE color: 4864598.

HSL color Cylindrical-coordinate representation of color #563A4A: hue angle of 325.71º degrees, saturation: 0.19, 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 #563A4A is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB865874-
CMYK00.330.140.66
HSL325.71º19.44%28.24%-
HSV(B)325.71º32.56%33.73%-
XYZ6.595.57.19-
YUV68.2131.28140.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=39.45%
G=26.61%
B=33.94%

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
Decimal86587400.330.140.66325.7119.4428.24
Hex563A4A021E42146131c
Octal12672112041161025062334
Binary101011011101010010100100001111010000101010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A4A; }

 p { color: rgb(86,58,74); }

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

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

 a { background-color: rgb(86,58,74); }

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

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

 span { border-color: rgb(86,58,74); }

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