#56496D

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

Shades of Mulled Wine #56496D

Tints of Mulled Wine #56496D

Color information

#56496D (or 0x56496D) is unknown color: approx Mulled Wine. HEX triplet: 56, 49 and 6D. RGB value is (86,73,109). Sum of RGB (Red+Green+Blue) = 86+73+109=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #56496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56496D is #A9B692. Grayscale: #505050. Windows color (decimal): -11122323 or 7162198. OLE color: 7162198.

HSL color Cylindrical-coordinate representation of color #56496D: hue angle of 261.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56496D is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8673109-
CMYK0.210.3300.57
HSL261.67º19.78%35.69%-
HSV(B)261.67º33.03%42.75%-
XYZ8.987.8515.51-
YUV80.99143.81131.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=32.09%
G=27.24%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86731090.210.3300.57261.6719.7835.69
Hex56496D15210391061424
Octal12611115525410714062444
Binary10101101001001110110110101100001011100110000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56496D; }

 p { color: rgb(86,73,109); }

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

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

 a { background-color: rgb(86,73,109); }

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

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

 span { border-color: rgb(86,73,109); }

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