#564E6A

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

Shades of Mulled Wine #564E6A

Tints of Mulled Wine #564E6A

Color information

#564E6A (or 0x564E6A) is unknown color: approx Mulled Wine. HEX triplet: 56, 4E and 6A. RGB value is (86,78,106). Sum of RGB (Red+Green+Blue) = 86+78+106=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #564E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6A is #A9B195. Grayscale: #535353. Windows color (decimal): -11121046 or 6966870. OLE color: 6966870.

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

Color convert

RGB8678106-
CMYK0.190.2600.58
HSL257.14º15.22%36.08%-
HSV(B)257.14º26.42%41.57%-
XYZ9.168.4714.79-
YUV83.58140.65129.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=31.85%
G=28.89%
B=39.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86781060.190.2600.58257.1415.2236.08
Hex564E6A131A03A101f24
Octal12611615223320724011744
Binary101011010011101101010100111101001110101000000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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