#564968

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

Shades of Mulled Wine #564968

Tints of Mulled Wine #564968

Color information

#564968 (or 0x564968) is unknown color: approx Mulled Wine. HEX triplet: 56, 49 and 68. RGB value is (86,73,104). Sum of RGB (Red+Green+Blue) = 86+73+104=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #564968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564968 is #A9B697. Grayscale: #505050. Windows color (decimal): -11122328 or 6834518. OLE color: 6834518.

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

Color convert

RGB8673104-
CMYK0.170.3000.59
HSL265.16º17.51%34.71%-
HSV(B)265.16º29.81%40.78%-
XYZ8.727.7414.13-
YUV80.42141.31131.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=32.70%
G=27.76%
B=39.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86731040.170.3000.59265.1617.5134.71
Hex564968111E03B1091223
Octal12611115021360734112243
Binary1010110100100111010001000111110011101110000100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564968; }

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

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

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

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

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

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

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

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