Html Css Color HEX #563F4B Liver

📋 copy color: '#563F4B'

red 86 ◦ green 63 ◦ blue 75

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

Shades of Liver #563F4B

Tints of Liver #563F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 38.39%
G = 28.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#563F4B (or 0x563F4B) is known color: Liver. HEX triplet: 56, 3F and 4B. RGB value is (86,63,75). Sum of RGB (Red+Green+Blue) = 86+63+75=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #563F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F4B is #A9C0B4. Grayscale: #474747. Windows color (decimal): -11124917 or 4931414. OLE color: 4931414.

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

Color convert

RGB 86 63 75 -
CMYK 0 0.27 0.13 0.66
HSL 328.7º 0.15% 0.29% -
HSV(B) 328.7º 0.27% 0.34% -
XYZ 6.89 6.04 7.46 -
YUV 71.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 86 63 75 0 0.27 0.13 0.66 328.7 0.15 0.29
Hex 56 3F 4B 0 1B D 42 149 F 1D
Octal 126 77 113 0 33 15 102 511 17 35
Binary 1010110 111111 1001011 0 11011 1101 1000010 101001001 1111 11101

Color Harmonies of #563F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F4B

Black with #563F4B

Text Example


Text Example

White with #563F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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