#564D62

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

Shades of Mulled Wine #564D62

Tints of Mulled Wine #564D62

Color information

#564D62 (or 0x564D62) is unknown color: approx Mulled Wine. HEX triplet: 56, 4D and 62. RGB value is (86,77,98). Sum of RGB (Red+Green+Blue) = 86+77+98=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #564D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D62 is #A9B29D. Grayscale: #525252. Windows color (decimal): -11121310 or 6442326. OLE color: 6442326.

HSL color Cylindrical-coordinate representation of color #564D62: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564D62 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB867798-
CMYK0.120.2100.62
HSL265.71º12%34.31%-
HSV(B)265.71º21.43%38.43%-
XYZ8.78.1712.67-
YUV82.08136.98130.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=32.95%
G=29.50%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8677980.120.2100.62265.711234.31
Hex564D62C1503E10ac22
Octal12611514214250764121442
Binary10101101001101110001011001010101111101000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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