COLOR #5D9090

HEX: #5D9090
RGB: (93,144,144)

Color info

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

RGB color model

#5D9090 color RGB value is (93,144,144).

  • red value is 93;
  • green value is 144;
  • blue value is 144.
RGB:
(93,144,144)
(36%,56%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 144 of 255 = 56%
B 144 of 255 = 56%

93
144
144

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

Portions of RGB colors in percentages

R + G + B =
93 + 144 + 144 = 381 (100%)
R 93 of 381 ~ 24.41%
G 144 of 381 ~ 37.8%
B 144 of 381 ~ 37.8%

%24.41
%37.8
%37.8

CMYK color model

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

  • cyan value is 35.42%
  • 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

%35.42
%0
%0
%43.53

Codes

Color #5D9090 in popluar color models

5D9090
RGB93144144
HSL180°21.52%46.47%
HSB/HSV180°35.42%56.47%
CMYK35.42%0.00%0.00%
43.53%

Color #5D9090 in popluar number systems.

HEX5D9090
Decimal93144144
Binary10111011001000010010000
Octal135220220

Shades and tints

Shades of #5D9090

#5D9090
(93,144,144)
#558383
(85,131,131)
#4D7676
(77,118,118)
#456969
(69,105,105)
#3D5C5C
(61,92,92)
#354F4F
(53,79,79)
#2D4242
(45,66,66)
#253535
(37,53,53)
#1D2828
(29,40,40)
#151B1B
(21,27,27)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D9090

#5D9090
(93,144,144)
#6B9A9A
(107,154,154)
#79A4A4
(121,164,164)
#87AEAE
(135,174,174)
#95B8B8
(149,184,184)
#A3C2C2
(163,194,194)
#B1CCCC
(177,204,204)
#BFD6D6
(191,214,214)
#CDE0E0
(205,224,224)
#DBEAEA
(219,234,234)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9090; }

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

This text font color is #5D9090.


Background Color

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

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

This div background color is #5D9090.


Border color

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

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

This div border color is #5D9090.


Opacity

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

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

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

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

This text has shadow with #5D9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9090 on black background.


Color preview on white background

This text has color #5D9090 on white background.



Black color preview on #5D9090 background

This text has black color on #5D9090 background.


White color preview on #5D9090 background

This text has white color on #5D9090 background.