COLOR #5A8B85

HEX: #5A8B85
RGB: (90,139,133)

Color info

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

RGB color model

#5A8B85 color RGB value is (90,139,133).

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

RGB channels and saturation

R 90 of 255 = 35%
G 139 of 255 = 55%
B 133 of 255 = 52%

90
139
133

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

Portions of RGB colors in percentages

R + G + B =
90 + 139 + 133 = 362 (100%)
R 90 of 362 ~ 24.86%
G 139 of 362 ~ 38.4%
B 133 of 362 ~ 36.74%

%24.86
%38.4
%36.74

CMYK color model

#5A8B85 color CMYK value is (35,0,4,45).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 45.49%
CMYK:
(35,0,4,45)
C35M0Y4K45 
(35%,0%,4%,45%)
(0.35/0.00/0.04/0.45)	

CMYK percentages

%35.25
%0
%4.32
%45.49

Codes

Color #5A8B85 in popluar color models

5A8B85
RGB90139133
HSL173°21.40%44.90%
HSB/HSV173°35.25%54.51%
CMYK35.25%0.00%4.32%
45.49%

Color #5A8B85 in popluar number systems.

HEX5A8B85
Decimal90139133
Binary10110101000101110000101
Octal132213205

Shades and tints

Shades of #5A8B85

#5A8B85
(90,139,133)
#527F79
(82,127,121)
#4A736D
(74,115,109)
#426761
(66,103,97)
#3A5B55
(58,91,85)
#324F49
(50,79,73)
#2A433D
(42,67,61)
#223731
(34,55,49)
#1A2B25
(26,43,37)
#121F19
(18,31,25)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #5A8B85

#5A8B85
(90,139,133)
#699590
(105,149,144)
#789F9B
(120,159,155)
#87A9A6
(135,169,166)
#96B3B1
(150,179,177)
#A5BDBC
(165,189,188)
#B4C7C7
(180,199,199)
#C3D1D2
(195,209,210)
#D2DBDD
(210,219,221)
#E1E5E8
(225,229,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8B85; }

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

This text font color is #5A8B85.


Background Color

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

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

This div background color is #5A8B85.


Border color

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

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

This div border color is #5A8B85.


Opacity

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

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

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

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

This text has shadow with #5A8B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8B85 on black background.


Color preview on white background

This text has color #5A8B85 on white background.



Black color preview on #5A8B85 background

This text has black color on #5A8B85 background.


White color preview on #5A8B85 background

This text has white color on #5A8B85 background.