COLOR #5790A6

HEX: #5790A6 RGB: (87,144,166)

Color info

#5790A6 contains mainly green and blue colors. Web safe color of #5790A6 is #669999 (or #699).

RGB color model

#5790A6 color RGB value is (87,144,166).

RGB: (87,144,166) (34%, 56%, 65%)

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 166 of 255 = 65%

87
144
166

R + G + B ~ 52%. #5790A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 144 + 166 = 397 (100%)
R 87 of 397 ~ 21.91%
G 144 of 397 ~ 36.27%
B 166 of 397 ~ 41.81'%

%21.91
%36.27
%41.81

CMYK color model

#5790A6 color CMYK value is (48,13,0,35).

  • cyan value is 47.59%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (48,13,0,35)
C48M13Y0K35 (48%, 13%, 0%, 35%)
(0.48 / 0.13 / 0.00 / 0.35)

CMYK percentages

%47.59
%13.25
%0
%34.9

Codes

Color #5790A6 in popluar color models

57 90 A6
RGB 87 144 166
HSL 197° 31.23% 49.61%
HSB/HSV 197° 47.59% 65.10%
CMYK 47.59% 13.25% 0.00%
34.90%

Color #5790A6 in popluar number systems.

HEX 57 90 A6
Decimal 87 144 166
Binary 1010111 10010000 10100110
Octal 127 220 246

Shades and tints

Shades of #5790A6

#5790A6
(87,144,166)
#508397
(80,131,151)
#497688
(73,118,136)
#426979
(66,105,121)
#3B5C6A
(59,92,106)
#344F5B
(52,79,91)
#2D424C
(45,66,76)
#26353D
(38,53,61)
#1F282E
(31,40,46)
#181B1F
(24,27,31)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #5790A6

#5790A6
(87,144,166)
#669AAE
(102,154,174)
#75A4B6
(117,164,182)
#84AEBE
(132,174,190)
#93B8C6
(147,184,198)
#A2C2CE
(162,194,206)
#B1CCD6
(177,204,214)
#C0D6DE
(192,214,222)
#CFE0E6
(207,224,230)
#DEEAEE
(222,234,238)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5790A6 color. Also use rgb(87,144,166) instead hex code.

Text Font Color

.myTextColor { color: #5790A6; }

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

This text font color is #5790A6.

Background Color

.myBgColor { background-color: #5790A6; }

<div style="background-color:#5790A6">Inner text</div>

This div background color is #5790A6.

Border color

.myBorderColor { border: 1px solid #5790A6; }

<div style="border:3px solid #5790A6">Div</div>

This div border color is #5790A6.

Opacity

.myOpacity80 { color: #5790A6; opacity: 0.8; }

<p style="color:#5790A6;opacity:0.8;">80%</p>

Text with #5790A6 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 #5790A6;}

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

This text has shadow with #5790A6 color.


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

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

This text has shadow with #5790A6 primary color and red secondary color.


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

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

This text has shadow with #5790A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5790A6.

Preview

Color preview on black background

This text has color #5790A6 on black background.


Color preview on white background

This text has color #5790A6 on white background.


Black color preview on #5790A6 background

This text has black color on #5790A6 background.


White color preview on #5790A6 background

This text has white color on #5790A6 background.


Related colors

Complementary color

Complementary color for #hex is #A86F59.


I love getcolorcode.com

Triadic colors

1 #A65790 and #90A657 with #5790A6 are triadic colors.

2 #A69057 and #9057A6 with #5790A6 are triadic colors.