Html Css Color HEX #563750 Purple Taupe

📋 copy color: '#563750'

red 86 ◦ green 55 ◦ blue 80

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

Shades of Purple Taupe #563750

Tints of Purple Taupe #563750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 38.91%
G = 24.89%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#563750 (or 0x563750) is known color: Purple Taupe. HEX triplet: 56, 37 and 50. RGB value is (86,55,80). Sum of RGB (Red+Green+Blue) = 86+55+80=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563750 is #A9C8AF. Grayscale: #434343. Windows color (decimal): -11126960 or 5257046. OLE color: 5257046.

HSL color Cylindrical-coordinate representation of color #563750: hue angle of 311.61º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #563750 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 55 80 -
CMYK 0 0.36 0.07 0.66
HSL 311.61º 0.22% 0.28% -
HSV(B) 311.61º 0.36% 0.34% -
XYZ 6.65 5.29 8.26 -
YUV 67.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 86 55 80 0 0.36 0.07 0.66 311.61 0.22 0.28
Hex 56 37 50 0 24 7 42 138 16 1C
Octal 126 67 120 0 44 7 102 470 26 34
Binary 1010110 110111 1010000 0 100100 111 1000010 100111000 10110 11100

Color Harmonies of #563750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563750

Black with #563750

Text Example


Text Example

White with #563750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563750; }

 p { color: rgb(86,55,80); }

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

background-color css

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

 a { background-color: rgb(86,55,80); }

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

border-color css

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

 span { border-color: rgb(86,55,80); }

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