COLOR #5A878B

HEX: #5A878B
RGB: (90,135,139)

Color info

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

RGB color model

#5A878B color RGB value is (90,135,139).

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

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 139 of 255 = 55%

90
135
139

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 139 = 364 (100%)
R 90 of 364 ~ 24.73%
G 135 of 364 ~ 37.09%
B 139 of 364 ~ 38.19%

%24.73
%37.09
%38.19

CMYK color model

#5A878B color CMYK value is (35,3,0,45).

  • cyan value is 35.25%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,3,0,45)
C35M3Y0K45 
(35%,3%,0%,45%)
(0.35/0.03/0.00/0.45)	

CMYK percentages

%35.25
%2.88
%0
%45.49

Codes

Color #5A878B in popluar color models

5A878B
RGB90135139
HSL185°21.40%44.90%
HSB/HSV185°35.25%54.51%
CMYK35.25%2.88%0.00%
45.49%

Color #5A878B in popluar number systems.

HEX5A878B
Decimal90135139
Binary10110101000011110001011
Octal132207213

Shades and tints

Shades of #5A878B

#5A878B
(90,135,139)
#527B7F
(82,123,127)
#4A6F73
(74,111,115)
#426367
(66,99,103)
#3A575B
(58,87,91)
#324B4F
(50,75,79)
#2A3F43
(42,63,67)
#223337
(34,51,55)
#1A272B
(26,39,43)
#121B1F
(18,27,31)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A878B

#5A878B
(90,135,139)
#699195
(105,145,149)
#789B9F
(120,155,159)
#87A5A9
(135,165,169)
#96AFB3
(150,175,179)
#A5B9BD
(165,185,189)
#B4C3C7
(180,195,199)
#C3CDD1
(195,205,209)
#D2D7DB
(210,215,219)
#E1E1E5
(225,225,229)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A878B; }

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

This text font color is #5A878B.


Background Color

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

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

This div background color is #5A878B.


Border color

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

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

This div border color is #5A878B.


Opacity

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

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

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

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

This text has shadow with #5A878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A878B on black background.


Color preview on white background

This text has color #5A878B on white background.



Black color preview on #5A878B background

This text has black color on #5A878B background.


White color preview on #5A878B background

This text has white color on #5A878B background.