#565066

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

Shades of Mulled Wine #565066

Tints of Mulled Wine #565066

Color information

#565066 (or 0x565066) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 66. RGB value is (86,80,102). Sum of RGB (Red+Green+Blue) = 86+80+102=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #565066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565066 is #A9AF99. Grayscale: #545454. Windows color (decimal): -11120538 or 6705238. OLE color: 6705238.

HSL color Cylindrical-coordinate representation of color #565066: hue angle of 256.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #565066 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8680102-
CMYK0.160.2200.6
HSL256.36º12.09%35.69%-
HSV(B)256.36º21.57%40%-
XYZ9.18.6813.76-
YUV84.3137.99129.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=32.09%
G=29.85%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86801020.160.2200.6256.3612.0935.69
Hex565066101603C100c24
Octal12612014620260744001444
Binary101011010100001100110100001011001111001000000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565066; }

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

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

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

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

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

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

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

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