Html Css Color HEX #563E4D Purple Taupe

📋 copy color: '#563E4D'

red 86 ◦ green 62 ◦ blue 77

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

Shades of Purple Taupe #563E4D

Tints of Purple Taupe #563E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

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

R = 38.22%
G = 27.56%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#563E4D (or 0x563E4D) is known color: Purple Taupe. HEX triplet: 56, 3E and 4D. RGB value is (86,62,77). Sum of RGB (Red+Green+Blue) = 86+62+77=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #563E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E4D is #A9C1B2. Grayscale: #464646. Windows color (decimal): -11125171 or 5062230. OLE color: 5062230.

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

Color convert

RGB 86 62 77 -
CMYK 0 0.28 0.10 0.66
HSL 322.5º 0.16% 0.29% -
HSV(B) 322.5º 0.28% 0.34% -
XYZ 6.9 5.96 7.81 -
YUV 70.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 86 62 77 0 0.28 0.10 0.66 322.5 0.16 0.29
Hex 56 3E 4D 0 1C A 42 142 10 1D
Octal 126 76 115 0 34 12 102 502 20 35
Binary 1010110 111110 1001101 0 11100 1010 1000010 101000010 10000 11101

Color Harmonies of #563E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563E4D

Black with #563E4D

Text Example


Text Example

White with #563E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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