#564768

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

Shades of Mulled Wine #564768

Tints of Mulled Wine #564768

Color information

#564768 (or 0x564768) is unknown color: approx Mulled Wine. HEX triplet: 56, 47 and 68. RGB value is (86,71,104). Sum of RGB (Red+Green+Blue) = 86+71+104=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #564768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564768 is #A9B897. Grayscale: #4F4F4F. Windows color (decimal): -11122840 or 6834006. OLE color: 6834006.

HSL color Cylindrical-coordinate representation of color #564768: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564768 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8671104-
CMYK0.170.3200.59
HSL267.27º18.86%34.31%-
HSV(B)267.27º31.73%40.78%-
XYZ8.597.4814.09-
YUV79.25141.97132.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=32.95%
G=27.20%
B=39.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86711040.170.3200.59267.2718.8634.31
Hex564768112003B10b1322
Octal12610715021400734132342
Binary10101101000111110100010001100000011101110000101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564768; }

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

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

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

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

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

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

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

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