Html Css Color HEX #563F4C Liver

📋 copy color: '#563F4C'

red 86 ◦ green 63 ◦ blue 76

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

Shades of Liver #563F4C

Tints of Liver #563F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 38.22%
G = 28%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#563F4C (or 0x563F4C) is known color: Liver. HEX triplet: 56, 3F and 4C. RGB value is (86,63,76). Sum of RGB (Red+Green+Blue) = 86+63+76=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #563F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F4C is #A9C0B3. Grayscale: #474747. Windows color (decimal): -11124916 or 4996950. OLE color: 4996950.

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

Color convert

RGB 86 63 76 -
CMYK 0 0.27 0.12 0.66
HSL 326.09º 0.15% 0.29% -
HSV(B) 326.09º 0.27% 0.34% -
XYZ 6.92 6.06 7.64 -
YUV 71.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 86 63 76 0 0.27 0.12 0.66 326.09 0.15 0.29
Hex 56 3F 4C 0 1B C 42 146 F 1D
Octal 126 77 114 0 33 14 102 506 17 35
Binary 1010110 111111 1001100 0 11011 1100 1000010 101000110 1111 11101

Color Harmonies of #563F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F4C

Black with #563F4C

Text Example


Text Example

White with #563F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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