COLOR #5A9089

HEX: #5A9089 RGB: (90,144,137)

Color info

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

RGB color model

#5A9089 color RGB value is (90,144,137).

RGB: (90,144,137) (35%, 56%, 54%)

RGB channels and saturation

R 90 of 255 = 35%
G 144 of 255 = 56%
B 137 of 255 = 54%

90
144
137

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

Portions of RGB colors in percentages

R + G + B = 90 + 144 + 137 = 371 (100%)
R 90 of 371 ~ 24.26%
G 144 of 371 ~ 38.81%
B 137 of 371 ~ 36.93'%

%24.26
%38.81
%36.93

CMYK color model

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

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK: (38,0,5,44) C38M0Y5K44 (38%,0%,5%,44%) (0.38/0.00/0.05/0.44) 

CMYK percentages

%37.5
%0
%4.86
%43.53

Codes

Color #5A9089 in popluar color models

5A 90 89
RGB 90 144 137
HSL 172° 23.08% 45.88%
HSB/HSV 172° 37.50% 56.47%
CMYK 37.50% 0.00% 4.86%
43.53%

Color #5A9089 in popluar number systems.

HEX 5A 90 89
Decimal 90 144 137
Binary 1011010 10010000 10001001
Octal 132 220 211

Shades and tints

Shades of #5A9089

#5A9089
(90,144,137)
#52837D
(82,131,125)
#4A7671
(74,118,113)
#426965
(66,105,101)
#3A5C59
(58,92,89)
#324F4D
(50,79,77)
#2A4241
(42,66,65)
#223535
(34,53,53)
#1A2829
(26,40,41)
#121B1D
(18,27,29)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #5A9089

#5A9089
(90,144,137)
#699A93
(105,154,147)
#78A49D
(120,164,157)
#87AEA7
(135,174,167)
#96B8B1
(150,184,177)
#A5C2BB
(165,194,187)
#B4CCC5
(180,204,197)
#C3D6CF
(195,214,207)
#D2E0D9
(210,224,217)
#E1EAE3
(225,234,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9089; }

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

This text font color is #5A9089.

Background Color

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

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

This div background color is #5A9089.

Border color

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

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

This div border color is #5A9089.

Opacity

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

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

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

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

This text has shadow with #5A9089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9089.

Preview

Color preview on black background

This text has color #5A9089 on black background.


Color preview on white background

This text has color #5A9089 on white background.


Black color preview on #5A9089 background

This text has black color on #5A9089 background.


White color preview on #5A9089 background

This text has white color on #5A9089 background.


Related colors

Complementary color

Complementary color for #hex is #A56F76.


I love getcolorcode.com

Triadic colors

1 #895A90 and #90895A with #5A9089 are triadic colors.

2 #89905A and #905A89 with #5A9089 are triadic colors.