COLOR #5A4D5B

HEX: #5A4D5B RGB: (90,77,91)

Color info

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

RGB color model

#5A4D5B color RGB value is (90,77,91).

RGB: (90,77,91) (35%, 30%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 91 of 255 = 36%

90
77
91

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

Portions of RGB colors in percentages

R + G + B = 90 + 77 + 91 = 258 (100%)
R 90 of 258 ~ 34.88%
G 77 of 258 ~ 29.84%
B 91 of 258 ~ 35.27'%

%34.88
%29.84
%35.27

CMYK color model

#5A4D5B color CMYK value is (1,15,0,64).

  • cyan value is 1.10%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (1,15,0,64)
C1M15Y0K64 (1%, 15%, 0%, 64%)
(0.01 / 0.15 / 0.00 / 0.64)

CMYK percentages

%1.1
%15.38
%0
%64.31

Codes

Color #5A4D5B in popluar color models

5A 4D 5B
RGB 90 77 91
HSL 296° 8.33% 32.94%
HSB/HSV 296° 15.38% 35.69%
CMYK 1.10% 15.38% 0.00%
64.31%

Color #5A4D5B in popluar number systems.

HEX 5A 4D 5B
Decimal 90 77 91
Binary 1011010 1001101 1011011
Octal 132 115 133

Shades and tints

Shades of #5A4D5B

#5A4D5B
(90,77,91)
#524653
(82,70,83)
#4A3F4B
(74,63,75)
#423843
(66,56,67)
#3A313B
(58,49,59)
#322A33
(50,42,51)
#2A232B
(42,35,43)
#221C23
(34,28,35)
#1A151B
(26,21,27)
#120E13
(18,14,19)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #5A4D5B

#5A4D5B
(90,77,91)
#695D69
(105,93,105)
#786D77
(120,109,119)
#877D85
(135,125,133)
#968D93
(150,141,147)
#A59DA1
(165,157,161)
#B4ADAF
(180,173,175)
#C3BDBD
(195,189,189)
#D2CDCB
(210,205,203)
#E1DDD9
(225,221,217)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D5B; }

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

This text font color is #5A4D5B.

Background Color

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

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

This div background color is #5A4D5B.

Border color

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

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

This div border color is #5A4D5B.

Opacity

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

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

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

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

This text has shadow with #5A4D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4D5B.

Preview

Color preview on black background

This text has color #5A4D5B on black background.


Color preview on white background

This text has color #5A4D5B on white background.


Black color preview on #5A4D5B background

This text has black color on #5A4D5B background.


White color preview on #5A4D5B background

This text has white color on #5A4D5B background.


Related colors

Complementary color

Complementary color for #hex is #A5B2A4.


I love getcolorcode.com

Triadic colors

1 #5B5A4D and #4D5B5A with #5A4D5B are triadic colors.

2 #5B4D5A and #4D5A5B with #5A4D5B are triadic colors.