COLOR #5E9090

HEX: #5E9090 RGB: (94,144,144)

Color info

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

RGB color model

#5E9090 color RGB value is (94,144,144).

RGB: (94,144,144) (37%, 56%, 56%)

RGB channels and saturation

R 94 of 255 = 37%
G 144 of 255 = 56%
B 144 of 255 = 56%

94
144
144

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

Portions of RGB colors in percentages

R + G + B = 94 + 144 + 144 = 382 (100%)
R 94 of 382 ~ 24.61%
G 144 of 382 ~ 37.7%
B 144 of 382 ~ 37.7'%

%24.61
%37.7
%37.7

CMYK color model

#5E9090 color CMYK value is (35,0,0,44).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (35,0,0,44)
C35M0Y0K44 (35%, 0%, 0%, 44%)
(0.35 / 0.00 / 0.00 / 0.44)

CMYK percentages

%34.72
%0
%0
%43.53

Codes

Color #5E9090 in popluar color models

5E 90 90
RGB 94 144 144
HSL 180° 21.01% 46.67%
HSB/HSV 180° 34.72% 56.47%
CMYK 34.72% 0.00% 0.00%
43.53%

Color #5E9090 in popluar number systems.

HEX 5E 90 90
Decimal 94 144 144
Binary 1011110 10010000 10010000
Octal 136 220 220

Shades and tints

Shades of #5E9090

#5E9090
(94,144,144)
#568383
(86,131,131)
#4E7676
(78,118,118)
#466969
(70,105,105)
#3E5C5C
(62,92,92)
#364F4F
(54,79,79)
#2E4242
(46,66,66)
#263535
(38,53,53)
#1E2828
(30,40,40)
#161B1B
(22,27,27)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E9090

#5E9090
(94,144,144)
#6C9A9A
(108,154,154)
#7AA4A4
(122,164,164)
#88AEAE
(136,174,174)
#96B8B8
(150,184,184)
#A4C2C2
(164,194,194)
#B2CCCC
(178,204,204)
#C0D6D6
(192,214,214)
#CEE0E0
(206,224,224)
#DCEAEA
(220,234,234)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9090; }

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

This text font color is #5E9090.

Background Color

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

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

This div background color is #5E9090.

Border color

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

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

This div border color is #5E9090.

Opacity

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

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

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

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

This text has shadow with #5E9090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9090.

Preview

Color preview on black background

This text has color #5E9090 on black background.


Color preview on white background

This text has color #5E9090 on white background.


Black color preview on #5E9090 background

This text has black color on #5E9090 background.


White color preview on #5E9090 background

This text has white color on #5E9090 background.


Related colors

Complementary color

Complementary color for #hex is #A16F6F.


I love getcolorcode.com