COLOR #5A5676

HEX: #5A5676
RGB: (90,86,118)

Color info

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

RGB color model

#5A5676 color RGB value is (90,86,118).

  • red value is 90;
  • green value is 86;
  • blue value is 118.
RGB:
(90,86,118)
(35%,34%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 118 of 255 = 46%

90
86
118

R + G + B ~ 38%. #5A5676 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 118 = 294 (100%)
R 90 of 294 ~ 30.61%
G 86 of 294 ~ 29.25%
B 118 of 294 ~ 40.14%

%30.61
%29.25
%40.14

CMYK color model

#5A5676 color CMYK value is (24,27,0,54).

  • cyan value is 23.73%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(24,27,0,54)
C24M27Y0K54 
(24%,27%,0%,54%)
(0.24/0.27/0.00/0.54)	

CMYK percentages

%23.73
%27.12
%0
%53.73

Codes

Color #5A5676 in popluar color models

5A5676
RGB9086118
HSL248°15.69%40.00%
HSB/HSV248°27.12%46.27%
CMYK23.73%27.12%0.00%
53.73%

Color #5A5676 in popluar number systems.

HEX5A5676
Decimal9086118
Binary101101010101101110110
Octal132126166

Shades and tints

Shades of #5A5676

#5A5676
(90,86,118)
#524F6C
(82,79,108)
#4A4862
(74,72,98)
#424158
(66,65,88)
#3A3A4E
(58,58,78)
#323344
(50,51,68)
#2A2C3A
(42,44,58)
#222530
(34,37,48)
#1A1E26
(26,30,38)
#12171C
(18,23,28)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #5A5676

#5A5676
(90,86,118)
#696582
(105,101,130)
#78748E
(120,116,142)
#87839A
(135,131,154)
#9692A6
(150,146,166)
#A5A1B2
(165,161,178)
#B4B0BE
(180,176,190)
#C3BFCA
(195,191,202)
#D2CED6
(210,206,214)
#E1DDE2
(225,221,226)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5676 color. Also use rgb(90,86,118) instead hex code.

Text Font Color

.myTextColor { color: #5A5676; }

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

This text font color is #5A5676.


Background Color

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

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

This div background color is #5A5676.


Border color

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

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

This div border color is #5A5676.


Opacity

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

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

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

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

This text has shadow with #5A5676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5676 on black background.


Color preview on white background

This text has color #5A5676 on white background.



Black color preview on #5A5676 background

This text has black color on #5A5676 background.


White color preview on #5A5676 background

This text has white color on #5A5676 background.