#563B4B

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

Shades of Liver #563B4B

Tints of Liver #563B4B

Color information

#563B4B (or 0x563B4B) is unknown color: approx Liver. HEX triplet: 56, 3B and 4B. RGB value is (86,59,75). Sum of RGB (Red+Green+Blue) = 86+59+75=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B4B is #A9C4B4. Grayscale: #444444. Windows color (decimal): -11125941 or 4930390. OLE color: 4930390.

HSL color Cylindrical-coordinate representation of color #563B4B: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #563B4B is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB865975-
CMYK00.310.130.66
HSL324.44º18.62%28.43%-
HSV(B)324.44º31.4%33.73%-
XYZ6.675.617.39-
YUV68.9131.45140.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=39.09%
G=26.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86597500.310.130.66324.4418.6228.43
Hex563B4B01FD42144131c
Octal12673113037151025042334
Binary10101101110111001011011111110110000101010001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,75); }

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

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

 a { background-color: rgb(86,59,75); }

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

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

 span { border-color: rgb(86,59,75); }

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