COLOR #5DA183

HEX: #5DA183 RGB: (93,161,131)

Color info

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

RGB color model

#5DA183 color RGB value is (93,161,131).

RGB: (93,161,131) (36%, 63%, 51%)

RGB channels and saturation

R 93 of 255 = 36%
G 161 of 255 = 63%
B 131 of 255 = 51%

93
161
131

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

Portions of RGB colors in percentages

R + G + B = 93 + 161 + 131 = 385 (100%)
R 93 of 385 ~ 24.16%
G 161 of 385 ~ 41.82%
B 131 of 385 ~ 34.03'%

%24.16
%41.82
%34.03

CMYK color model

#5DA183 color CMYK value is (42,0,19,37).

  • cyan value is 42.24%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 36.86%

CMYK: (42,0,19,37)
C42M0Y19K37 (42%, 0%, 19%, 37%)
(0.42 / 0.00 / 0.19 / 0.37)

CMYK percentages

%42.24
%0
%18.63
%36.86

Codes

Color #5DA183 in popluar color models

5D A1 83
RGB 93 161 131
HSL 154° 26.77% 49.80%
HSB/HSV 154° 42.24% 63.14%
CMYK 42.24% 0.00% 18.63%
36.86%

Color #5DA183 in popluar number systems.

HEX 5D A1 83
Decimal 93 161 131
Binary 1011101 10100001 10000011
Octal 135 241 203

Shades and tints

Shades of #5DA183

#5DA183
(93,161,131)
#559378
(85,147,120)
#4D856D
(77,133,109)
#457762
(69,119,98)
#3D6957
(61,105,87)
#355B4C
(53,91,76)
#2D4D41
(45,77,65)
#253F36
(37,63,54)
#1D312B
(29,49,43)
#152320
(21,35,32)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #5DA183

#5DA183
(93,161,131)
#6BA98E
(107,169,142)
#79B199
(121,177,153)
#87B9A4
(135,185,164)
#95C1AF
(149,193,175)
#A3C9BA
(163,201,186)
#B1D1C5
(177,209,197)
#BFD9D0
(191,217,208)
#CDE1DB
(205,225,219)
#DBE9E6
(219,233,230)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA183; }

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

This text font color is #5DA183.

Background Color

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

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

This div background color is #5DA183.

Border color

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

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

This div border color is #5DA183.

Opacity

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

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

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

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

This text has shadow with #5DA183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA183.

Preview

Color preview on black background

This text has color #5DA183 on black background.


Color preview on white background

This text has color #5DA183 on white background.


Black color preview on #5DA183 background

This text has black color on #5DA183 background.


White color preview on #5DA183 background

This text has white color on #5DA183 background.


Related colors

Complementary color

Complementary color for #hex is #A25E7C.


I love getcolorcode.com

Triadic colors

1 #835DA1 and #A1835D with #5DA183 are triadic colors.

2 #83A15D and #A15D83 with #5DA183 are triadic colors.