COLOR #5A8EB9

HEX: #5A8EB9 RGB: (90,142,185)

Color info

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

RGB color model

#5A8EB9 color RGB value is (90,142,185).

RGB: (90,142,185) (35%, 56%, 73%)

RGB channels and saturation

R 90 of 255 = 35%
G 142 of 255 = 56%
B 185 of 255 = 73%

90
142
185

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

Portions of RGB colors in percentages

R + G + B = 90 + 142 + 185 = 417 (100%)
R 90 of 417 ~ 21.58%
G 142 of 417 ~ 34.05%
B 185 of 417 ~ 44.36'%

%21.58
%34.05
%44.36

CMYK color model

#5A8EB9 color CMYK value is (51,23,0,27).

  • cyan value is 51.35%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (51,23,0,27)
C51M23Y0K27 (51%, 23%, 0%, 27%)
(0.51 / 0.23 / 0.00 / 0.27)

CMYK percentages

%51.35
%23.24
%0
%27.45

Codes

Color #5A8EB9 in popluar color models

5A 8E B9
RGB 90 142 185
HSL 207° 40.43% 53.92%
HSB/HSV 207° 51.35% 72.55%
CMYK 51.35% 23.24% 0.00%
27.45%

Color #5A8EB9 in popluar number systems.

HEX 5A 8E B9
Decimal 90 142 185
Binary 1011010 10001110 10111001
Octal 132 216 271

Shades and tints

Shades of #5A8EB9

#5A8EB9
(90,142,185)
#5282A9
(82,130,169)
#4A7699
(74,118,153)
#426A89
(66,106,137)
#3A5E79
(58,94,121)
#325269
(50,82,105)
#2A4659
(42,70,89)
#223A49
(34,58,73)
#1A2E39
(26,46,57)
#122229
(18,34,41)
#0A1619
(10,22,25)
#000000
(0,0,0)

Tints of #5A8EB9

#5A8EB9
(90,142,185)
#6998BF
(105,152,191)
#78A2C5
(120,162,197)
#87ACCB
(135,172,203)
#96B6D1
(150,182,209)
#A5C0D7
(165,192,215)
#B4CADD
(180,202,221)
#C3D4E3
(195,212,227)
#D2DEE9
(210,222,233)
#E1E8EF
(225,232,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8EB9 color. Also use rgb(90,142,185) instead hex code.

Text Font Color

.myTextColor { color: #5A8EB9; }

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

This text font color is #5A8EB9.

Background Color

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

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

This div background color is #5A8EB9.

Border color

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

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

This div border color is #5A8EB9.

Opacity

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

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

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

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

This text has shadow with #5A8EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8EB9.

Preview

Color preview on black background

This text has color #5A8EB9 on black background.


Color preview on white background

This text has color #5A8EB9 on white background.


Black color preview on #5A8EB9 background

This text has black color on #5A8EB9 background.


White color preview on #5A8EB9 background

This text has white color on #5A8EB9 background.


Related colors

Complementary color

Complementary color for #hex is #A57146.


I love getcolorcode.com

Triadic colors

1 #B95A8E and #8EB95A with #5A8EB9 are triadic colors.

2 #B98E5A and #8E5AB9 with #5A8EB9 are triadic colors.