COLOR #5A739F

HEX: #5A739F
RGB: (90,115,159)

Color info

#5A739F contains mainly green and blue colors. Web safe color of #5A739F is #666699 (or #669).

RGB color model

#5A739F color RGB value is (90,115,159).

  • red value is 90;
  • green value is 115;
  • blue value is 159.
RGB:
(90,115,159)
(35%,45%,62%)

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 159 of 255 = 62%

90
115
159

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 159 = 364 (100%)
R 90 of 364 ~ 24.73%
G 115 of 364 ~ 31.59%
B 159 of 364 ~ 43.68%

%24.73
%31.59
%43.68

CMYK color model

#5A739F color CMYK value is (43,28,0,38).

  • cyan value is 43.40%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(43,28,0,38)
C43M28Y0K38 
(43%,28%,0%,38%)
(0.43/0.28/0.00/0.38)	

CMYK percentages

%43.4
%27.67
%0
%37.65

Codes

Color #5A739F in popluar color models

5A739F
RGB90115159
HSL218°27.71%48.82%
HSB/HSV218°43.40%62.35%
CMYK43.40%27.67%0.00%
37.65%

Color #5A739F in popluar number systems.

HEX5A739F
Decimal90115159
Binary1011010111001110011111
Octal132163237

Shades and tints

Shades of #5A739F

#5A739F
(90,115,159)
#526991
(82,105,145)
#4A5F83
(74,95,131)
#425575
(66,85,117)
#3A4B67
(58,75,103)
#324159
(50,65,89)
#2A374B
(42,55,75)
#222D3D
(34,45,61)
#1A232F
(26,35,47)
#121921
(18,25,33)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A739F

#5A739F
(90,115,159)
#697FA7
(105,127,167)
#788BAF
(120,139,175)
#8797B7
(135,151,183)
#96A3BF
(150,163,191)
#A5AFC7
(165,175,199)
#B4BBCF
(180,187,207)
#C3C7D7
(195,199,215)
#D2D3DF
(210,211,223)
#E1DFE7
(225,223,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A739F color. Also use rgb(90,115,159) instead hex code.

Text Font Color

.myTextColor { color: #5A739F; }

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

This text font color is #5A739F.


Background Color

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

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

This div background color is #5A739F.


Border color

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

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

This div border color is #5A739F.


Opacity

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

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

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

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

This text has shadow with #5A739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A739F on black background.


Color preview on white background

This text has color #5A739F on white background.



Black color preview on #5A739F background

This text has black color on #5A739F background.


White color preview on #5A739F background

This text has white color on #5A739F background.