COLOR #5A4D5C

HEX: #5A4D5C RGB: (90,77,92)

Color info

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

RGB color model

#5A4D5C color RGB value is (90,77,92).

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

RGB channels and saturation

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

90
77
92

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

Portions of RGB colors in percentages

R + G + B = 90 + 77 + 92 = 259 (100%)
R 90 of 259 ~ 34.75%
G 77 of 259 ~ 29.73%
B 92 of 259 ~ 35.52'%

%34.75
%29.73
%35.52

CMYK color model

#5A4D5C color CMYK value is (2,16,0,64).

  • cyan value is 2.17%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (2,16,0,64)
C2M16Y0K64 (2%, 16%, 0%, 64%)
(0.02 / 0.16 / 0.00 / 0.64)

CMYK percentages

%2.17
%16.3
%0
%63.92

Codes

Color #5A4D5C in popluar color models

5A 4D 5C
RGB 90 77 92
HSL 292° 8.88% 33.14%
HSB/HSV 292° 16.30% 36.08%
CMYK 2.17% 16.30% 0.00%
63.92%

Color #5A4D5C in popluar number systems.

HEX 5A 4D 5C
Decimal 90 77 92
Binary 1011010 1001101 1011100
Octal 132 115 134

Shades and tints

Shades of #5A4D5C

#5A4D5C
(90,77,92)
#524654
(82,70,84)
#4A3F4C
(74,63,76)
#423844
(66,56,68)
#3A313C
(58,49,60)
#322A34
(50,42,52)
#2A232C
(42,35,44)
#221C24
(34,28,36)
#1A151C
(26,21,28)
#120E14
(18,14,20)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #5A4D5C

#5A4D5C
(90,77,92)
#695D6A
(105,93,106)
#786D78
(120,109,120)
#877D86
(135,125,134)
#968D94
(150,141,148)
#A59DA2
(165,157,162)
#B4ADB0
(180,173,176)
#C3BDBE
(195,189,190)
#D2CDCC
(210,205,204)
#E1DDDA
(225,221,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4D5C; }

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

This text font color is #5A4D5C.

Background Color

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

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

This div background color is #5A4D5C.

Border color

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

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

This div border color is #5A4D5C.

Opacity

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

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

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

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

This text has shadow with #5A4D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4D5C.

Preview

Color preview on black background

This text has color #5A4D5C on black background.


Color preview on white background

This text has color #5A4D5C on white background.


Black color preview on #5A4D5C background

This text has black color on #5A4D5C background.


White color preview on #5A4D5C background

This text has white color on #5A4D5C background.


Related colors

Complementary color

Complementary color for #hex is #A5B2A3.


I love getcolorcode.com

Triadic colors

1 #5C5A4D and #4D5C5A with #5A4D5C are triadic colors.

2 #5C4D5A and #4D5A5C with #5A4D5C are triadic colors.