COLOR #5DA6B9

HEX: #5DA6B9
RGB: (93,166,185)

Color info

#5DA6B9 contains mainly green and blue colors. Web safe color of #5DA6B9 is #6699CC (or #69C).

RGB color model

#5DA6B9 color RGB value is (93,166,185).

  • red value is 93;
  • green value is 166;
  • blue value is 185.
RGB:
(93,166,185)
(36%,65%,73%)

RGB channels and saturation

R 93 of 255 = 36%
G 166 of 255 = 65%
B 185 of 255 = 73%

93
166
185

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

Portions of RGB colors in percentages

R + G + B =
93 + 166 + 185 = 444 (100%)
R 93 of 444 ~ 20.95%
G 166 of 444 ~ 37.39%
B 185 of 444 ~ 41.67%

%20.95
%37.39
%41.67

CMYK color model

#5DA6B9 color CMYK value is (50,10,0,27).

  • cyan value is 49.73%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(50,10,0,27)
C50M10Y0K27 
(50%,10%,0%,27%)
(0.50/0.10/0.00/0.27)	

CMYK percentages

%49.73
%10.27
%0
%27.45

Codes

Color #5DA6B9 in popluar color models

5DA6B9
RGB93166185
HSL192°39.66%54.51%
HSB/HSV192°49.73%72.55%
CMYK49.73%10.27%0.00%
27.45%

Color #5DA6B9 in popluar number systems.

HEX5DA6B9
Decimal93166185
Binary10111011010011010111001
Octal135246271

Shades and tints

Shades of #5DA6B9

#5DA6B9
(93,166,185)
#5597A9
(85,151,169)
#4D8899
(77,136,153)
#457989
(69,121,137)
#3D6A79
(61,106,121)
#355B69
(53,91,105)
#2D4C59
(45,76,89)
#253D49
(37,61,73)
#1D2E39
(29,46,57)
#151F29
(21,31,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #5DA6B9

#5DA6B9
(93,166,185)
#6BAEBF
(107,174,191)
#79B6C5
(121,182,197)
#87BECB
(135,190,203)
#95C6D1
(149,198,209)
#A3CED7
(163,206,215)
#B1D6DD
(177,214,221)
#BFDEE3
(191,222,227)
#CDE6E9
(205,230,233)
#DBEEEF
(219,238,239)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA6B9 color. Also use rgb(93,166,185) instead hex code.

Text Font Color

.myTextColor { color: #5DA6B9; }

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

This text font color is #5DA6B9.


Background Color

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

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

This div background color is #5DA6B9.


Border color

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

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

This div border color is #5DA6B9.


Opacity

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

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

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

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

This text has shadow with #5DA6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA6B9 on black background.


Color preview on white background

This text has color #5DA6B9 on white background.



Black color preview on #5DA6B9 background

This text has black color on #5DA6B9 background.


White color preview on #5DA6B9 background

This text has white color on #5DA6B9 background.