COLOR #5A4F84

HEX: #5A4F84 RGB: (90,79,132)

Color info

#5A4F84 contains red, green and blue colors in about the same proportion. Web safe color of #5A4F84 is #666699 (or #669).

RGB color model

#5A4F84 color RGB value is (90,79,132).

RGB: (90,79,132) (35%, 31%, 52%)

RGB channels and saturation

R 90 of 255 = 35%
G 79 of 255 = 31%
B 132 of 255 = 52%

90
79
132

R + G + B ~ 39%. #5A4F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 79 + 132 = 301 (100%)
R 90 of 301 ~ 29.9%
G 79 of 301 ~ 26.25%
B 132 of 301 ~ 43.85'%

%29.9
%26.25
%43.85

CMYK color model

#5A4F84 color CMYK value is (32,40,0,48).

  • cyan value is 31.82%
  • magenta value is 40.15%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (32,40,0,48)
C32M40Y0K48 (32%, 40%, 0%, 48%)
(0.32 / 0.40 / 0.00 / 0.48)

CMYK percentages

%31.82
%40.15
%0
%48.24

Codes

Color #5A4F84 in popluar color models

5A 4F 84
RGB 90 79 132
HSL 252° 25.12% 41.37%
HSB/HSV 252° 40.15% 51.76%
CMYK 31.82% 40.15% 0.00%
48.24%

Color #5A4F84 in popluar number systems.

HEX 5A 4F 84
Decimal 90 79 132
Binary 1011010 1001111 10000100
Octal 132 117 204

Shades and tints

Shades of #5A4F84

#5A4F84
(90,79,132)
#524878
(82,72,120)
#4A416C
(74,65,108)
#423A60
(66,58,96)
#3A3354
(58,51,84)
#322C48
(50,44,72)
#2A253C
(42,37,60)
#221E30
(34,30,48)
#1A1724
(26,23,36)
#121018
(18,16,24)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #5A4F84

#5A4F84
(90,79,132)
#695F8F
(105,95,143)
#786F9A
(120,111,154)
#877FA5
(135,127,165)
#968FB0
(150,143,176)
#A59FBB
(165,159,187)
#B4AFC6
(180,175,198)
#C3BFD1
(195,191,209)
#D2CFDC
(210,207,220)
#E1DFE7
(225,223,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4F84 color. Also use rgb(90,79,132) instead hex code.

Text Font Color

.myTextColor { color: #5A4F84; }

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

This text font color is #5A4F84.

Background Color

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

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

This div background color is #5A4F84.

Border color

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

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

This div border color is #5A4F84.

Opacity

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

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

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

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

This text has shadow with #5A4F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4F84.

Preview

Color preview on black background

This text has color #5A4F84 on black background.


Color preview on white background

This text has color #5A4F84 on white background.


Black color preview on #5A4F84 background

This text has black color on #5A4F84 background.


White color preview on #5A4F84 background

This text has white color on #5A4F84 background.


Related colors

Complementary color

Complementary color for #hex is #A5B07B.


I love getcolorcode.com

Triadic colors

1 #845A4F and #4F845A with #5A4F84 are triadic colors.

2 #844F5A and #4F5A84 with #5A4F84 are triadic colors.