COLOR #5A8887

HEX: #5A8887
RGB: (90,136,135)

Color info

#5A8887 contains red, green and blue colors in about the same proportion. Web safe color of #5A8887 is #669999 (or #699).

RGB color model

#5A8887 color RGB value is (90,136,135).

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

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 135 of 255 = 53%

90
136
135

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

Portions of RGB colors in percentages

R + G + B =
90 + 136 + 135 = 361 (100%)
R 90 of 361 ~ 24.93%
G 136 of 361 ~ 37.67%
B 135 of 361 ~ 37.4%

%24.93
%37.67
%37.4

CMYK color model

#5A8887 color CMYK value is (34,0,1,47).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(34,0,1,47)
C34M0Y1K47 
(34%,0%,1%,47%)
(0.34/0.00/0.01/0.47)	

CMYK percentages

%33.82
%0
%0.74
%46.67

Codes

Color #5A8887 in popluar color models

5A8887
RGB90136135
HSL179°20.35%44.31%
HSB/HSV179°33.82%53.33%
CMYK33.82%0.00%0.74%
46.67%

Color #5A8887 in popluar number systems.

HEX5A8887
Decimal90136135
Binary10110101000100010000111
Octal132210207

Shades and tints

Shades of #5A8887

#5A8887
(90,136,135)
#527C7B
(82,124,123)
#4A706F
(74,112,111)
#426463
(66,100,99)
#3A5857
(58,88,87)
#324C4B
(50,76,75)
#2A403F
(42,64,63)
#223433
(34,52,51)
#1A2827
(26,40,39)
#121C1B
(18,28,27)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A8887

#5A8887
(90,136,135)
#699291
(105,146,145)
#789C9B
(120,156,155)
#87A6A5
(135,166,165)
#96B0AF
(150,176,175)
#A5BAB9
(165,186,185)
#B4C4C3
(180,196,195)
#C3CECD
(195,206,205)
#D2D8D7
(210,216,215)
#E1E2E1
(225,226,225)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8887; }

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

This text font color is #5A8887.


Background Color

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

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

This div background color is #5A8887.


Border color

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

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

This div border color is #5A8887.


Opacity

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

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

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

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

This text has shadow with #5A8887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8887 on black background.


Color preview on white background

This text has color #5A8887 on white background.



Black color preview on #5A8887 background

This text has black color on #5A8887 background.


White color preview on #5A8887 background

This text has white color on #5A8887 background.