COLOR #5A8EAC

HEX: #5A8EAC RGB: (90,142,172)

Color info

#5A8EAC contains mainly green and blue colors. Web safe color of #5A8EAC is #669999 (or #699).

RGB color model

#5A8EAC color RGB value is (90,142,172).

RGB: (90,142,172) (35%, 56%, 67%)

RGB channels and saturation

R 90 of 255 = 35%
G 142 of 255 = 56%
B 172 of 255 = 67%

90
142
172

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

Portions of RGB colors in percentages

R + G + B = 90 + 142 + 172 = 404 (100%)
R 90 of 404 ~ 22.28%
G 142 of 404 ~ 35.15%
B 172 of 404 ~ 42.57'%

%22.28
%35.15
%42.57

CMYK color model

#5A8EAC color CMYK value is (48,17,0,33).

  • cyan value is 47.67%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (48,17,0,33)
C48M17Y0K33 (48%, 17%, 0%, 33%)
(0.48 / 0.17 / 0.00 / 0.33)

CMYK percentages

%47.67
%17.44
%0
%32.55

Codes

Color #5A8EAC in popluar color models

5A 8E AC
RGB 90 142 172
HSL 202° 33.06% 51.37%
HSB/HSV 202° 47.67% 67.45%
CMYK 47.67% 17.44% 0.00%
32.55%

Color #5A8EAC in popluar number systems.

HEX 5A 8E AC
Decimal 90 142 172
Binary 1011010 10001110 10101100
Octal 132 216 254

Shades and tints

Shades of #5A8EAC

#5A8EAC
(90,142,172)
#52829D
(82,130,157)
#4A768E
(74,118,142)
#426A7F
(66,106,127)
#3A5E70
(58,94,112)
#325261
(50,82,97)
#2A4652
(42,70,82)
#223A43
(34,58,67)
#1A2E34
(26,46,52)
#122225
(18,34,37)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #5A8EAC

#5A8EAC
(90,142,172)
#6998B3
(105,152,179)
#78A2BA
(120,162,186)
#87ACC1
(135,172,193)
#96B6C8
(150,182,200)
#A5C0CF
(165,192,207)
#B4CAD6
(180,202,214)
#C3D4DD
(195,212,221)
#D2DEE4
(210,222,228)
#E1E8EB
(225,232,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8EAC; }

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

This text font color is #5A8EAC.

Background Color

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

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

This div background color is #5A8EAC.

Border color

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

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

This div border color is #5A8EAC.

Opacity

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

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

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

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

This text has shadow with #5A8EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8EAC.

Preview

Color preview on black background

This text has color #5A8EAC on black background.


Color preview on white background

This text has color #5A8EAC on white background.


Black color preview on #5A8EAC background

This text has black color on #5A8EAC background.


White color preview on #5A8EAC background

This text has white color on #5A8EAC background.


Related colors

Complementary color

Complementary color for #5A8EAC is #A57153.


I love getcolorcode.com

Triadic colors

1 #AC5A8E and #8EAC5A with #5A8EAC are triadic colors.

2 #AC8E5A and #8E5AAC with #5A8EAC are triadic colors.