COLOR #5AA293

HEX: #5AA293
RGB: (90,162,147)

Color info

#5AA293 contains mainly green and blue colors. Web safe color of #5AA293 is #669999 (or #699).

RGB color model

#5AA293 color RGB value is (90,162,147).

  • red value is 90;
  • green value is 162;
  • blue value is 147.
RGB:
(90,162,147)
(35%,64%,58%)

RGB channels and saturation

R 90 of 255 = 35%
G 162 of 255 = 64%
B 147 of 255 = 58%

90
162
147

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

Portions of RGB colors in percentages

R + G + B =
90 + 162 + 147 = 399 (100%)
R 90 of 399 ~ 22.56%
G 162 of 399 ~ 40.6%
B 147 of 399 ~ 36.84%

%22.56
%40.6
%36.84

CMYK color model

#5AA293 color CMYK value is (44,0,9,36).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%
CMYK:
(44,0,9,36)
C44M0Y9K36 
(44%,0%,9%,36%)
(0.44/0.00/0.09/0.36)	

CMYK percentages

%44.44
%0
%9.26
%36.47

Codes

Color #5AA293 in popluar color models

5AA293
RGB90162147
HSL168°28.57%49.41%
HSB/HSV168°44.44%63.53%
CMYK44.44%0.00%9.26%
36.47%

Color #5AA293 in popluar number systems.

HEX5AA293
Decimal90162147
Binary10110101010001010010011
Octal132242223

Shades and tints

Shades of #5AA293

#5AA293
(90,162,147)
#529486
(82,148,134)
#4A8679
(74,134,121)
#42786C
(66,120,108)
#3A6A5F
(58,106,95)
#325C52
(50,92,82)
#2A4E45
(42,78,69)
#224038
(34,64,56)
#1A322B
(26,50,43)
#12241E
(18,36,30)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #5AA293

#5AA293
(90,162,147)
#69AA9C
(105,170,156)
#78B2A5
(120,178,165)
#87BAAE
(135,186,174)
#96C2B7
(150,194,183)
#A5CAC0
(165,202,192)
#B4D2C9
(180,210,201)
#C3DAD2
(195,218,210)
#D2E2DB
(210,226,219)
#E1EAE4
(225,234,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA293 color. Also use rgb(90,162,147) instead hex code.

Text Font Color

.myTextColor { color: #5AA293; }

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

This text font color is #5AA293.


Background Color

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

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

This div background color is #5AA293.


Border color

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

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

This div border color is #5AA293.


Opacity

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

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

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

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

This text has shadow with #5AA293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA293 on black background.


Color preview on white background

This text has color #5AA293 on white background.



Black color preview on #5AA293 background

This text has black color on #5AA293 background.


White color preview on #5AA293 background

This text has white color on #5AA293 background.