COLOR #5A8D90

HEX: #5A8D90 RGB: (90,141,144)

Color info

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

RGB color model

#5A8D90 color RGB value is (90,141,144).

RGB: (90,141,144) (35%, 55%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 144 of 255 = 56%

90
141
144

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

Portions of RGB colors in percentages

R + G + B = 90 + 141 + 144 = 375 (100%)
R 90 of 375 ~ 24%
G 141 of 375 ~ 37.6%
B 144 of 375 ~ 38.4'%

%24
%37.6
%38.4

CMYK color model

#5A8D90 color CMYK value is (38,2,0,44).

  • cyan value is 37.50%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (38,2,0,44)
C38M2Y0K44 (38%, 2%, 0%, 44%)
(0.38 / 0.02 / 0.00 / 0.44)

CMYK percentages

%37.5
%2.08
%0
%43.53

Codes

Color #5A8D90 in popluar color models

5A 8D 90
RGB 90 141 144
HSL 183° 23.08% 45.88%
HSB/HSV 183° 37.50% 56.47%
CMYK 37.50% 2.08% 0.00%
43.53%

Color #5A8D90 in popluar number systems.

HEX 5A 8D 90
Decimal 90 141 144
Binary 1011010 10001101 10010000
Octal 132 215 220

Shades and tints

Shades of #5A8D90

#5A8D90
(90,141,144)
#528183
(82,129,131)
#4A7576
(74,117,118)
#426969
(66,105,105)
#3A5D5C
(58,93,92)
#32514F
(50,81,79)
#2A4542
(42,69,66)
#223935
(34,57,53)
#1A2D28
(26,45,40)
#12211B
(18,33,27)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #5A8D90

#5A8D90
(90,141,144)
#69979A
(105,151,154)
#78A1A4
(120,161,164)
#87ABAE
(135,171,174)
#96B5B8
(150,181,184)
#A5BFC2
(165,191,194)
#B4C9CC
(180,201,204)
#C3D3D6
(195,211,214)
#D2DDE0
(210,221,224)
#E1E7EA
(225,231,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8D90 color. Also use rgb(90,141,144) instead hex code.

Text Font Color

.myTextColor { color: #5A8D90; }

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

This text font color is #5A8D90.

Background Color

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

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

This div background color is #5A8D90.

Border color

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

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

This div border color is #5A8D90.

Opacity

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

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

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

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

This text has shadow with #5A8D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8D90.

Preview

Color preview on black background

This text has color #5A8D90 on black background.


Color preview on white background

This text has color #5A8D90 on white background.


Black color preview on #5A8D90 background

This text has black color on #5A8D90 background.


White color preview on #5A8D90 background

This text has white color on #5A8D90 background.


Related colors

Complementary color

Complementary color for #hex is #A5726F.


I love getcolorcode.com

Triadic colors

1 #905A8D and #8D905A with #5A8D90 are triadic colors.

2 #908D5A and #8D5A90 with #5A8D90 are triadic colors.