Html Css Color HEX #56466A Mulled Wine

📋 copy color: '#56466A'

red 86 ◦ green 70 ◦ blue 106

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

Shades of Mulled Wine #56466A

Tints of Mulled Wine #56466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 32.82%
G = 26.72%
B = 40.46%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56466A (or 0x56466A) is known color: Mulled Wine. HEX triplet: 56, 46 and 6A. RGB value is (86,70,106). Sum of RGB (Red+Green+Blue) = 86+70+106=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #56466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56466A is #A9B995. Grayscale: #4E4E4E. Windows color (decimal): -11123094 or 6964822. OLE color: 6964822.

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

Color convert

RGB 86 70 106 -
CMYK 0.19 0.34 0 0.58
HSL 266.67º 0.2% 0.35% -
HSV(B) 266.67º 0.34% 0.42% -
XYZ 8.63 7.4 14.61 -
YUV 78.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 86 70 106 0.19 0.34 0 0.58 266.67 0.2 0.35
Hex 56 46 6A 13 22 0 3A 10B 14 23
Octal 126 106 152 23 42 0 72 413 24 43
Binary 1010110 1000110 1101010 10011 100010 0 111010 100001011 10100 100011

Color Harmonies of #56466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56466A

Black with #56466A

Text Example


Text Example

White with #56466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56466A;
 }
 .AnyTagClassName
 {
   color: #56466A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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