COLOR #5A4D7D

HEX: #5A4D7D RGB: (90,77,125)

Color info

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

RGB color model

#5A4D7D color RGB value is (90,77,125).

RGB: (90,77,125) (35%, 30%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 125 of 255 = 49%

90
77
125

R + G + B ~ 38%. #5A4D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 77 + 125 = 292 (100%)
R 90 of 292 ~ 30.82%
G 77 of 292 ~ 26.37%
B 125 of 292 ~ 42.81'%

%30.82
%26.37
%42.81

CMYK color model

#5A4D7D color CMYK value is (28,38,0,51).

  • cyan value is 28.00%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (28,38,0,51) C28M38Y0K51 (28%,38%,0%,51%) (0.28/0.38/0.00/0.51) 

CMYK percentages

%28
%38.4
%0
%50.98

Codes

Color #5A4D7D in popluar color models

5A 4D 7D
RGB 90 77 125
HSL 256° 23.76% 39.61%
HSB/HSV 256° 38.40% 49.02%
CMYK 28.00% 38.40% 0.00%
50.98%

Color #5A4D7D in popluar number systems.

HEX 5A 4D 7D
Decimal 90 77 125
Binary 1011010 1001101 1111101
Octal 132 115 175

Shades and tints

Shades of #5A4D7D

#5A4D7D
(90,77,125)
#524672
(82,70,114)
#4A3F67
(74,63,103)
#42385C
(66,56,92)
#3A3151
(58,49,81)
#322A46
(50,42,70)
#2A233B
(42,35,59)
#221C30
(34,28,48)
#1A1525
(26,21,37)
#120E1A
(18,14,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #5A4D7D

#5A4D7D
(90,77,125)
#695D88
(105,93,136)
#786D93
(120,109,147)
#877D9E
(135,125,158)
#968DA9
(150,141,169)
#A59DB4
(165,157,180)
#B4ADBF
(180,173,191)
#C3BDCA
(195,189,202)
#D2CDD5
(210,205,213)
#E1DDE0
(225,221,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4D7D color. Also use rgb(90,77,125) instead hex code.

Text Font Color

.myTextColor { color: #5A4D7D; }

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

This text font color is #5A4D7D.

Background Color

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

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

This div background color is #5A4D7D.

Border color

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

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

This div border color is #5A4D7D.

Opacity

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

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

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

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

This text has shadow with #5A4D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4D7D.

Preview

Color preview on black background

This text has color #5A4D7D on black background.


Color preview on white background

This text has color #5A4D7D on white background.


Black color preview on #5A4D7D background

This text has black color on #5A4D7D background.


White color preview on #5A4D7D background

This text has white color on #5A4D7D background.


Related colors

Complementary color

Complementary color for #hex is #A5B282.


I love getcolorcode.com

Triadic colors

1 #7D5A4D and #4D7D5A with #5A4D7D are triadic colors.

2 #7D4D5A and #4D5A7D with #5A4D7D are triadic colors.