#565160

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

Shades of Mulled Wine #565160

Tints of Mulled Wine #565160

Color information

#565160 (or 0x565160) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 60. RGB value is (86,81,96). Sum of RGB (Red+Green+Blue) = 86+81+96=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #565160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565160 is #A9AE9F. Grayscale: #545454. Windows color (decimal): -11120288 or 6312278. OLE color: 6312278.

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

Color convert

RGB868196-
CMYK0.100.1600.62
HSL260º8.47%34.71%-
HSV(B)260º15.62%37.65%-
XYZ8.898.7112.28-
YUV84.2134.66129.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=32.70%
G=30.80%
B=36.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8681960.100.1600.622608.4734.71
Hex565160A1003E104823
Octal12612114012200764041043
Binary10101101010001110000010101000001111101000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565160; }

 p { color: rgb(86,81,96); }

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

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

 a { background-color: rgb(86,81,96); }

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

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

 span { border-color: rgb(86,81,96); }

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