COLOR #5A3479

HEX: #5A3479 RGB: (90,52,121)

Color info

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

RGB color model

#5A3479 color RGB value is (90,52,121).

RGB: (90,52,121) (35%, 20%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 121 of 255 = 47%

90
52
121

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

Portions of RGB colors in percentages

R + G + B = 90 + 52 + 121 = 263 (100%)
R 90 of 263 ~ 34.22%
G 52 of 263 ~ 19.77%
B 121 of 263 ~ 46.01'%

%34.22
%19.77
%46.01

CMYK color model

#5A3479 color CMYK value is (26,57,0,53).

  • cyan value is 25.62%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (26,57,0,53)
C26M57Y0K53 (26%, 57%, 0%, 53%)
(0.26 / 0.57 / 0.00 / 0.53)

CMYK percentages

%25.62
%57.02
%0
%52.55

Codes

Color #5A3479 in popluar color models

5A 34 79
RGB 90 52 121
HSL 273° 39.88% 33.92%
HSB/HSV 273° 57.02% 47.45%
CMYK 25.62% 57.02% 0.00%
52.55%

Color #5A3479 in popluar number systems.

HEX 5A 34 79
Decimal 90 52 121
Binary 1011010 110100 1111001
Octal 132 64 171

Shades and tints

Shades of #5A3479

#5A3479
(90,52,121)
#52306E
(82,48,110)
#4A2C63
(74,44,99)
#422858
(66,40,88)
#3A244D
(58,36,77)
#322042
(50,32,66)
#2A1C37
(42,28,55)
#22182C
(34,24,44)
#1A1421
(26,20,33)
#121016
(18,16,22)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #5A3479

#5A3479
(90,52,121)
#694685
(105,70,133)
#785891
(120,88,145)
#876A9D
(135,106,157)
#967CA9
(150,124,169)
#A58EB5
(165,142,181)
#B4A0C1
(180,160,193)
#C3B2CD
(195,178,205)
#D2C4D9
(210,196,217)
#E1D6E5
(225,214,229)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3479 color. Also use rgb(90,52,121) instead hex code.

Text Font Color

.myTextColor { color: #5A3479; }

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

This text font color is #5A3479.

Background Color

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

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

This div background color is #5A3479.

Border color

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

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

This div border color is #5A3479.

Opacity

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

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

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

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

This text has shadow with #5A3479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3479.

Preview

Color preview on black background

This text has color #5A3479 on black background.


Color preview on white background

This text has color #5A3479 on white background.


Black color preview on #5A3479 background

This text has black color on #5A3479 background.


White color preview on #5A3479 background

This text has white color on #5A3479 background.


Related colors

Complementary color

Complementary color for #hex is #A5CB86.


I love getcolorcode.com

Triadic colors

1 #795A34 and #34795A with #5A3479 are triadic colors.

2 #79345A and #345A79 with #5A3479 are triadic colors.