#563854

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

Shades of Purple Taupe #563854

Tints of Purple Taupe #563854

Color information

#563854 (or 0x563854) is unknown color: approx Purple Taupe. HEX triplet: 56, 38 and 54. RGB value is (86,56,84). Sum of RGB (Red+Green+Blue) = 86+56+84=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #563854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563854 is #A9C7AB. Grayscale: #444444. Windows color (decimal): -11126700 or 5519446. OLE color: 5519446.

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

Color convert

RGB865684-
CMYK00.350.020.66
HSL304º21.13%27.84%-
HSV(B)304º34.88%33.73%-
XYZ6.855.459.08-
YUV68.16136.94140.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=38.05%
G=24.78%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86568400.350.020.6630421.1327.84
Hex563854023242130151c
Octal1267012404321024602534
Binary1010110111000101010001000111010000101001100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563854; }

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

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

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

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

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

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

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

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