#563855

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

Shades of Purple Taupe #563855

Tints of Purple Taupe #563855

Color information

#563855 (or 0x563855) is unknown color: approx Purple Taupe. HEX triplet: 56, 38 and 55. RGB value is (86,56,85). Sum of RGB (Red+Green+Blue) = 86+56+85=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #563855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563855 is #A9C7AA. Grayscale: #444444. Windows color (decimal): -11126699 or 5584982. OLE color: 5584982.

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

Color convert

RGB865685-
CMYK00.350.010.66
HSL302º21.13%27.84%-
HSV(B)302º34.88%33.73%-
XYZ6.895.469.29-
YUV68.28137.44140.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=37.89%
G=24.67%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86568500.350.010.6630221.1327.84
Hex56385502314212e151c
Octal1267012504311024562534
Binary101011011100010101010100011110000101001011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563855; }

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

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

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

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

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

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

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

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