COLOR #5D9BA9

HEX: #5D9BA9
RGB: (93,155,169)

Color info

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

RGB color model

#5D9BA9 color RGB value is (93,155,169).

  • red value is 93;
  • green value is 155;
  • blue value is 169.
RGB:
(93,155,169)
(36%,61%,66%)

RGB channels and saturation

R 93 of 255 = 36%
G 155 of 255 = 61%
B 169 of 255 = 66%

93
155
169

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

Portions of RGB colors in percentages

R + G + B =
93 + 155 + 169 = 417 (100%)
R 93 of 417 ~ 22.3%
G 155 of 417 ~ 37.17%
B 169 of 417 ~ 40.53%

%22.3
%37.17
%40.53

CMYK color model

#5D9BA9 color CMYK value is (45,8,0,34).

  • cyan value is 44.97%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(45,8,0,34)
C45M8Y0K34 
(45%,8%,0%,34%)
(0.45/0.08/0.00/0.34)	

CMYK percentages

%44.97
%8.28
%0
%33.73

Codes

Color #5D9BA9 in popluar color models

5D9BA9
RGB93155169
HSL191°30.65%51.37%
HSB/HSV191°44.97%66.27%
CMYK44.97%8.28%0.00%
33.73%

Color #5D9BA9 in popluar number systems.

HEX5D9BA9
Decimal93155169
Binary10111011001101110101001
Octal135233251

Shades and tints

Shades of #5D9BA9

#5D9BA9
(93,155,169)
#558D9A
(85,141,154)
#4D7F8B
(77,127,139)
#45717C
(69,113,124)
#3D636D
(61,99,109)
#35555E
(53,85,94)
#2D474F
(45,71,79)
#253940
(37,57,64)
#1D2B31
(29,43,49)
#151D22
(21,29,34)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #5D9BA9

#5D9BA9
(93,155,169)
#6BA4B0
(107,164,176)
#79ADB7
(121,173,183)
#87B6BE
(135,182,190)
#95BFC5
(149,191,197)
#A3C8CC
(163,200,204)
#B1D1D3
(177,209,211)
#BFDADA
(191,218,218)
#CDE3E1
(205,227,225)
#DBECE8
(219,236,232)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9BA9 color. Also use rgb(93,155,169) instead hex code.

Text Font Color

.myTextColor { color: #5D9BA9; }

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

This text font color is #5D9BA9.


Background Color

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

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

This div background color is #5D9BA9.


Border color

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

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

This div border color is #5D9BA9.


Opacity

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

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

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

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

This text has shadow with #5D9BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9BA9 on black background.


Color preview on white background

This text has color #5D9BA9 on white background.



Black color preview on #5D9BA9 background

This text has black color on #5D9BA9 background.


White color preview on #5D9BA9 background

This text has white color on #5D9BA9 background.