COLOR #5A537E

HEX: #5A537E
RGB: (90,83,126)

Color info

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

RGB color model

#5A537E color RGB value is (90,83,126).

  • red value is 90;
  • green value is 83;
  • blue value is 126.
RGB:
(90,83,126)
(35%,33%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 126 of 255 = 49%

90
83
126

R + G + B ~ 39%. #5A537E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 126 = 299 (100%)
R 90 of 299 ~ 30.1%
G 83 of 299 ~ 27.76%
B 126 of 299 ~ 42.14%

%30.1
%27.76
%42.14

CMYK color model

#5A537E color CMYK value is (29,34,0,51).

  • cyan value is 28.57%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(29,34,0,51)
C29M34Y0K51 
(29%,34%,0%,51%)
(0.29/0.34/0.00/0.51)	

CMYK percentages

%28.57
%34.13
%0
%50.59

Codes

Color #5A537E in popluar color models

5A537E
RGB9083126
HSL250°20.57%40.98%
HSB/HSV250°34.13%49.41%
CMYK28.57%34.13%0.00%
50.59%

Color #5A537E in popluar number systems.

HEX5A537E
Decimal9083126
Binary101101010100111111110
Octal132123176

Shades and tints

Shades of #5A537E

#5A537E
(90,83,126)
#524C73
(82,76,115)
#4A4568
(74,69,104)
#423E5D
(66,62,93)
#3A3752
(58,55,82)
#323047
(50,48,71)
#2A293C
(42,41,60)
#222231
(34,34,49)
#1A1B26
(26,27,38)
#12141B
(18,20,27)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A537E

#5A537E
(90,83,126)
#696289
(105,98,137)
#787194
(120,113,148)
#87809F
(135,128,159)
#968FAA
(150,143,170)
#A59EB5
(165,158,181)
#B4ADC0
(180,173,192)
#C3BCCB
(195,188,203)
#D2CBD6
(210,203,214)
#E1DAE1
(225,218,225)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A537E color. Also use rgb(90,83,126) instead hex code.

Text Font Color

.myTextColor { color: #5A537E; }

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

This text font color is #5A537E.


Background Color

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

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

This div background color is #5A537E.


Border color

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

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

This div border color is #5A537E.


Opacity

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

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

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

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

This text has shadow with #5A537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A537E on black background.


Color preview on white background

This text has color #5A537E on white background.



Black color preview on #5A537E background

This text has black color on #5A537E background.


White color preview on #5A537E background

This text has white color on #5A537E background.