COLOR #5DA0A5

HEX: #5DA0A5
RGB: (93,160,165)

Color info

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

RGB color model

#5DA0A5 color RGB value is (93,160,165).

  • red value is 93;
  • green value is 160;
  • blue value is 165.
RGB:
(93,160,165)
(36%,63%,65%)

RGB channels and saturation

R 93 of 255 = 36%
G 160 of 255 = 63%
B 165 of 255 = 65%

93
160
165

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

Portions of RGB colors in percentages

R + G + B =
93 + 160 + 165 = 418 (100%)
R 93 of 418 ~ 22.25%
G 160 of 418 ~ 38.28%
B 165 of 418 ~ 39.47%

%22.25
%38.28
%39.47

CMYK color model

#5DA0A5 color CMYK value is (44,3,0,35).

  • cyan value is 43.64%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(44,3,0,35)
C44M3Y0K35 
(44%,3%,0%,35%)
(0.44/0.03/0.00/0.35)	

CMYK percentages

%43.64
%3.03
%0
%35.29

Codes

Color #5DA0A5 in popluar color models

5DA0A5
RGB93160165
HSL184°28.57%50.59%
HSB/HSV184°43.64%64.71%
CMYK43.64%3.03%0.00%
35.29%

Color #5DA0A5 in popluar number systems.

HEX5DA0A5
Decimal93160165
Binary10111011010000010100101
Octal135240245

Shades and tints

Shades of #5DA0A5

#5DA0A5
(93,160,165)
#559296
(85,146,150)
#4D8487
(77,132,135)
#457678
(69,118,120)
#3D6869
(61,104,105)
#355A5A
(53,90,90)
#2D4C4B
(45,76,75)
#253E3C
(37,62,60)
#1D302D
(29,48,45)
#15221E
(21,34,30)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #5DA0A5

#5DA0A5
(93,160,165)
#6BA8AD
(107,168,173)
#79B0B5
(121,176,181)
#87B8BD
(135,184,189)
#95C0C5
(149,192,197)
#A3C8CD
(163,200,205)
#B1D0D5
(177,208,213)
#BFD8DD
(191,216,221)
#CDE0E5
(205,224,229)
#DBE8ED
(219,232,237)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA0A5 color. Also use rgb(93,160,165) instead hex code.

Text Font Color

.myTextColor { color: #5DA0A5; }

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

This text font color is #5DA0A5.


Background Color

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

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

This div background color is #5DA0A5.


Border color

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

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

This div border color is #5DA0A5.


Opacity

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

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

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

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

This text has shadow with #5DA0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA0A5 on black background.


Color preview on white background

This text has color #5DA0A5 on white background.



Black color preview on #5DA0A5 background

This text has black color on #5DA0A5 background.


White color preview on #5DA0A5 background

This text has white color on #5DA0A5 background.