Html Css Color HEX #563F4A Liver

📋 copy color: '#563F4A'

red 86 ◦ green 63 ◦ blue 74

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

Shades of Liver #563F4A

Tints of Liver #563F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 38.57%
G = 28.25%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#563F4A (or 0x563F4A) is known color: Liver. HEX triplet: 56, 3F and 4A. RGB value is (86,63,74). Sum of RGB (Red+Green+Blue) = 86+63+74=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #563F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F4A is #A9C0B5. Grayscale: #474747. Windows color (decimal): -11124918 or 4865878. OLE color: 4865878.

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

Color convert

RGB 86 63 74 -
CMYK 0 0.27 0.14 0.66
HSL 331.3º 0.15% 0.29% -
HSV(B) 331.3º 0.27% 0.34% -
XYZ 6.85 6.03 7.28 -
YUV 71.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 86 63 74 0 0.27 0.14 0.66 331.3 0.15 0.29
Hex 56 3F 4A 0 1B E 42 14B F 1D
Octal 126 77 112 0 33 16 102 513 17 35
Binary 1010110 111111 1001010 0 11011 1110 1000010 101001011 1111 11101

Color Harmonies of #563F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F4A

Black with #563F4A

Text Example


Text Example

White with #563F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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