COLOR #5D9E83

HEX: #5D9E83
RGB: (93,158,131)

Color info

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

RGB color model

#5D9E83 color RGB value is (93,158,131).

  • red value is 93;
  • green value is 158;
  • blue value is 131.
RGB:
(93,158,131)
(36%,62%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 158 of 255 = 62%
B 131 of 255 = 51%

93
158
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 158 + 131 = 382 (100%)
R 93 of 382 ~ 24.35%
G 158 of 382 ~ 41.36%
B 131 of 382 ~ 34.29%

%24.35
%41.36
%34.29

CMYK color model

#5D9E83 color CMYK value is (41,0,17,38).

  • cyan value is 41.14%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(41,0,17,38)
C41M0Y17K38 
(41%,0%,17%,38%)
(0.41/0.00/0.17/0.38)	

CMYK percentages

%41.14
%0
%17.09
%38.04

Codes

Color #5D9E83 in popluar color models

5D9E83
RGB93158131
HSL155°25.90%49.22%
HSB/HSV155°41.14%61.96%
CMYK41.14%0.00%17.09%
38.04%

Color #5D9E83 in popluar number systems.

HEX5D9E83
Decimal93158131
Binary10111011001111010000011
Octal135236203

Shades and tints

Shades of #5D9E83

#5D9E83
(93,158,131)
#559078
(85,144,120)
#4D826D
(77,130,109)
#457462
(69,116,98)
#3D6657
(61,102,87)
#35584C
(53,88,76)
#2D4A41
(45,74,65)
#253C36
(37,60,54)
#1D2E2B
(29,46,43)
#152020
(21,32,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5D9E83

#5D9E83
(93,158,131)
#6BA68E
(107,166,142)
#79AE99
(121,174,153)
#87B6A4
(135,182,164)
#95BEAF
(149,190,175)
#A3C6BA
(163,198,186)
#B1CEC5
(177,206,197)
#BFD6D0
(191,214,208)
#CDDEDB
(205,222,219)
#DBE6E6
(219,230,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9E83; }

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

This text font color is #5D9E83.


Background Color

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

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

This div background color is #5D9E83.


Border color

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

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

This div border color is #5D9E83.


Opacity

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

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

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

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

This text has shadow with #5D9E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9E83 on black background.


Color preview on white background

This text has color #5D9E83 on white background.



Black color preview on #5D9E83 background

This text has black color on #5D9E83 background.


White color preview on #5D9E83 background

This text has white color on #5D9E83 background.