COLOR #5A9E88

HEX: #5A9E88
RGB: (90,158,136)

Color info

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

RGB color model

#5A9E88 color RGB value is (90,158,136).

  • red value is 90;
  • green value is 158;
  • blue value is 136.
RGB:
(90,158,136)
(35%,62%,53%)

RGB channels and saturation

R 90 of 255 = 35%
G 158 of 255 = 62%
B 136 of 255 = 53%

90
158
136

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

Portions of RGB colors in percentages

R + G + B =
90 + 158 + 136 = 384 (100%)
R 90 of 384 ~ 23.44%
G 158 of 384 ~ 41.15%
B 136 of 384 ~ 35.42%

%23.44
%41.15
%35.42

CMYK color model

#5A9E88 color CMYK value is (43,0,14,38).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(43,0,14,38)
C43M0Y14K38 
(43%,0%,14%,38%)
(0.43/0.00/0.14/0.38)	

CMYK percentages

%43.04
%0
%13.92
%38.04

Codes

Color #5A9E88 in popluar color models

5A9E88
RGB90158136
HSL161°27.42%48.63%
HSB/HSV161°43.04%61.96%
CMYK43.04%0.00%13.92%
38.04%

Color #5A9E88 in popluar number systems.

HEX5A9E88
Decimal90158136
Binary10110101001111010001000
Octal132236210

Shades and tints

Shades of #5A9E88

#5A9E88
(90,158,136)
#52907C
(82,144,124)
#4A8270
(74,130,112)
#427464
(66,116,100)
#3A6658
(58,102,88)
#32584C
(50,88,76)
#2A4A40
(42,74,64)
#223C34
(34,60,52)
#1A2E28
(26,46,40)
#12201C
(18,32,28)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #5A9E88

#5A9E88
(90,158,136)
#69A692
(105,166,146)
#78AE9C
(120,174,156)
#87B6A6
(135,182,166)
#96BEB0
(150,190,176)
#A5C6BA
(165,198,186)
#B4CEC4
(180,206,196)
#C3D6CE
(195,214,206)
#D2DED8
(210,222,216)
#E1E6E2
(225,230,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9E88; }

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

This text font color is #5A9E88.


Background Color

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

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

This div background color is #5A9E88.


Border color

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

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

This div border color is #5A9E88.


Opacity

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

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

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

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

This text has shadow with #5A9E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9E88 on black background.


Color preview on white background

This text has color #5A9E88 on white background.



Black color preview on #5A9E88 background

This text has black color on #5A9E88 background.


White color preview on #5A9E88 background

This text has white color on #5A9E88 background.