COLOR #5A4052

HEX: #5A4052 RGB: (90,64,82)

Color info

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

RGB color model

#5A4052 color RGB value is (90,64,82).

RGB: (90,64,82) (35%, 25%, 32%)

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 82 of 255 = 32%

90
64
82

R + G + B ~ 31%. #5A4052 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 64 + 82 = 236 (100%)
R 90 of 236 ~ 38.14%
G 64 of 236 ~ 27.12%
B 82 of 236 ~ 34.75'%

%38.14
%27.12
%34.75

CMYK color model

#5A4052 color CMYK value is (0,29,9,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 8.89%
  • key color value is 64.71%
CMYK: (0,29,9,65) C0M29Y9K65 (0%,29%,9%,65%) (0.00/0.29/0.09/0.65) 

CMYK percentages

%0
%28.89
%8.89
%64.71

Codes

Color #5A4052 in popluar color models

5A 40 52
RGB 90 64 82
HSL 318° 16.88% 30.20%
HSB/HSV 318° 28.89% 35.29%
CMYK 0.00% 28.89% 8.89%
64.71%

Color #5A4052 in popluar number systems.

HEX 5A 40 52
Decimal 90 64 82
Binary 1011010 1000000 1010010
Octal 132 100 122

Shades and tints

Shades of #5A4052

#5A4052
(90,64,82)
#523B4B
(82,59,75)
#4A3644
(74,54,68)
#42313D
(66,49,61)
#3A2C36
(58,44,54)
#32272F
(50,39,47)
#2A2228
(42,34,40)
#221D21
(34,29,33)
#1A181A
(26,24,26)
#121313
(18,19,19)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A4052

#5A4052
(90,64,82)
#695161
(105,81,97)
#786270
(120,98,112)
#87737F
(135,115,127)
#96848E
(150,132,142)
#A5959D
(165,149,157)
#B4A6AC
(180,166,172)
#C3B7BB
(195,183,187)
#D2C8CA
(210,200,202)
#E1D9D9
(225,217,217)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4052 color. Also use rgb(90,64,82) instead hex code.

Text Font Color

.myTextColor { color: #5A4052; }

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

This text font color is #5A4052.

Background Color

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

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

This div background color is #5A4052.

Border color

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

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

This div border color is #5A4052.

Opacity

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

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

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

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

This text has shadow with #5A4052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4052.

Preview

Color preview on black background

This text has color #5A4052 on black background.


Color preview on white background

This text has color #5A4052 on white background.


Black color preview on #5A4052 background

This text has black color on #5A4052 background.


White color preview on #5A4052 background

This text has white color on #5A4052 background.


Related colors

Complementary color

Complementary color for #hex is #A5BFAD.


I love getcolorcode.com

Triadic colors

1 #525A40 and #40525A with #5A4052 are triadic colors.

2 #52405A and #405A52 with #5A4052 are triadic colors.