#564869

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

Shades of Mulled Wine #564869

Tints of Mulled Wine #564869

Color information

#564869 (or 0x564869) is unknown color: approx Mulled Wine. HEX triplet: 56, 48 and 69. RGB value is (86,72,105). Sum of RGB (Red+Green+Blue) = 86+72+105=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #564869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564869 is #A9B796. Grayscale: #4F4F4F. Windows color (decimal): -11122583 or 6899798. OLE color: 6899798.

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

Color convert

RGB8672105-
CMYK0.180.3100.59
HSL265.45º18.64%34.71%-
HSV(B)265.45º31.43%41.18%-
XYZ8.77.6314.38-
YUV79.95142.14132.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=32.70%
G=27.38%
B=39.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86721050.180.3100.59265.4518.6434.71
Hex564869121F03B1091323
Octal12611015122370734112343
Binary1010110100100011010011001011111011101110000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564869; }

 p { color: rgb(86,72,105); }

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

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

 a { background-color: rgb(86,72,105); }

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

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

 span { border-color: rgb(86,72,105); }

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