COLOR #5A4A6F

HEX: #5A4A6F RGB: (90,74,111)

Color info

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

RGB color model

#5A4A6F color RGB value is (90,74,111).

RGB: (90,74,111) (35%, 29%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 111 of 255 = 44%

90
74
111

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

Portions of RGB colors in percentages

R + G + B = 90 + 74 + 111 = 275 (100%)
R 90 of 275 ~ 32.73%
G 74 of 275 ~ 26.91%
B 111 of 275 ~ 40.36'%

%32.73
%26.91
%40.36

CMYK color model

#5A4A6F color CMYK value is (19,33,0,56).

  • cyan value is 18.92%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (19,33,0,56) C19M33Y0K56 (19%,33%,0%,56%) (0.19/0.33/0.00/0.56) 

CMYK percentages

%18.92
%33.33
%0
%56.47

Codes

Color #5A4A6F in popluar color models

5A 4A 6F
RGB 90 74 111
HSL 266° 20.00% 36.27%
HSB/HSV 266° 33.33% 43.53%
CMYK 18.92% 33.33% 0.00%
56.47%

Color #5A4A6F in popluar number systems.

HEX 5A 4A 6F
Decimal 90 74 111
Binary 1011010 1001010 1101111
Octal 132 112 157

Shades and tints

Shades of #5A4A6F

#5A4A6F
(90,74,111)
#524465
(82,68,101)
#4A3E5B
(74,62,91)
#423851
(66,56,81)
#3A3247
(58,50,71)
#322C3D
(50,44,61)
#2A2633
(42,38,51)
#222029
(34,32,41)
#1A1A1F
(26,26,31)
#121415
(18,20,21)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #5A4A6F

#5A4A6F
(90,74,111)
#695A7C
(105,90,124)
#786A89
(120,106,137)
#877A96
(135,122,150)
#968AA3
(150,138,163)
#A59AB0
(165,154,176)
#B4AABD
(180,170,189)
#C3BACA
(195,186,202)
#D2CAD7
(210,202,215)
#E1DAE4
(225,218,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4A6F color. Also use rgb(90,74,111) instead hex code.

Text Font Color

.myTextColor { color: #5A4A6F; }

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

This text font color is #5A4A6F.

Background Color

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

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

This div background color is #5A4A6F.

Border color

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

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

This div border color is #5A4A6F.

Opacity

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

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

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

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

This text has shadow with #5A4A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4A6F.

Preview

Color preview on black background

This text has color #5A4A6F on black background.


Color preview on white background

This text has color #5A4A6F on white background.


Black color preview on #5A4A6F background

This text has black color on #5A4A6F background.


White color preview on #5A4A6F background

This text has white color on #5A4A6F background.


Related colors

Complementary color

Complementary color for #hex is #A5B590.


I love getcolorcode.com

Triadic colors

1 #6F5A4A and #4A6F5A with #5A4A6F are triadic colors.

2 #6F4A5A and #4A5A6F with #5A4A6F are triadic colors.