COLOR #5A997E

HEX: #5A997E RGB: (90,153,126)

Color info

#5A997E contains mainly green and blue colors. Web safe color of #5A997E is #669966 (or #696).

RGB color model

#5A997E color RGB value is (90,153,126).

RGB: (90,153,126) (35%, 60%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 153 of 255 = 60%
B 126 of 255 = 49%

90
153
126

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

Portions of RGB colors in percentages

R + G + B = 90 + 153 + 126 = 369 (100%)
R 90 of 369 ~ 24.39%
G 153 of 369 ~ 41.46%
B 126 of 369 ~ 34.15'%

%24.39
%41.46
%34.15

CMYK color model

#5A997E color CMYK value is (41,0,18,40).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (41,0,18,40) C41M0Y18K40 (41%,0%,18%,40%) (0.41/0.00/0.18/0.40) 

CMYK percentages

%41.18
%0
%17.65
%40

Codes

Color #5A997E in popluar color models

5A 99 7E
RGB 90 153 126
HSL 154° 25.93% 47.65%
HSB/HSV 154° 41.18% 60.00%
CMYK 41.18% 0.00% 17.65%
40.00%

Color #5A997E in popluar number systems.

HEX 5A 99 7E
Decimal 90 153 126
Binary 1011010 10011001 1111110
Octal 132 231 176

Shades and tints

Shades of #5A997E

#5A997E
(90,153,126)
#528C73
(82,140,115)
#4A7F68
(74,127,104)
#42725D
(66,114,93)
#3A6552
(58,101,82)
#325847
(50,88,71)
#2A4B3C
(42,75,60)
#223E31
(34,62,49)
#1A3126
(26,49,38)
#12241B
(18,36,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #5A997E

#5A997E
(90,153,126)
#69A289
(105,162,137)
#78AB94
(120,171,148)
#87B49F
(135,180,159)
#96BDAA
(150,189,170)
#A5C6B5
(165,198,181)
#B4CFC0
(180,207,192)
#C3D8CB
(195,216,203)
#D2E1D6
(210,225,214)
#E1EAE1
(225,234,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A997E color. Also use rgb(90,153,126) instead hex code.

Text Font Color

.myTextColor { color: #5A997E; }

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

This text font color is #5A997E.

Background Color

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

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

This div background color is #5A997E.

Border color

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

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

This div border color is #5A997E.

Opacity

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

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

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

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

This text has shadow with #5A997E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A997E.

Preview

Color preview on black background

This text has color #5A997E on black background.


Color preview on white background

This text has color #5A997E on white background.


Black color preview on #5A997E background

This text has black color on #5A997E background.


White color preview on #5A997E background

This text has white color on #5A997E background.


Related colors

Complementary color

Complementary color for #hex is #A56681.


I love getcolorcode.com

Triadic colors

1 #7E5A99 and #997E5A with #5A997E are triadic colors.

2 #7E995A and #995A7E with #5A997E are triadic colors.