COLOR #5AA0B8

HEX: #5AA0B8 RGB: (90,160,184)

Color info

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

RGB color model

#5AA0B8 color RGB value is (90,160,184).

RGB: (90,160,184) (35%, 63%, 72%)

RGB channels and saturation

R 90 of 255 = 35%
G 160 of 255 = 63%
B 184 of 255 = 72%

90
160
184

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

Portions of RGB colors in percentages

R + G + B = 90 + 160 + 184 = 434 (100%)
R 90 of 434 ~ 20.74%
G 160 of 434 ~ 36.87%
B 184 of 434 ~ 42.4'%

%20.74
%36.87
%42.4

CMYK color model

#5AA0B8 color CMYK value is (51,13,0,28).

  • cyan value is 51.09%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (51,13,0,28)
C51M13Y0K28 (51%, 13%, 0%, 28%)
(0.51 / 0.13 / 0.00 / 0.28)

CMYK percentages

%51.09
%13.04
%0
%27.84

Codes

Color #5AA0B8 in popluar color models

5A A0 B8
RGB 90 160 184
HSL 195° 39.83% 53.73%
HSB/HSV 195° 51.09% 72.16%
CMYK 51.09% 13.04% 0.00%
27.84%

Color #5AA0B8 in popluar number systems.

HEX 5A A0 B8
Decimal 90 160 184
Binary 1011010 10100000 10111000
Octal 132 240 270

Shades and tints

Shades of #5AA0B8

#5AA0B8
(90,160,184)
#5292A8
(82,146,168)
#4A8498
(74,132,152)
#427688
(66,118,136)
#3A6878
(58,104,120)
#325A68
(50,90,104)
#2A4C58
(42,76,88)
#223E48
(34,62,72)
#1A3038
(26,48,56)
#122228
(18,34,40)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #5AA0B8

#5AA0B8
(90,160,184)
#69A8BE
(105,168,190)
#78B0C4
(120,176,196)
#87B8CA
(135,184,202)
#96C0D0
(150,192,208)
#A5C8D6
(165,200,214)
#B4D0DC
(180,208,220)
#C3D8E2
(195,216,226)
#D2E0E8
(210,224,232)
#E1E8EE
(225,232,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA0B8 color. Also use rgb(90,160,184) instead hex code.

Text Font Color

.myTextColor { color: #5AA0B8; }

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

This text font color is #5AA0B8.

Background Color

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

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

This div background color is #5AA0B8.

Border color

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

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

This div border color is #5AA0B8.

Opacity

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

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

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

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

This text has shadow with #5AA0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA0B8.

Preview

Color preview on black background

This text has color #5AA0B8 on black background.


Color preview on white background

This text has color #5AA0B8 on white background.


Black color preview on #5AA0B8 background

This text has black color on #5AA0B8 background.


White color preview on #5AA0B8 background

This text has white color on #5AA0B8 background.


Related colors

Complementary color

Complementary color for #hex is #A55F47.


I love getcolorcode.com

Triadic colors

1 #B85AA0 and #A0B85A with #5AA0B8 are triadic colors.

2 #B8A05A and #A05AB8 with #5AA0B8 are triadic colors.