COLOR #5A9EB7

HEX: #5A9EB7 RGB: (90,158,183)

Color info

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

RGB color model

#5A9EB7 color RGB value is (90,158,183).

RGB: (90,158,183) (35%, 62%, 72%)

RGB channels and saturation

R 90 of 255 = 35%
G 158 of 255 = 62%
B 183 of 255 = 72%

90
158
183

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

Portions of RGB colors in percentages

R + G + B = 90 + 158 + 183 = 431 (100%)
R 90 of 431 ~ 20.88%
G 158 of 431 ~ 36.66%
B 183 of 431 ~ 42.46'%

%20.88
%36.66
%42.46

CMYK color model

#5A9EB7 color CMYK value is (51,14,0,28).

  • cyan value is 50.82%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (51,14,0,28)
C51M14Y0K28 (51%, 14%, 0%, 28%)
(0.51 / 0.14 / 0.00 / 0.28)

CMYK percentages

%50.82
%13.66
%0
%28.24

Codes

Color #5A9EB7 in popluar color models

5A 9E B7
RGB 90 158 183
HSL 196° 39.24% 53.53%
HSB/HSV 196° 50.82% 71.76%
CMYK 50.82% 13.66% 0.00%
28.24%

Color #5A9EB7 in popluar number systems.

HEX 5A 9E B7
Decimal 90 158 183
Binary 1011010 10011110 10110111
Octal 132 236 267

Shades and tints

Shades of #5A9EB7

#5A9EB7
(90,158,183)
#5290A7
(82,144,167)
#4A8297
(74,130,151)
#427487
(66,116,135)
#3A6677
(58,102,119)
#325867
(50,88,103)
#2A4A57
(42,74,87)
#223C47
(34,60,71)
#1A2E37
(26,46,55)
#122027
(18,32,39)
#0A1217
(10,18,23)
#000000
(0,0,0)

Tints of #5A9EB7

#5A9EB7
(90,158,183)
#69A6BD
(105,166,189)
#78AEC3
(120,174,195)
#87B6C9
(135,182,201)
#96BECF
(150,190,207)
#A5C6D5
(165,198,213)
#B4CEDB
(180,206,219)
#C3D6E1
(195,214,225)
#D2DEE7
(210,222,231)
#E1E6ED
(225,230,237)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9EB7 color. Also use rgb(90,158,183) instead hex code.

Text Font Color

.myTextColor { color: #5A9EB7; }

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

This text font color is #5A9EB7.

Background Color

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

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

This div background color is #5A9EB7.

Border color

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

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

This div border color is #5A9EB7.

Opacity

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

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

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

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

This text has shadow with #5A9EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9EB7.

Preview

Color preview on black background

This text has color #5A9EB7 on black background.


Color preview on white background

This text has color #5A9EB7 on white background.


Black color preview on #5A9EB7 background

This text has black color on #5A9EB7 background.


White color preview on #5A9EB7 background

This text has white color on #5A9EB7 background.


Related colors

Complementary color

Complementary color for #hex is #A56148.


I love getcolorcode.com

Triadic colors

1 #B75A9E and #9EB75A with #5A9EB7 are triadic colors.

2 #B79E5A and #9E5AB7 with #5A9EB7 are triadic colors.