#56486A

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

Shades of Mulled Wine #56486A

Tints of Mulled Wine #56486A

Color information

#56486A (or 0x56486A) is unknown color: approx Mulled Wine. HEX triplet: 56, 48 and 6A. RGB value is (86,72,106). Sum of RGB (Red+Green+Blue) = 86+72+106=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #56486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56486A is #A9B795. Grayscale: #4F4F4F. Windows color (decimal): -11122582 or 6965334. OLE color: 6965334.

HSL color Cylindrical-coordinate representation of color #56486A: hue angle of 264.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56486A is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8672106-
CMYK0.190.3200.58
HSL264.71º19.1%34.9%-
HSV(B)264.71º32.08%41.57%-
XYZ8.767.6514.65-
YUV80.06142.64132.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=32.58%
G=27.27%
B=40.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86721060.190.3200.58264.7119.134.9
Hex56486A132003A1091323
Octal12611015223400724112343
Binary10101101001000110101010011100000011101010000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56486A; }

 p { color: rgb(86,72,106); }

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

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

 a { background-color: rgb(86,72,106); }

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

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

 span { border-color: rgb(86,72,106); }

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