Html Css Color HEX #563E54 Purple Taupe

📋 copy color: '#563E54'

red 86 ◦ green 62 ◦ blue 84

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

Shades of Purple Taupe #563E54

Tints of Purple Taupe #563E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 37.07%
G = 26.72%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#563E54 (or 0x563E54) is known color: Purple Taupe. HEX triplet: 56, 3E and 54. RGB value is (86,62,84). Sum of RGB (Red+Green+Blue) = 86+62+84=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #563E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E54 is #A9C1AB. Grayscale: #474747. Windows color (decimal): -11125164 or 5520982. OLE color: 5520982.

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

Color convert

RGB 86 62 84 -
CMYK 0 0.28 0.02 0.66
HSL 305º 0.16% 0.29% -
HSV(B) 305º 0.28% 0.34% -
XYZ 7.16 6.06 9.18 -
YUV 71.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 86 62 84 0 0.28 0.02 0.66 305 0.16 0.29
Hex 56 3E 54 0 1C 2 42 131 10 1D
Octal 126 76 124 0 34 2 102 461 20 35
Binary 1010110 111110 1010100 0 11100 10 1000010 100110001 10000 11101

Color Harmonies of #563E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563E54

Black with #563E54

Text Example


Text Example

White with #563E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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