#563751

Color #563751 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #563751

Tints of Purple Taupe #563751

Color information

#563751 (or 0x563751) is unknown color: approx Purple Taupe. HEX triplet: 56, 37 and 51. RGB value is (86,55,81). Sum of RGB (Red+Green+Blue) = 86+55+81=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #563751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563751 is #A9C8AE. Grayscale: #434343. Windows color (decimal): -11126959 or 5322582. OLE color: 5322582.

HSL color Cylindrical-coordinate representation of color #563751: hue angle of 309.68º 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 #563751 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB865581-
CMYK00.360.060.66
HSL309.68º21.99%27.65%-
HSV(B)309.68º36.05%33.73%-
XYZ6.695.38.46-
YUV67.23135.77141.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=38.74%
G=24.77%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86558100.360.060.66309.6821.9927.65
Hex563751024642136161c
Octal1266712104461024662634
Binary10101101101111010001010010011010000101001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563751; }

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

 H1.HeaderClassName
 {
   color: #563751;
 }
 .AnyTagClassName
 {
   color: #563751;
 }
</style>
background-color css

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

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

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

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

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

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