#564A6A

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

Shades of Mulled Wine #564A6A

Tints of Mulled Wine #564A6A

Color information

#564A6A (or 0x564A6A) is unknown color: approx Mulled Wine. HEX triplet: 56, 4A and 6A. RGB value is (86,74,106). Sum of RGB (Red+Green+Blue) = 86+74+106=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #564A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A6A is #A9B595. Grayscale: #515151. Windows color (decimal): -11122070 or 6965846. OLE color: 6965846.

HSL color Cylindrical-coordinate representation of color #564A6A: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #564A6A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8674106-
CMYK0.190.3000.58
HSL262.5º17.78%35.29%-
HSV(B)262.5º30.19%41.57%-
XYZ8.897.9214.7-
YUV81.24141.98131.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=32.33%
G=27.82%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86741060.190.3000.58262.517.7835.29
Hex564A6A131E03A1061223
Octal12611215223360724062243
Binary1010110100101011010101001111110011101010000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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