COLOR #5A8998

HEX: #5A8998
RGB: (90,137,152)

Color info

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

RGB color model

#5A8998 color RGB value is (90,137,152).

  • red value is 90;
  • green value is 137;
  • blue value is 152.
RGB:
(90,137,152)
(35%,54%,60%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 152 of 255 = 60%

90
137
152

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

Portions of RGB colors in percentages

R + G + B =
90 + 137 + 152 = 379 (100%)
R 90 of 379 ~ 23.75%
G 137 of 379 ~ 36.15%
B 152 of 379 ~ 40.11%

%23.75
%36.15
%40.11

CMYK color model

#5A8998 color CMYK value is (41,10,0,40).

  • cyan value is 40.79%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(41,10,0,40)
C41M10Y0K40 
(41%,10%,0%,40%)
(0.41/0.10/0.00/0.40)	

CMYK percentages

%40.79
%9.87
%0
%40.39

Codes

Color #5A8998 in popluar color models

5A8998
RGB90137152
HSL195°25.62%47.45%
HSB/HSV195°40.79%59.61%
CMYK40.79%9.87%0.00%
40.39%

Color #5A8998 in popluar number systems.

HEX5A8998
Decimal90137152
Binary10110101000100110011000
Octal132211230

Shades and tints

Shades of #5A8998

#5A8998
(90,137,152)
#527D8B
(82,125,139)
#4A717E
(74,113,126)
#426571
(66,101,113)
#3A5964
(58,89,100)
#324D57
(50,77,87)
#2A414A
(42,65,74)
#22353D
(34,53,61)
#1A2930
(26,41,48)
#121D23
(18,29,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #5A8998

#5A8998
(90,137,152)
#6993A1
(105,147,161)
#789DAA
(120,157,170)
#87A7B3
(135,167,179)
#96B1BC
(150,177,188)
#A5BBC5
(165,187,197)
#B4C5CE
(180,197,206)
#C3CFD7
(195,207,215)
#D2D9E0
(210,217,224)
#E1E3E9
(225,227,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8998 color. Also use rgb(90,137,152) instead hex code.

Text Font Color

.myTextColor { color: #5A8998; }

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

This text font color is #5A8998.


Background Color

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

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

This div background color is #5A8998.


Border color

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

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

This div border color is #5A8998.


Opacity

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

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

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

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

This text has shadow with #5A8998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8998 on black background.


Color preview on white background

This text has color #5A8998 on white background.



Black color preview on #5A8998 background

This text has black color on #5A8998 background.


White color preview on #5A8998 background

This text has white color on #5A8998 background.