COLOR #5A3776

HEX: #5A3776
RGB: (90,55,118)

Color info

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

RGB color model

#5A3776 color RGB value is (90,55,118).

  • red value is 90;
  • green value is 55;
  • blue value is 118.
RGB:
(90,55,118)
(35%,22%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 118 of 255 = 46%

90
55
118

R + G + B ~ 34%. #5A3776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 118 = 263 (100%)
R 90 of 263 ~ 34.22%
G 55 of 263 ~ 20.91%
B 118 of 263 ~ 44.87%

%34.22
%20.91
%44.87

CMYK color model

#5A3776 color CMYK value is (24,53,0,54).

  • cyan value is 23.73%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(24,53,0,54)
C24M53Y0K54 
(24%,53%,0%,54%)
(0.24/0.53/0.00/0.54)	

CMYK percentages

%23.73
%53.39
%0
%53.73

Codes

Color #5A3776 in popluar color models

5A3776
RGB9055118
HSL273°36.42%33.92%
HSB/HSV273°53.39%46.27%
CMYK23.73%53.39%0.00%
53.73%

Color #5A3776 in popluar number systems.

HEX5A3776
Decimal9055118
Binary10110101101111110110
Octal13267166

Shades and tints

Shades of #5A3776

#5A3776
(90,55,118)
#52326C
(82,50,108)
#4A2D62
(74,45,98)
#422858
(66,40,88)
#3A234E
(58,35,78)
#321E44
(50,30,68)
#2A193A
(42,25,58)
#221430
(34,20,48)
#1A0F26
(26,15,38)
#120A1C
(18,10,28)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #5A3776

#5A3776
(90,55,118)
#694982
(105,73,130)
#785B8E
(120,91,142)
#876D9A
(135,109,154)
#967FA6
(150,127,166)
#A591B2
(165,145,178)
#B4A3BE
(180,163,190)
#C3B5CA
(195,181,202)
#D2C7D6
(210,199,214)
#E1D9E2
(225,217,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3776 color. Also use rgb(90,55,118) instead hex code.

Text Font Color

.myTextColor { color: #5A3776; }

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

This text font color is #5A3776.


Background Color

.myBgColor { background-color: #5A3776; }

<div style="background-color:#5A3776">Inner text</div>

This div background color is #5A3776.


Border color

.myBorderColor { border: 1px solid #5A3776; }

<div style="border:3px solid #5A3776">Div</div>

This div border color is #5A3776.


Opacity

.myOpacity80 { color: #5A3776; opacity: 0.8; }

<p style="color:#5A3776;opacity:0.8;">80%</p>

Text with #5A3776 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 #5A3776;}

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

This text has shadow with #5A3776 color.

.textShadow {text-shadow: 3px 3px 1px #5A3776, 3px 3px 1px red;}

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

This text has shadow with #5A3776 primary color and red secondary color.


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

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

This text has shadow with #5A3776 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3776 on black background.


Color preview on white background

This text has color #5A3776 on white background.



Black color preview on #5A3776 background

This text has black color on #5A3776 background.


White color preview on #5A3776 background

This text has white color on #5A3776 background.