#564E68

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

Shades of Mulled Wine #564E68

Tints of Mulled Wine #564E68

Color information

#564E68 (or 0x564E68) is unknown color: approx Mulled Wine. HEX triplet: 56, 4E and 68. RGB value is (86,78,104). Sum of RGB (Red+Green+Blue) = 86+78+104=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #564E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E68 is #A9B197. Grayscale: #535353. Windows color (decimal): -11121048 or 6835798. OLE color: 6835798.

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

Color convert

RGB8678104-
CMYK0.170.2500.59
HSL258.46º14.29%35.69%-
HSV(B)258.46º25%40.78%-
XYZ9.068.4314.25-
YUV83.36139.65129.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=32.09%
G=29.10%
B=38.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86781040.170.2500.59258.4614.2935.69
Hex564E68111903B102e24
Octal12611615021310734021644
Binary101011010011101101000100011100101110111000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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