COLOR #5A576E

HEX: #5A576E
RGB: (90,87,110)

Color info

#5A576E contains red, green and blue colors in about the same proportion. Web safe color of #5A576E is #666666 (or #666).

RGB color model

#5A576E color RGB value is (90,87,110).

  • red value is 90;
  • green value is 87;
  • blue value is 110.
RGB:
(90,87,110)
(35%,34%,43%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 110 of 255 = 43%

90
87
110

R + G + B ~ 37%. #5A576E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 110 = 287 (100%)
R 90 of 287 ~ 31.36%
G 87 of 287 ~ 30.31%
B 110 of 287 ~ 38.33%

%31.36
%30.31
%38.33

CMYK color model

#5A576E color CMYK value is (18,21,0,57).

  • cyan value is 18.18%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(18,21,0,57)
C18M21Y0K57 
(18%,21%,0%,57%)
(0.18/0.21/0.00/0.57)	

CMYK percentages

%18.18
%20.91
%0
%56.86

Codes

Color #5A576E in popluar color models

5A576E
RGB9087110
HSL248°11.68%38.63%
HSB/HSV248°20.91%43.14%
CMYK18.18%20.91%0.00%
56.86%

Color #5A576E in popluar number systems.

HEX5A576E
Decimal9087110
Binary101101010101111101110
Octal132127156

Shades and tints

Shades of #5A576E

#5A576E
(90,87,110)
#525064
(82,80,100)
#4A495A
(74,73,90)
#424250
(66,66,80)
#3A3B46
(58,59,70)
#32343C
(50,52,60)
#2A2D32
(42,45,50)
#222628
(34,38,40)
#1A1F1E
(26,31,30)
#121814
(18,24,20)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #5A576E

#5A576E
(90,87,110)
#69667B
(105,102,123)
#787588
(120,117,136)
#878495
(135,132,149)
#9693A2
(150,147,162)
#A5A2AF
(165,162,175)
#B4B1BC
(180,177,188)
#C3C0C9
(195,192,201)
#D2CFD6
(210,207,214)
#E1DEE3
(225,222,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A576E color. Also use rgb(90,87,110) instead hex code.

Text Font Color

.myTextColor { color: #5A576E; }

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

This text font color is #5A576E.


Background Color

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

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

This div background color is #5A576E.


Border color

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

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

This div border color is #5A576E.


Opacity

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

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

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

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

This text has shadow with #5A576E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A576E on black background.


Color preview on white background

This text has color #5A576E on white background.



Black color preview on #5A576E background

This text has black color on #5A576E background.


White color preview on #5A576E background

This text has white color on #5A576E background.