COLOR #5A4059

HEX: #5A4059 RGB: (90,64,89)

Color info

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

RGB color model

#5A4059 color RGB value is (90,64,89).

RGB: (90,64,89) (35%, 25%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 89 of 255 = 35%

90
64
89

R + G + B ~ 32%. #5A4059 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 64 + 89 = 243 (100%)
R 90 of 243 ~ 37.04%
G 64 of 243 ~ 26.34%
B 89 of 243 ~ 36.63'%

%37.04
%26.34
%36.63

CMYK color model

#5A4059 color CMYK value is (0,29,1,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 1.11%
  • key color value is 64.71%

CMYK: (0,29,1,65)
C0M29Y1K65 (0%, 29%, 1%, 65%)
(0.00 / 0.29 / 0.01 / 0.65)

CMYK percentages

%0
%28.89
%1.11
%64.71

Codes

Color #5A4059 in popluar color models

5A 40 59
RGB 90 64 89
HSL 302° 16.88% 30.20%
HSB/HSV 302° 28.89% 35.29%
CMYK 0.00% 28.89% 1.11%
64.71%

Color #5A4059 in popluar number systems.

HEX 5A 40 59
Decimal 90 64 89
Binary 1011010 1000000 1011001
Octal 132 100 131

Shades and tints

Shades of #5A4059

#5A4059
(90,64,89)
#523B51
(82,59,81)
#4A3649
(74,54,73)
#423141
(66,49,65)
#3A2C39
(58,44,57)
#322731
(50,39,49)
#2A2229
(42,34,41)
#221D21
(34,29,33)
#1A1819
(26,24,25)
#121311
(18,19,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #5A4059

#5A4059
(90,64,89)
#695168
(105,81,104)
#786277
(120,98,119)
#877386
(135,115,134)
#968495
(150,132,149)
#A595A4
(165,149,164)
#B4A6B3
(180,166,179)
#C3B7C2
(195,183,194)
#D2C8D1
(210,200,209)
#E1D9E0
(225,217,224)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4059; }

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

This text font color is #5A4059.

Background Color

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

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

This div background color is #5A4059.

Border color

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

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

This div border color is #5A4059.

Opacity

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

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

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

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

This text has shadow with #5A4059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4059.

Preview

Color preview on black background

This text has color #5A4059 on black background.


Color preview on white background

This text has color #5A4059 on white background.


Black color preview on #5A4059 background

This text has black color on #5A4059 background.


White color preview on #5A4059 background

This text has white color on #5A4059 background.


Related colors

Complementary color

Complementary color for #hex is #A5BFA6.


I love getcolorcode.com

Triadic colors

1 #595A40 and #40595A with #5A4059 are triadic colors.

2 #59405A and #405A59 with #5A4059 are triadic colors.