COLOR #5A4783

HEX: #5A4783 RGB: (90,71,131)

Color info

#5A4783 contains mainly red and blue colors. Web safe color of #5A4783 is #663399 (or #639).

RGB color model

#5A4783 color RGB value is (90,71,131).

RGB: (90,71,131) (35%, 28%, 51%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 131 of 255 = 51%

90
71
131

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

Portions of RGB colors in percentages

R + G + B = 90 + 71 + 131 = 292 (100%)
R 90 of 292 ~ 30.82%
G 71 of 292 ~ 24.32%
B 131 of 292 ~ 44.86'%

%30.82
%24.32
%44.86

CMYK color model

#5A4783 color CMYK value is (31,46,0,49).

  • cyan value is 31.30%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (31,46,0,49)
C31M46Y0K49 (31%, 46%, 0%, 49%)
(0.31 / 0.46 / 0.00 / 0.49)

CMYK percentages

%31.3
%45.8
%0
%48.63

Codes

Color #5A4783 in popluar color models

5A 47 83
RGB 90 71 131
HSL 259° 29.70% 39.61%
HSB/HSV 259° 45.80% 51.37%
CMYK 31.30% 45.80% 0.00%
48.63%

Color #5A4783 in popluar number systems.

HEX 5A 47 83
Decimal 90 71 131
Binary 1011010 1000111 10000011
Octal 132 107 203

Shades and tints

Shades of #5A4783

#5A4783
(90,71,131)
#524178
(82,65,120)
#4A3B6D
(74,59,109)
#423562
(66,53,98)
#3A2F57
(58,47,87)
#32294C
(50,41,76)
#2A2341
(42,35,65)
#221D36
(34,29,54)
#1A172B
(26,23,43)
#121120
(18,17,32)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #5A4783

#5A4783
(90,71,131)
#69578E
(105,87,142)
#786799
(120,103,153)
#8777A4
(135,119,164)
#9687AF
(150,135,175)
#A597BA
(165,151,186)
#B4A7C5
(180,167,197)
#C3B7D0
(195,183,208)
#D2C7DB
(210,199,219)
#E1D7E6
(225,215,230)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4783 color. Also use rgb(90,71,131) instead hex code.

Text Font Color

.myTextColor { color: #5A4783; }

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

This text font color is #5A4783.

Background Color

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

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

This div background color is #5A4783.

Border color

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

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

This div border color is #5A4783.

Opacity

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

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

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

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

This text has shadow with #5A4783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4783.

Preview

Color preview on black background

This text has color #5A4783 on black background.


Color preview on white background

This text has color #5A4783 on white background.


Black color preview on #5A4783 background

This text has black color on #5A4783 background.


White color preview on #5A4783 background

This text has white color on #5A4783 background.


Related colors

Complementary color

Complementary color for #hex is #A5B87C.


I love getcolorcode.com

Triadic colors

1 #835A47 and #47835A with #5A4783 are triadic colors.

2 #83475A and #475A83 with #5A4783 are triadic colors.