#565064

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

Shades of Mulled Wine #565064

Tints of Mulled Wine #565064

Color information

#565064 (or 0x565064) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 64. RGB value is (86,80,100). Sum of RGB (Red+Green+Blue) = 86+80+100=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #565064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565064 is #A9AF9B. Grayscale: #545454. Windows color (decimal): -11120540 or 6574166. OLE color: 6574166.

HSL color Cylindrical-coordinate representation of color #565064: hue angle of 258º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565064 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8680100-
CMYK0.140.200.61
HSL258º11.11%35.29%-
HSV(B)258º20%39.22%-
XYZ9.018.6413.25-
YUV84.07136.99129.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=32.33%
G=30.08%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86801000.140.200.6125811.1135.29
Hex565064E1403D102b23
Octal12612014416240754021343
Binary10101101010000110010011101010001111011000000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565064; }

 p { color: rgb(86,80,100); }

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

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

 a { background-color: rgb(86,80,100); }

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

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

 span { border-color: rgb(86,80,100); }

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