#564D6C

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

Shades of Mulled Wine #564D6C

Tints of Mulled Wine #564D6C

Color information

#564D6C (or 0x564D6C) is unknown color: approx Mulled Wine. HEX triplet: 56, 4D and 6C. RGB value is (86,77,108). Sum of RGB (Red+Green+Blue) = 86+77+108=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #564D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D6C is #A9B293. Grayscale: #535353. Windows color (decimal): -11121300 or 7097686. OLE color: 7097686.

HSL color Cylindrical-coordinate representation of color #564D6C: hue angle of 257.42º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #564D6C is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8677108-
CMYK0.200.2900.58
HSL257.42º16.76%36.27%-
HSV(B)257.42º28.7%42.35%-
XYZ9.28.3715.32-
YUV83.22141.98129.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=31.73%
G=28.41%
B=39.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86771080.200.2900.58257.4216.7636.27
Hex564D6C141D03A1011124
Octal12611515424350724012144
Binary1010110100110111011001010011101011101010000000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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