COLOR #5A7AA4

HEX: #5A7AA4 RGB: (90,122,164)

Color info

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

RGB color model

#5A7AA4 color RGB value is (90,122,164).

RGB: (90,122,164) (35%, 48%, 64%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 164 of 255 = 64%

90
122
164

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

Portions of RGB colors in percentages

R + G + B = 90 + 122 + 164 = 376 (100%)
R 90 of 376 ~ 23.94%
G 122 of 376 ~ 32.45%
B 164 of 376 ~ 43.62'%

%23.94
%32.45
%43.62

CMYK color model

#5A7AA4 color CMYK value is (45,26,0,36).

  • cyan value is 45.12%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (45,26,0,36)
C45M26Y0K36 (45%, 26%, 0%, 36%)
(0.45 / 0.26 / 0.00 / 0.36)

CMYK percentages

%45.12
%25.61
%0
%35.69

Codes

Color #5A7AA4 in popluar color models

5A 7A A4
RGB 90 122 164
HSL 214° 29.13% 49.80%
HSB/HSV 214° 45.12% 64.31%
CMYK 45.12% 25.61% 0.00%
35.69%

Color #5A7AA4 in popluar number systems.

HEX 5A 7A A4
Decimal 90 122 164
Binary 1011010 1111010 10100100
Octal 132 172 244

Shades and tints

Shades of #5A7AA4

#5A7AA4
(90,122,164)
#526F96
(82,111,150)
#4A6488
(74,100,136)
#42597A
(66,89,122)
#3A4E6C
(58,78,108)
#32435E
(50,67,94)
#2A3850
(42,56,80)
#222D42
(34,45,66)
#1A2234
(26,34,52)
#121726
(18,23,38)
#0A0C18
(10,12,24)
#000000
(0,0,0)

Tints of #5A7AA4

#5A7AA4
(90,122,164)
#6986AC
(105,134,172)
#7892B4
(120,146,180)
#879EBC
(135,158,188)
#96AAC4
(150,170,196)
#A5B6CC
(165,182,204)
#B4C2D4
(180,194,212)
#C3CEDC
(195,206,220)
#D2DAE4
(210,218,228)
#E1E6EC
(225,230,236)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7AA4 color. Also use rgb(90,122,164) instead hex code.

Text Font Color

.myTextColor { color: #5A7AA4; }

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

This text font color is #5A7AA4.

Background Color

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

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

This div background color is #5A7AA4.

Border color

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

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

This div border color is #5A7AA4.

Opacity

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

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

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

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

This text has shadow with #5A7AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7AA4.

Preview

Color preview on black background

This text has color #5A7AA4 on black background.


Color preview on white background

This text has color #5A7AA4 on white background.


Black color preview on #5A7AA4 background

This text has black color on #5A7AA4 background.


White color preview on #5A7AA4 background

This text has white color on #5A7AA4 background.


Related colors

Complementary color

Complementary color for #hex is #A5855B.


I love getcolorcode.com

Triadic colors

1 #A45A7A and #7AA45A with #5A7AA4 are triadic colors.

2 #A47A5A and #7A5AA4 with #5A7AA4 are triadic colors.