Html Css Color HEX #563F4D Liver

📋 copy color: '#563F4D'

red 86 ◦ green 63 ◦ blue 77

#563F4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #563F4D

Tints of Liver #563F4D

RGB

 RED value IS 86 (33.98% from 255) = 38.05%

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 38.05%
G = 27.88%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#563F4D (or 0x563F4D) is known color: Liver. HEX triplet: 56, 3F and 4D. RGB value is (86,63,77). Sum of RGB (Red+Green+Blue) = 86+63+77=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #563F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F4D is #A9C0B2. Grayscale: #474747. Windows color (decimal): -11124915 or 5062486. OLE color: 5062486.

HSL color Cylindrical-coordinate representation of color #563F4D: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #563F4D is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 77 -
CMYK 0 0.27 0.10 0.66
HSL 323.48º 0.15% 0.29% -
HSV(B) 323.48º 0.27% 0.34% -
XYZ 6.95 6.07 7.83 -
YUV 71.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 86 63 77 0 0.27 0.10 0.66 323.48 0.15 0.29
Hex 56 3F 4D 0 1B A 42 143 F 1D
Octal 126 77 115 0 33 12 102 503 17 35
Binary 1010110 111111 1001101 0 11011 1010 1000010 101000011 1111 11101

Color Harmonies of #563F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F4D

Black with #563F4D

Text Example


Text Example

White with #563F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,77); }

 H1.HeaderClassName
 {
   color: #563F4D;
 }
 .AnyTagClassName
 {
   color: #563F4D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,63,77); }

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

border-color css

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

 span { border-color: rgb(86,63,77); }

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