COLOR #5A5675

HEX: #5A5675
RGB: (90,86,117)

Color info

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

RGB color model

#5A5675 color RGB value is (90,86,117).

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

RGB channels and saturation

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

90
86
117

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

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 117 = 293 (100%)
R 90 of 293 ~ 30.72%
G 86 of 293 ~ 29.35%
B 117 of 293 ~ 39.93%

%30.72
%29.35
%39.93

CMYK color model

#5A5675 color CMYK value is (23,26,0,54).

  • cyan value is 23.08%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(23,26,0,54)
C23M26Y0K54 
(23%,26%,0%,54%)
(0.23/0.26/0.00/0.54)	

CMYK percentages

%23.08
%26.5
%0
%54.12

Codes

Color #5A5675 in popluar color models

5A5675
RGB9086117
HSL248°15.27%39.80%
HSB/HSV248°26.50%45.88%
CMYK23.08%26.50%0.00%
54.12%

Color #5A5675 in popluar number systems.

HEX5A5675
Decimal9086117
Binary101101010101101110101
Octal132126165

Shades and tints

Shades of #5A5675

#5A5675
(90,86,117)
#524F6B
(82,79,107)
#4A4861
(74,72,97)
#424157
(66,65,87)
#3A3A4D
(58,58,77)
#323343
(50,51,67)
#2A2C39
(42,44,57)
#22252F
(34,37,47)
#1A1E25
(26,30,37)
#12171B
(18,23,27)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #5A5675

#5A5675
(90,86,117)
#696581
(105,101,129)
#78748D
(120,116,141)
#878399
(135,131,153)
#9692A5
(150,146,165)
#A5A1B1
(165,161,177)
#B4B0BD
(180,176,189)
#C3BFC9
(195,191,201)
#D2CED5
(210,206,213)
#E1DDE1
(225,221,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5675; }

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

This text font color is #5A5675.


Background Color

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

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

This div background color is #5A5675.


Border color

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

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

This div border color is #5A5675.


Opacity

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

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

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

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

This text has shadow with #5A5675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5675 on black background.


Color preview on white background

This text has color #5A5675 on white background.



Black color preview on #5A5675 background

This text has black color on #5A5675 background.


White color preview on #5A5675 background

This text has white color on #5A5675 background.