COLOR #5D9486

HEX: #5D9486 RGB: (93,148,134)

Color info

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

RGB color model

#5D9486 color RGB value is (93,148,134).

RGB: (93,148,134) (36%, 58%, 53%)

RGB channels and saturation

R 93 of 255 = 36%
G 148 of 255 = 58%
B 134 of 255 = 53%

93
148
134

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

Portions of RGB colors in percentages

R + G + B = 93 + 148 + 134 = 375 (100%)
R 93 of 375 ~ 24.8%
G 148 of 375 ~ 39.47%
B 134 of 375 ~ 35.73'%

%24.8
%39.47
%35.73

CMYK color model

#5D9486 color CMYK value is (37,0,9,42).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK: (37,0,9,42) C37M0Y9K42 (37%,0%,9%,42%) (0.37/0.00/0.09/0.42) 

CMYK percentages

%37.16
%0
%9.46
%41.96

Codes

Color #5D9486 in popluar color models

5D 94 86
RGB 93 148 134
HSL 165° 22.82% 47.25%
HSB/HSV 165° 37.16% 58.04%
CMYK 37.16% 0.00% 9.46%
41.96%

Color #5D9486 in popluar number systems.

HEX 5D 94 86
Decimal 93 148 134
Binary 1011101 10010100 10000110
Octal 135 224 206

Shades and tints

Shades of #5D9486

#5D9486
(93,148,134)
#55877A
(85,135,122)
#4D7A6E
(77,122,110)
#456D62
(69,109,98)
#3D6056
(61,96,86)
#35534A
(53,83,74)
#2D463E
(45,70,62)
#253932
(37,57,50)
#1D2C26
(29,44,38)
#151F1A
(21,31,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #5D9486

#5D9486
(93,148,134)
#6B9D91
(107,157,145)
#79A69C
(121,166,156)
#87AFA7
(135,175,167)
#95B8B2
(149,184,178)
#A3C1BD
(163,193,189)
#B1CAC8
(177,202,200)
#BFD3D3
(191,211,211)
#CDDCDE
(205,220,222)
#DBE5E9
(219,229,233)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9486; }

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

This text font color is #5D9486.

Background Color

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

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

This div background color is #5D9486.

Border color

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

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

This div border color is #5D9486.

Opacity

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

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

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

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

This text has shadow with #5D9486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9486.

Preview

Color preview on black background

This text has color #5D9486 on black background.


Color preview on white background

This text has color #5D9486 on white background.


Black color preview on #5D9486 background

This text has black color on #5D9486 background.


White color preview on #5D9486 background

This text has white color on #5D9486 background.


Related colors

Complementary color

Complementary color for #hex is #A26B79.


I love getcolorcode.com

Triadic colors

1 #865D94 and #94865D with #5D9486 are triadic colors.

2 #86945D and #945D86 with #5D9486 are triadic colors.