COLOR #5A8992

HEX: #5A8992 RGB: (90,137,146)

Color info

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

RGB color model

#5A8992 color RGB value is (90,137,146).

RGB: (90,137,146) (35%, 54%, 57%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 146 of 255 = 57%

90
137
146

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

Portions of RGB colors in percentages

R + G + B = 90 + 137 + 146 = 373 (100%)
R 90 of 373 ~ 24.13%
G 137 of 373 ~ 36.73%
B 146 of 373 ~ 39.14'%

%24.13
%36.73
%39.14

CMYK color model

#5A8992 color CMYK value is (38,6,0,43).

  • cyan value is 38.36%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (38,6,0,43)
C38M6Y0K43 (38%, 6%, 0%, 43%)
(0.38 / 0.06 / 0.00 / 0.43)

CMYK percentages

%38.36
%6.16
%0
%42.75

Codes

Color #5A8992 in popluar color models

5A 89 92
RGB 90 137 146
HSL 190° 23.73% 46.27%
HSB/HSV 190° 38.36% 57.25%
CMYK 38.36% 6.16% 0.00%
42.75%

Color #5A8992 in popluar number systems.

HEX 5A 89 92
Decimal 90 137 146
Binary 1011010 10001001 10010010
Octal 132 211 222

Shades and tints

Shades of #5A8992

#5A8992
(90,137,146)
#527D85
(82,125,133)
#4A7178
(74,113,120)
#42656B
(66,101,107)
#3A595E
(58,89,94)
#324D51
(50,77,81)
#2A4144
(42,65,68)
#223537
(34,53,55)
#1A292A
(26,41,42)
#121D1D
(18,29,29)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5A8992

#5A8992
(90,137,146)
#69939B
(105,147,155)
#789DA4
(120,157,164)
#87A7AD
(135,167,173)
#96B1B6
(150,177,182)
#A5BBBF
(165,187,191)
#B4C5C8
(180,197,200)
#C3CFD1
(195,207,209)
#D2D9DA
(210,217,218)
#E1E3E3
(225,227,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8992; }

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

This text font color is #5A8992.

Background Color

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

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

This div background color is #5A8992.

Border color

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

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

This div border color is #5A8992.

Opacity

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

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

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

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

This text has shadow with #5A8992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8992.

Preview

Color preview on black background

This text has color #5A8992 on black background.


Color preview on white background

This text has color #5A8992 on white background.


Black color preview on #5A8992 background

This text has black color on #5A8992 background.


White color preview on #5A8992 background

This text has white color on #5A8992 background.


Related colors

Complementary color

Complementary color for #hex is #A5766D.


I love getcolorcode.com

Triadic colors

1 #925A89 and #89925A with #5A8992 are triadic colors.

2 #92895A and #895A92 with #5A8992 are triadic colors.