COLOR #5D9B8A

HEX: #5D9B8A RGB: (93,155,138)

Color info

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

RGB color model

#5D9B8A color RGB value is (93,155,138).

RGB: (93,155,138) (36%, 61%, 54%)

RGB channels and saturation

R 93 of 255 = 36%
G 155 of 255 = 61%
B 138 of 255 = 54%

93
155
138

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

Portions of RGB colors in percentages

R + G + B = 93 + 155 + 138 = 386 (100%)
R 93 of 386 ~ 24.09%
G 155 of 386 ~ 40.16%
B 138 of 386 ~ 35.75'%

%24.09
%40.16
%35.75

CMYK color model

#5D9B8A color CMYK value is (40,0,11,39).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 39.22%

CMYK: (40,0,11,39)
C40M0Y11K39 (40%, 0%, 11%, 39%)
(0.40 / 0.00 / 0.11 / 0.39)

CMYK percentages

%40
%0
%10.97
%39.22

Codes

Color #5D9B8A in popluar color models

5D 9B 8A
RGB 93 155 138
HSL 164° 25.00% 48.63%
HSB/HSV 164° 40.00% 60.78%
CMYK 40.00% 0.00% 10.97%
39.22%

Color #5D9B8A in popluar number systems.

HEX 5D 9B 8A
Decimal 93 155 138
Binary 1011101 10011011 10001010
Octal 135 233 212

Shades and tints

Shades of #5D9B8A

#5D9B8A
(93,155,138)
#558D7E
(85,141,126)
#4D7F72
(77,127,114)
#457166
(69,113,102)
#3D635A
(61,99,90)
#35554E
(53,85,78)
#2D4742
(45,71,66)
#253936
(37,57,54)
#1D2B2A
(29,43,42)
#151D1E
(21,29,30)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5D9B8A

#5D9B8A
(93,155,138)
#6BA494
(107,164,148)
#79AD9E
(121,173,158)
#87B6A8
(135,182,168)
#95BFB2
(149,191,178)
#A3C8BC
(163,200,188)
#B1D1C6
(177,209,198)
#BFDAD0
(191,218,208)
#CDE3DA
(205,227,218)
#DBECE4
(219,236,228)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9B8A; }

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

This text font color is #5D9B8A.

Background Color

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

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

This div background color is #5D9B8A.

Border color

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

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

This div border color is #5D9B8A.

Opacity

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

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

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

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

This text has shadow with #5D9B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9B8A.

Preview

Color preview on black background

This text has color #5D9B8A on black background.


Color preview on white background

This text has color #5D9B8A on white background.


Black color preview on #5D9B8A background

This text has black color on #5D9B8A background.


White color preview on #5D9B8A background

This text has white color on #5D9B8A background.


Related colors

Complementary color

Complementary color for #hex is #A26475.


I love getcolorcode.com

Triadic colors

1 #8A5D9B and #9B8A5D with #5D9B8A are triadic colors.

2 #8A9B5D and #9B5D8A with #5D9B8A are triadic colors.