#565065

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

Shades of Mulled Wine #565065

Tints of Mulled Wine #565065

Color information

#565065 (or 0x565065) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 65. RGB value is (86,80,101). Sum of RGB (Red+Green+Blue) = 86+80+101=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #565065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565065 is #A9AF9A. Grayscale: #545454. Windows color (decimal): -11120539 or 6639702. OLE color: 6639702.

HSL color Cylindrical-coordinate representation of color #565065: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565065 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8680101-
CMYK0.150.2100.60
HSL257.14º11.6%35.49%-
HSV(B)257.14º20.79%39.61%-
XYZ9.068.6613.51-
YUV84.19137.49129.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=32.21%
G=29.96%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86801010.150.2100.60257.1411.635.49
Hex565065F1503C101c23
Octal12612014517250744011443
Binary10101101010000110010111111010101111001000000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565065; }

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

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

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

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

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

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

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

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