COLOR #5A9AD5

HEX: #5A9AD5 RGB: (90,154,213)

Color info

#5A9AD5 contains mainly green and blue colors. Web safe color of #5A9AD5 is #6699CC (or #69C).

RGB color model

#5A9AD5 color RGB value is (90,154,213).

RGB: (90,154,213) (35%, 60%, 84%)

RGB channels and saturation

R 90 of 255 = 35%
G 154 of 255 = 60%
B 213 of 255 = 84%

90
154
213

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

Portions of RGB colors in percentages

R + G + B = 90 + 154 + 213 = 457 (100%)
R 90 of 457 ~ 19.69%
G 154 of 457 ~ 33.7%
B 213 of 457 ~ 46.61'%

%19.69
%33.7
%46.61

CMYK color model

#5A9AD5 color CMYK value is (58,28,0,16).

  • cyan value is 57.75%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (58,28,0,16)
C58M28Y0K16 (58%, 28%, 0%, 16%)
(0.58 / 0.28 / 0.00 / 0.16)

CMYK percentages

%57.75
%27.7
%0
%16.47

Codes

Color #5A9AD5 in popluar color models

5A 9A D5
RGB 90 154 213
HSL 209° 59.42% 59.41%
HSB/HSV 209° 57.75% 83.53%
CMYK 57.75% 27.70% 0.00%
16.47%

Color #5A9AD5 in popluar number systems.

HEX 5A 9A D5
Decimal 90 154 213
Binary 1011010 10011010 11010101
Octal 132 232 325

Shades and tints

Shades of #5A9AD5

#5A9AD5
(90,154,213)
#528CC2
(82,140,194)
#4A7EAF
(74,126,175)
#42709C
(66,112,156)
#3A6289
(58,98,137)
#325476
(50,84,118)
#2A4663
(42,70,99)
#223850
(34,56,80)
#1A2A3D
(26,42,61)
#121C2A
(18,28,42)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #5A9AD5

#5A9AD5
(90,154,213)
#69A3D8
(105,163,216)
#78ACDB
(120,172,219)
#87B5DE
(135,181,222)
#96BEE1
(150,190,225)
#A5C7E4
(165,199,228)
#B4D0E7
(180,208,231)
#C3D9EA
(195,217,234)
#D2E2ED
(210,226,237)
#E1EBF0
(225,235,240)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9AD5 color. Also use rgb(90,154,213) instead hex code.

Text Font Color

.myTextColor { color: #5A9AD5; }

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

This text font color is #5A9AD5.

Background Color

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

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

This div background color is #5A9AD5.

Border color

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

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

This div border color is #5A9AD5.

Opacity

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

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

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

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

This text has shadow with #5A9AD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9AD5.

Preview

Color preview on black background

This text has color #5A9AD5 on black background.


Color preview on white background

This text has color #5A9AD5 on white background.


Black color preview on #5A9AD5 background

This text has black color on #5A9AD5 background.


White color preview on #5A9AD5 background

This text has white color on #5A9AD5 background.


Related colors

Complementary color

Complementary color for #hex is #A5652A.


I love getcolorcode.com

Triadic colors

1 #D55A9A and #9AD55A with #5A9AD5 are triadic colors.

2 #D59A5A and #9A5AD5 with #5A9AD5 are triadic colors.