Html Css Color HEX #56496C Mulled Wine

📋 copy color: '#56496C'

red 86 ◦ green 73 ◦ blue 108

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

Shades of Mulled Wine #56496C

Tints of Mulled Wine #56496C

RGB

 RED value IS 86 (33.98% from 255) = 32.21%

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 32.21%
G = 27.34%
B = 40.45%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56496C (or 0x56496C) is known color: Mulled Wine. HEX triplet: 56, 49 and 6C. RGB value is (86,73,108). Sum of RGB (Red+Green+Blue) = 86+73+108=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #56496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56496C is #A9B693. Grayscale: #505050. Windows color (decimal): -11122324 or 7096662. OLE color: 7096662.

HSL color Cylindrical-coordinate representation of color #56496C: hue angle of 262.29º 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 #56496C is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 73 108 -
CMYK 0.20 0.32 0 0.58
HSL 262.29º 0.19% 0.35% -
HSV(B) 262.29º 0.32% 0.42% -
XYZ 8.93 7.83 15.23 -
YUV 80.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 86 73 108 0.20 0.32 0 0.58 262.29 0.19 0.35
Hex 56 49 6C 14 20 0 3A 106 13 23
Octal 126 111 154 24 40 0 72 406 23 43
Binary 1010110 1001001 1101100 10100 100000 0 111010 100000110 10011 100011

Color Harmonies of #56496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56496C

Black with #56496C

Text Example


Text Example

White with #56496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56496C;
 }
 .AnyTagClassName
 {
   color: #56496C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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