COLOR #5D9A9E

HEX: #5D9A9E RGB: (93,154,158)

Color info

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

RGB color model

#5D9A9E color RGB value is (93,154,158).

RGB: (93,154,158) (36%, 60%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 154 of 255 = 60%
B 158 of 255 = 62%

93
154
158

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

Portions of RGB colors in percentages

R + G + B = 93 + 154 + 158 = 405 (100%)
R 93 of 405 ~ 22.96%
G 154 of 405 ~ 38.02%
B 158 of 405 ~ 39.01'%

%22.96
%38.02
%39.01

CMYK color model

#5D9A9E color CMYK value is (41,3,0,38).

  • cyan value is 41.14%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (41,3,0,38)
C41M3Y0K38 (41%, 3%, 0%, 38%)
(0.41 / 0.03 / 0.00 / 0.38)

CMYK percentages

%41.14
%2.53
%0
%38.04

Codes

Color #5D9A9E in popluar color models

5D 9A 9E
RGB 93 154 158
HSL 184° 25.90% 49.22%
HSB/HSV 184° 41.14% 61.96%
CMYK 41.14% 2.53% 0.00%
38.04%

Color #5D9A9E in popluar number systems.

HEX 5D 9A 9E
Decimal 93 154 158
Binary 1011101 10011010 10011110
Octal 135 232 236

Shades and tints

Shades of #5D9A9E

#5D9A9E
(93,154,158)
#558C90
(85,140,144)
#4D7E82
(77,126,130)
#457074
(69,112,116)
#3D6266
(61,98,102)
#355458
(53,84,88)
#2D464A
(45,70,74)
#25383C
(37,56,60)
#1D2A2E
(29,42,46)
#151C20
(21,28,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D9A9E

#5D9A9E
(93,154,158)
#6BA3A6
(107,163,166)
#79ACAE
(121,172,174)
#87B5B6
(135,181,182)
#95BEBE
(149,190,190)
#A3C7C6
(163,199,198)
#B1D0CE
(177,208,206)
#BFD9D6
(191,217,214)
#CDE2DE
(205,226,222)
#DBEBE6
(219,235,230)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9A9E; }

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

This text font color is #5D9A9E.

Background Color

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

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

This div background color is #5D9A9E.

Border color

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

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

This div border color is #5D9A9E.

Opacity

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

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

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

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

This text has shadow with #5D9A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9A9E.

Preview

Color preview on black background

This text has color #5D9A9E on black background.


Color preview on white background

This text has color #5D9A9E on white background.


Black color preview on #5D9A9E background

This text has black color on #5D9A9E background.


White color preview on #5D9A9E background

This text has white color on #5D9A9E background.


Related colors

Complementary color

Complementary color for #hex is #A26561.


I love getcolorcode.com

Triadic colors

1 #9E5D9A and #9A9E5D with #5D9A9E are triadic colors.

2 #9E9A5D and #9A5D9E with #5D9A9E are triadic colors.