#565163

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

Shades of Mulled Wine #565163

Tints of Mulled Wine #565163

Color information

#565163 (or 0x565163) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 63. RGB value is (86,81,99). Sum of RGB (Red+Green+Blue) = 86+81+99=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #565163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565163 is #A9AE9C. Grayscale: #545454. Windows color (decimal): -11120285 or 6508886. OLE color: 6508886.

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

Color convert

RGB868199-
CMYK0.130.1800.61
HSL256.67º10%35.29%-
HSV(B)256.67º18.18%38.82%-
XYZ9.038.7613.02-
YUV84.55136.16129.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=32.33%
G=30.45%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8681990.130.1800.61256.671035.29
Hex565163D1203D101a23
Octal12612114315220754011243
Binary10101101010001110001111011001001111011000000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565163; }

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

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

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

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

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

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

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

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