Html Css Color HEX #563A4B Purple Taupe

📋 copy color: '#563A4B'

red 86 ◦ green 58 ◦ blue 75

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

Shades of Purple Taupe #563A4B

Tints of Purple Taupe #563A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

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

R = 39.27%
G = 26.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#563A4B (or 0x563A4B) is known color: Purple Taupe. HEX triplet: 56, 3A and 4B. RGB value is (86,58,75). Sum of RGB (Red+Green+Blue) = 86+58+75=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #563A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A4B is #A9C5B4. Grayscale: #444444. Windows color (decimal): -11126197 or 4930134. OLE color: 4930134.

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

Color convert

RGB 86 58 75 -
CMYK 0 0.33 0.13 0.66
HSL 323.57º 0.19% 0.28% -
HSV(B) 323.57º 0.33% 0.34% -
XYZ 6.62 5.51 7.37 -
YUV 68.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 86 58 75 0 0.33 0.13 0.66 323.57 0.19 0.28
Hex 56 3A 4B 0 21 D 42 144 13 1C
Octal 126 72 113 0 41 15 102 504 23 34
Binary 1010110 111010 1001011 0 100001 1101 1000010 101000100 10011 11100

Color Harmonies of #563A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A4B

Black with #563A4B

Text Example


Text Example

White with #563A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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