COLOR #5A657E

HEX: #5A657E
RGB: (90,101,126)

Color info

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

RGB color model

#5A657E color RGB value is (90,101,126).

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

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 126 of 255 = 49%

90
101
126

R + G + B ~ 41%. #5A657E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 101 + 126 = 317 (100%)
R 90 of 317 ~ 28.39%
G 101 of 317 ~ 31.86%
B 126 of 317 ~ 39.75%

%28.39
%31.86
%39.75

CMYK color model

#5A657E color CMYK value is (29,20,0,51).

  • cyan value is 28.57%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(29,20,0,51)
C29M20Y0K51 
(29%,20%,0%,51%)
(0.29/0.20/0.00/0.51)	

CMYK percentages

%28.57
%19.84
%0
%50.59

Codes

Color #5A657E in popluar color models

5A657E
RGB90101126
HSL222°16.67%42.35%
HSB/HSV222°28.57%49.41%
CMYK28.57%19.84%0.00%
50.59%

Color #5A657E in popluar number systems.

HEX5A657E
Decimal90101126
Binary101101011001011111110
Octal132145176

Shades and tints

Shades of #5A657E

#5A657E
(90,101,126)
#525C73
(82,92,115)
#4A5368
(74,83,104)
#424A5D
(66,74,93)
#3A4152
(58,65,82)
#323847
(50,56,71)
#2A2F3C
(42,47,60)
#222631
(34,38,49)
#1A1D26
(26,29,38)
#12141B
(18,20,27)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A657E

#5A657E
(90,101,126)
#697389
(105,115,137)
#788194
(120,129,148)
#878F9F
(135,143,159)
#969DAA
(150,157,170)
#A5ABB5
(165,171,181)
#B4B9C0
(180,185,192)
#C3C7CB
(195,199,203)
#D2D5D6
(210,213,214)
#E1E3E1
(225,227,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A657E; }

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

This text font color is #5A657E.


Background Color

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

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

This div background color is #5A657E.


Border color

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

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

This div border color is #5A657E.


Opacity

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

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

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

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

This text has shadow with #5A657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A657E on black background.


Color preview on white background

This text has color #5A657E on white background.



Black color preview on #5A657E background

This text has black color on #5A657E background.


White color preview on #5A657E background

This text has white color on #5A657E background.