#564E66

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

Shades of Mulled Wine #564E66

Tints of Mulled Wine #564E66

Color information

#564E66 (or 0x564E66) is unknown color: approx Mulled Wine. HEX triplet: 56, 4E and 66. RGB value is (86,78,102). Sum of RGB (Red+Green+Blue) = 86+78+102=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #564E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E66 is #A9B199. Grayscale: #535353. Windows color (decimal): -11121050 or 6704726. OLE color: 6704726.

HSL color Cylindrical-coordinate representation of color #564E66: hue angle of 260º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564E66 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8678102-
CMYK0.160.2400.6
HSL260º13.33%35.29%-
HSV(B)260º23.53%40%-
XYZ8.968.3913.72-
YUV83.13138.65130.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=32.33%
G=29.32%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86781020.160.2400.626013.3335.29
Hex564E66101803C104d23
Octal12611614620300744041543
Binary101011010011101100110100001100001111001000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,102); }

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

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

 a { background-color: rgb(86,78,102); }

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

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

 span { border-color: rgb(86,78,102); }

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