COLOR #5DA3A2

HEX: #5DA3A2
RGB: (93,163,162)

Color info

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

RGB color model

#5DA3A2 color RGB value is (93,163,162).

  • red value is 93;
  • green value is 163;
  • blue value is 162.
RGB:
(93,163,162)
(36%,64%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 162 of 255 = 64%

93
163
162

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

Portions of RGB colors in percentages

R + G + B =
93 + 163 + 162 = 418 (100%)
R 93 of 418 ~ 22.25%
G 163 of 418 ~ 39%
B 162 of 418 ~ 38.76%

%22.25
%39
%38.76

CMYK color model

#5DA3A2 color CMYK value is (43,0,1,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 0.61%
  • key color value is 36.08%
CMYK:
(43,0,1,36)
C43M0Y1K36 
(43%,0%,1%,36%)
(0.43/0.00/0.01/0.36)	

CMYK percentages

%42.94
%0
%0.61
%36.08

Codes

Color #5DA3A2 in popluar color models

5DA3A2
RGB93163162
HSL179°27.56%50.20%
HSB/HSV179°42.94%63.92%
CMYK42.94%0.00%0.61%
36.08%

Color #5DA3A2 in popluar number systems.

HEX5DA3A2
Decimal93163162
Binary10111011010001110100010
Octal135243242

Shades and tints

Shades of #5DA3A2

#5DA3A2
(93,163,162)
#559594
(85,149,148)
#4D8786
(77,135,134)
#457978
(69,121,120)
#3D6B6A
(61,107,106)
#355D5C
(53,93,92)
#2D4F4E
(45,79,78)
#254140
(37,65,64)
#1D3332
(29,51,50)
#152524
(21,37,36)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #5DA3A2

#5DA3A2
(93,163,162)
#6BABAA
(107,171,170)
#79B3B2
(121,179,178)
#87BBBA
(135,187,186)
#95C3C2
(149,195,194)
#A3CBCA
(163,203,202)
#B1D3D2
(177,211,210)
#BFDBDA
(191,219,218)
#CDE3E2
(205,227,226)
#DBEBEA
(219,235,234)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA3A2 color. Also use rgb(93,163,162) instead hex code.

Text Font Color

.myTextColor { color: #5DA3A2; }

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

This text font color is #5DA3A2.


Background Color

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

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

This div background color is #5DA3A2.


Border color

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

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

This div border color is #5DA3A2.


Opacity

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

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

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

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

This text has shadow with #5DA3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA3A2 on black background.


Color preview on white background

This text has color #5DA3A2 on white background.



Black color preview on #5DA3A2 background

This text has black color on #5DA3A2 background.


White color preview on #5DA3A2 background

This text has white color on #5DA3A2 background.