COLOR #5A8580

HEX: #5A8580
RGB: (90,133,128)

Color info

#5A8580 contains red, green and blue colors in about the same proportion. Web safe color of #5A8580 is #669966 (or #696).

RGB color model

#5A8580 color RGB value is (90,133,128).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 128 of 255 = 50%

90
133
128

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 128 = 351 (100%)
R 90 of 351 ~ 25.64%
G 133 of 351 ~ 37.89%
B 128 of 351 ~ 36.47%

%25.64
%37.89
%36.47

CMYK color model

#5A8580 color CMYK value is (32,0,4,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(32,0,4,48)
C32M0Y4K48 
(32%,0%,4%,48%)
(0.32/0.00/0.04/0.48)	

CMYK percentages

%32.33
%0
%3.76
%47.84

Codes

Color #5A8580 in popluar color models

5A8580
RGB90133128
HSL173°19.28%43.73%
HSB/HSV173°32.33%52.16%
CMYK32.33%0.00%3.76%
47.84%

Color #5A8580 in popluar number systems.

HEX5A8580
Decimal90133128
Binary10110101000010110000000
Octal132205200

Shades and tints

Shades of #5A8580

#5A8580
(90,133,128)
#527975
(82,121,117)
#4A6D6A
(74,109,106)
#42615F
(66,97,95)
#3A5554
(58,85,84)
#324949
(50,73,73)
#2A3D3E
(42,61,62)
#223133
(34,49,51)
#1A2528
(26,37,40)
#12191D
(18,25,29)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #5A8580

#5A8580
(90,133,128)
#69908B
(105,144,139)
#789B96
(120,155,150)
#87A6A1
(135,166,161)
#96B1AC
(150,177,172)
#A5BCB7
(165,188,183)
#B4C7C2
(180,199,194)
#C3D2CD
(195,210,205)
#D2DDD8
(210,221,216)
#E1E8E3
(225,232,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8580; }

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

This text font color is #5A8580.


Background Color

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

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

This div background color is #5A8580.


Border color

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

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

This div border color is #5A8580.


Opacity

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

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

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

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

This text has shadow with #5A8580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8580 on black background.


Color preview on white background

This text has color #5A8580 on white background.



Black color preview on #5A8580 background

This text has black color on #5A8580 background.


White color preview on #5A8580 background

This text has white color on #5A8580 background.