COLOR #5A4573

HEX: #5A4573
RGB: (90,69,115)

Color info

#5A4573 contains red, green and blue colors in about the same proportion. Web safe color of #5A4573 is #663366 (or #636).

RGB color model

#5A4573 color RGB value is (90,69,115).

  • red value is 90;
  • green value is 69;
  • blue value is 115.
RGB:
(90,69,115)
(35%,27%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 69 of 255 = 27%
B 115 of 255 = 45%

90
69
115

R + G + B ~ 36%. #5A4573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 69 + 115 = 274 (100%)
R 90 of 274 ~ 32.85%
G 69 of 274 ~ 25.18%
B 115 of 274 ~ 41.97%

%32.85
%25.18
%41.97

CMYK color model

#5A4573 color CMYK value is (22,40,0,55).

  • cyan value is 21.74%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,40,0,55)
C22M40Y0K55 
(22%,40%,0%,55%)
(0.22/0.40/0.00/0.55)	

CMYK percentages

%21.74
%40
%0
%54.9

Codes

Color #5A4573 in popluar color models

5A4573
RGB9069115
HSL267°25.00%36.08%
HSB/HSV267°40.00%45.10%
CMYK21.74%40.00%0.00%
54.90%

Color #5A4573 in popluar number systems.

HEX5A4573
Decimal9069115
Binary101101010001011110011
Octal132105163

Shades and tints

Shades of #5A4573

#5A4573
(90,69,115)
#523F69
(82,63,105)
#4A395F
(74,57,95)
#423355
(66,51,85)
#3A2D4B
(58,45,75)
#322741
(50,39,65)
#2A2137
(42,33,55)
#221B2D
(34,27,45)
#1A1523
(26,21,35)
#120F19
(18,15,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #5A4573

#5A4573
(90,69,115)
#69557F
(105,85,127)
#78658B
(120,101,139)
#877597
(135,117,151)
#9685A3
(150,133,163)
#A595AF
(165,149,175)
#B4A5BB
(180,165,187)
#C3B5C7
(195,181,199)
#D2C5D3
(210,197,211)
#E1D5DF
(225,213,223)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4573 color. Also use rgb(90,69,115) instead hex code.

Text Font Color

.myTextColor { color: #5A4573; }

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

This text font color is #5A4573.


Background Color

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

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

This div background color is #5A4573.


Border color

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

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

This div border color is #5A4573.


Opacity

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

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

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

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

This text has shadow with #5A4573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4573 on black background.


Color preview on white background

This text has color #5A4573 on white background.



Black color preview on #5A4573 background

This text has black color on #5A4573 background.


White color preview on #5A4573 background

This text has white color on #5A4573 background.