Html Css Color HEX #563F55 Purple Taupe

📋 copy color: '#563F55'

red 86 ◦ green 63 ◦ blue 85

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

Shades of Purple Taupe #563F55

Tints of Purple Taupe #563F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 36.75%
G = 26.92%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#563F55 (or 0x563F55) is known color: Purple Taupe. HEX triplet: 56, 3F and 55. RGB value is (86,63,85). Sum of RGB (Red+Green+Blue) = 86+63+85=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #563F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F55 is #A9C0AA. Grayscale: #484848. Windows color (decimal): -11124907 or 5586774. OLE color: 5586774.

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

Color convert

RGB 86 63 85 -
CMYK 0 0.27 0.01 0.66
HSL 302.61º 0.15% 0.29% -
HSV(B) 302.61º 0.27% 0.34% -
XYZ 7.25 6.19 9.41 -
YUV 72.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 86 63 85 0 0.27 0.01 0.66 302.61 0.15 0.29
Hex 56 3F 55 0 1B 1 42 12F F 1D
Octal 126 77 125 0 33 1 102 457 17 35
Binary 1010110 111111 1010101 0 11011 1 1000010 100101111 1111 11101

Color Harmonies of #563F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F55

Black with #563F55

Text Example


Text Example

White with #563F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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