#565061

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

Shades of Mulled Wine #565061

Tints of Mulled Wine #565061

Color information

#565061 (or 0x565061) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 61. RGB value is (86,80,97). Sum of RGB (Red+Green+Blue) = 86+80+97=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #565061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565061 is #A9AF9E. Grayscale: #535353. Windows color (decimal): -11120543 or 6377558. OLE color: 6377558.

HSL color Cylindrical-coordinate representation of color #565061: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565061 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868097-
CMYK0.110.1800.62
HSL261.18º9.6%34.71%-
HSV(B)261.18º17.53%38.04%-
XYZ8.868.5812.5-
YUV83.73135.49129.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=32.70%
G=30.42%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8680970.110.1800.62261.189.634.71
Hex565061B1203E105a23
Octal12612014113220764051243
Binary10101101010000110000110111001001111101000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565061; }

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

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

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

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

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

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

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

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