COLOR #5A779B

HEX: #5A779B
RGB: (90,119,155)

Color info

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

RGB color model

#5A779B color RGB value is (90,119,155).

  • red value is 90;
  • green value is 119;
  • blue value is 155.
RGB:
(90,119,155)
(35%,47%,61%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 155 of 255 = 61%

90
119
155

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 155 = 364 (100%)
R 90 of 364 ~ 24.73%
G 119 of 364 ~ 32.69%
B 155 of 364 ~ 42.58%

%24.73
%32.69
%42.58

CMYK color model

#5A779B color CMYK value is (42,23,0,39).

  • cyan value is 41.94%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(42,23,0,39)
C42M23Y0K39 
(42%,23%,0%,39%)
(0.42/0.23/0.00/0.39)	

CMYK percentages

%41.94
%23.23
%0
%39.22

Codes

Color #5A779B in popluar color models

5A779B
RGB90119155
HSL213°26.53%48.04%
HSB/HSV213°41.94%60.78%
CMYK41.94%23.23%0.00%
39.22%

Color #5A779B in popluar number systems.

HEX5A779B
Decimal90119155
Binary1011010111011110011011
Octal132167233

Shades and tints

Shades of #5A779B

#5A779B
(90,119,155)
#526D8D
(82,109,141)
#4A637F
(74,99,127)
#425971
(66,89,113)
#3A4F63
(58,79,99)
#324555
(50,69,85)
#2A3B47
(42,59,71)
#223139
(34,49,57)
#1A272B
(26,39,43)
#121D1D
(18,29,29)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #5A779B

#5A779B
(90,119,155)
#6983A4
(105,131,164)
#788FAD
(120,143,173)
#879BB6
(135,155,182)
#96A7BF
(150,167,191)
#A5B3C8
(165,179,200)
#B4BFD1
(180,191,209)
#C3CBDA
(195,203,218)
#D2D7E3
(210,215,227)
#E1E3EC
(225,227,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A779B color. Also use rgb(90,119,155) instead hex code.

Text Font Color

.myTextColor { color: #5A779B; }

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

This text font color is #5A779B.


Background Color

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

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

This div background color is #5A779B.


Border color

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

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

This div border color is #5A779B.


Opacity

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

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

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

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

This text has shadow with #5A779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A779B on black background.


Color preview on white background

This text has color #5A779B on white background.



Black color preview on #5A779B background

This text has black color on #5A779B background.


White color preview on #5A779B background

This text has white color on #5A779B background.