COLOR #5790A4

HEX: #5790A4 RGB: (87,144,164)

Color info

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

RGB color model

#5790A4 color RGB value is (87,144,164).

RGB: (87,144,164) (34%, 56%, 64%)

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 164 of 255 = 64%

87
144
164

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

Portions of RGB colors in percentages

R + G + B = 87 + 144 + 164 = 395 (100%)
R 87 of 395 ~ 22.03%
G 144 of 395 ~ 36.46%
B 164 of 395 ~ 41.52'%

%22.03
%36.46
%41.52

CMYK color model

#5790A4 color CMYK value is (47,12,0,36).

  • cyan value is 46.95%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (47,12,0,36)
C47M12Y0K36 (47%, 12%, 0%, 36%)
(0.47 / 0.12 / 0.00 / 0.36)

CMYK percentages

%46.95
%12.2
%0
%35.69

Codes

Color #5790A4 in popluar color models

57 90 A4
RGB 87 144 164
HSL 196° 30.68% 49.22%
HSB/HSV 196° 46.95% 64.31%
CMYK 46.95% 12.20% 0.00%
35.69%

Color #5790A4 in popluar number systems.

HEX 57 90 A4
Decimal 87 144 164
Binary 1010111 10010000 10100100
Octal 127 220 244

Shades and tints

Shades of #5790A4

#5790A4
(87,144,164)
#508396
(80,131,150)
#497688
(73,118,136)
#42697A
(66,105,122)
#3B5C6C
(59,92,108)
#344F5E
(52,79,94)
#2D4250
(45,66,80)
#263542
(38,53,66)
#1F2834
(31,40,52)
#181B26
(24,27,38)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #5790A4

#5790A4
(87,144,164)
#669AAC
(102,154,172)
#75A4B4
(117,164,180)
#84AEBC
(132,174,188)
#93B8C4
(147,184,196)
#A2C2CC
(162,194,204)
#B1CCD4
(177,204,212)
#C0D6DC
(192,214,220)
#CFE0E4
(207,224,228)
#DEEAEC
(222,234,236)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5790A4; }

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

This text font color is #5790A4.

Background Color

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

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

This div background color is #5790A4.

Border color

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

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

This div border color is #5790A4.

Opacity

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

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

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

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

This text has shadow with #5790A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5790A4.

Preview

Color preview on black background

This text has color #5790A4 on black background.


Color preview on white background

This text has color #5790A4 on white background.


Black color preview on #5790A4 background

This text has black color on #5790A4 background.


White color preview on #5790A4 background

This text has white color on #5790A4 background.


Related colors

Complementary color

Complementary color for #hex is #A86F5B.


I love getcolorcode.com

Triadic colors

1 #A45790 and #90A457 with #5790A4 are triadic colors.

2 #A49057 and #9057A4 with #5790A4 are triadic colors.