#564D68

Color #564D68 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #564D68

Tints of Mulled Wine #564D68

Color information

#564D68 (or 0x564D68) is unknown color: approx Mulled Wine. HEX triplet: 56, 4D and 68. RGB value is (86,77,104). Sum of RGB (Red+Green+Blue) = 86+77+104=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #564D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D68 is #A9B297. Grayscale: #525252. Windows color (decimal): -11121304 or 6835542. OLE color: 6835542.

HSL color Cylindrical-coordinate representation of color #564D68: hue angle of 260º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564D68 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8677104-
CMYK0.170.2600.59
HSL260º14.92%35.49%-
HSV(B)260º25.96%40.78%-
XYZ8.998.2914.22-
YUV82.77139.98130.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=32.21%
G=28.84%
B=38.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86771040.170.2600.5926014.9235.49
Hex564D68111A03B104f23
Octal12611515021320734041743
Binary101011010011011101000100011101001110111000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D68; }

 p { color: rgb(86,77,104); }

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

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

 a { background-color: rgb(86,77,104); }

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

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

 span { border-color: rgb(86,77,104); }

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