COLOR #56379A

HEX: #56379A
RGB: (86,55,154)

Color info

#56379A contains mainly blue color. Web safe color of #56379A is #663399 (or #639).

RGB color model

#56379A color RGB value is (86,55,154).

  • red value is 86;
  • green value is 55;
  • blue value is 154.
RGB:
(86,55,154)
(34%,22%,60%)

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 154 of 255 = 60%

86
55
154

R + G + B ~ 39%. #56379A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 154 = 295 (100%)
R 86 of 295 ~ 29.15%
G 55 of 295 ~ 18.64%
B 154 of 295 ~ 52.2%

%29.15
%18.64
%52.2

CMYK color model

#56379A color CMYK value is (44,64,0,40).

  • cyan value is 44.16%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(44,64,0,40)
C44M64Y0K40 
(44%,64%,0%,40%)
(0.44/0.64/0.00/0.40)	

CMYK percentages

%44.16
%64.29
%0
%39.61

Codes

Color #56379A in popluar color models

56379A
RGB8655154
HSL259°47.37%40.98%
HSB/HSV259°64.29%60.39%
CMYK44.16%64.29%0.00%
39.61%

Color #56379A in popluar number systems.

HEX56379A
Decimal8655154
Binary101011011011110011010
Octal12667232

Shades and tints

Shades of #56379A

#56379A
(86,55,154)
#4F328C
(79,50,140)
#482D7E
(72,45,126)
#412870
(65,40,112)
#3A2362
(58,35,98)
#331E54
(51,30,84)
#2C1946
(44,25,70)
#251438
(37,20,56)
#1E0F2A
(30,15,42)
#170A1C
(23,10,28)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #56379A

#56379A
(86,55,154)
#6549A3
(101,73,163)
#745BAC
(116,91,172)
#836DB5
(131,109,181)
#927FBE
(146,127,190)
#A191C7
(161,145,199)
#B0A3D0
(176,163,208)
#BFB5D9
(191,181,217)
#CEC7E2
(206,199,226)
#DDD9EB
(221,217,235)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56379A color. Also use rgb(86,55,154) instead hex code.

Text Font Color

.myTextColor { color: #56379A; }

<p style="color:#56379A">This sample text font color is #56379A.</p>

This text font color is #56379A.


Background Color

.myBgColor { background-color: #56379A; }

<div style="background-color:#56379A">Inner text</div>

This div background color is #56379A.


Border color

.myBorderColor { border: 1px solid #56379A; }

<div style="border:3px solid #56379A">Div</div>

This div border color is #56379A.


Opacity

.myOpacity80 { color: #56379A; opacity: 0.8; }

<p style="color:#56379A;opacity:0.8;">80%</p>

Text with #56379A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #56379A;}

<p style="text-shadow: 3px 3px 1px #56379A">Text here.</p>

This text has shadow with #56379A color.

.textShadow {text-shadow: 3px 3px 1px #56379A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #56379A, 5px 5px 20px red">Text here.</p>

This text has shadow with #56379A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#56379A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#56379A, Direction=45, Strength=4)">Text</p>

This text has shadow with #56379A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #56379A;
  -webkit-box-shadow:	1px 1px 3px 2px #56379A;
  box-shadow:		1px 1px 3px 2px #56379A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56379A;
-webkit-box-shadow: 1px 1px 3px 2px #56379A;
box-shadow:1px 1px 3px 2px #56379A;">
Div content here</div>
This div box has shadow with color #56379A.

Preview

Color preview on black background

This text has color #56379A on black background.


Color preview on white background

This text has color #56379A on white background.



Black color preview on #56379A background

This text has black color on #56379A background.


White color preview on #56379A background

This text has white color on #56379A background.