COLOR #5A7796

HEX: #5A7796 RGB: (90,119,150)

Color info

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

RGB color model

#5A7796 color RGB value is (90,119,150).

RGB: (90,119,150) (35%, 47%, 59%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 150 of 255 = 59%

90
119
150

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

Portions of RGB colors in percentages

R + G + B = 90 + 119 + 150 = 359 (100%)
R 90 of 359 ~ 25.07%
G 119 of 359 ~ 33.15%
B 150 of 359 ~ 41.78'%

%25.07
%33.15
%41.78

CMYK color model

#5A7796 color CMYK value is (40,21,0,41).

  • cyan value is 40.00%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (40,21,0,41) C40M21Y0K41 (40%,21%,0%,41%) (0.40/0.21/0.00/0.41) 

CMYK percentages

%40
%20.67
%0
%41.18

Codes

Color #5A7796 in popluar color models

5A 77 96
RGB 90 119 150
HSL 211° 25.00% 47.06%
HSB/HSV 211° 40.00% 58.82%
CMYK 40.00% 20.67% 0.00%
41.18%

Color #5A7796 in popluar number systems.

HEX 5A 77 96
Decimal 90 119 150
Binary 1011010 1110111 10010110
Octal 132 167 226

Shades and tints

Shades of #5A7796

#5A7796
(90,119,150)
#526D89
(82,109,137)
#4A637C
(74,99,124)
#42596F
(66,89,111)
#3A4F62
(58,79,98)
#324555
(50,69,85)
#2A3B48
(42,59,72)
#22313B
(34,49,59)
#1A272E
(26,39,46)
#121D21
(18,29,33)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #5A7796

#5A7796
(90,119,150)
#69839F
(105,131,159)
#788FA8
(120,143,168)
#879BB1
(135,155,177)
#96A7BA
(150,167,186)
#A5B3C3
(165,179,195)
#B4BFCC
(180,191,204)
#C3CBD5
(195,203,213)
#D2D7DE
(210,215,222)
#E1E3E7
(225,227,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7796; }

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

This text font color is #5A7796.

Background Color

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

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

This div background color is #5A7796.

Border color

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

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

This div border color is #5A7796.

Opacity

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

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

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

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

This text has shadow with #5A7796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7796.

Preview

Color preview on black background

This text has color #5A7796 on black background.


Color preview on white background

This text has color #5A7796 on white background.


Black color preview on #5A7796 background

This text has black color on #5A7796 background.


White color preview on #5A7796 background

This text has white color on #5A7796 background.


Related colors

Complementary color

Complementary color for #hex is #A58869.


I love getcolorcode.com

Triadic colors

1 #965A77 and #77965A with #5A7796 are triadic colors.

2 #96775A and #775A96 with #5A7796 are triadic colors.