COLOR #56377A

HEX: #56377A
RGB: (86,55,122)

Color info

#56377A contains mainly red and blue colors. Web safe color of #56377A is #663366 (or #636).

RGB color model

#56377A color RGB value is (86,55,122).

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

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 122 of 255 = 48%

86
55
122

R + G + B ~ 35%. #56377A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 122 = 263 (100%)
R 86 of 263 ~ 32.7%
G 55 of 263 ~ 20.91%
B 122 of 263 ~ 46.39%

%32.7
%20.91
%46.39

CMYK color model

#56377A color CMYK value is (30,55,0,52).

  • cyan value is 29.51%
  • magenta value is 54.92%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,55,0,52)
C30M55Y0K52 
(30%,55%,0%,52%)
(0.30/0.55/0.00/0.52)	

CMYK percentages

%29.51
%54.92
%0
%52.16

Codes

Color #56377A in popluar color models

56377A
RGB8655122
HSL268°37.85%34.71%
HSB/HSV268°54.92%47.84%
CMYK29.51%54.92%0.00%
52.16%

Color #56377A in popluar number systems.

HEX56377A
Decimal8655122
Binary10101101101111111010
Octal12667172

Shades and tints

Shades of #56377A

#56377A
(86,55,122)
#4F326F
(79,50,111)
#482D64
(72,45,100)
#412859
(65,40,89)
#3A234E
(58,35,78)
#331E43
(51,30,67)
#2C1938
(44,25,56)
#25142D
(37,20,45)
#1E0F22
(30,15,34)
#170A17
(23,10,23)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #56377A

#56377A
(86,55,122)
#654986
(101,73,134)
#745B92
(116,91,146)
#836D9E
(131,109,158)
#927FAA
(146,127,170)
#A191B6
(161,145,182)
#B0A3C2
(176,163,194)
#BFB5CE
(191,181,206)
#CEC7DA
(206,199,218)
#DDD9E6
(221,217,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56377A; }

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

This text font color is #56377A.


Background Color

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

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

This div background color is #56377A.


Border color

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

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

This div border color is #56377A.


Opacity

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

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

Text with #56377A 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 #56377A;}

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

This text has shadow with #56377A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56377A on black background.


Color preview on white background

This text has color #56377A on white background.



Black color preview on #56377A background

This text has black color on #56377A background.


White color preview on #56377A background

This text has white color on #56377A background.