Html Css Color HEX #56496D Mulled Wine

📋 copy color: '#56496D'

red 86 ◦ green 73 ◦ blue 109

#56496D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #56496D

Tints of Mulled Wine #56496D

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 value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56496D (or 0x56496D) is known color: 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

RGB 86 73 109 -
CMYK 0.21 0.33 0 0.57
HSL 261.67º 0.2% 0.36% -
HSV(B) 261.67º 0.33% 0.43% -
XYZ 8.98 7.85 15.51 -
YUV 80.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 86 73 109 0.21 0.33 0 0.57 261.67 0.2 0.36
Hex 56 49 6D 15 21 0 39 106 14 24
Octal 126 111 155 25 41 0 71 406 24 44
Binary 1010110 1001001 1101101 10101 100001 0 111001 100000110 10100 100100

Color Harmonies of #56496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56496D

Black with #56496D

Text Example


Text Example

White with #56496D

Text Example


Text Example

HTML Codes & Css Web 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>