COLOR #5DAFB9

HEX: #5DAFB9
RGB: (93,175,185)

Color info

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

RGB color model

#5DAFB9 color RGB value is (93,175,185).

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

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 185 of 255 = 73%

93
175
185

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

Portions of RGB colors in percentages

R + G + B =
93 + 175 + 185 = 453 (100%)
R 93 of 453 ~ 20.53%
G 175 of 453 ~ 38.63%
B 185 of 453 ~ 40.84%

%20.53
%38.63
%40.84

CMYK color model

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

  • cyan value is 49.73%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(50,5,0,27)
C50M5Y0K27 
(50%,5%,0%,27%)
(0.50/0.05/0.00/0.27)	

CMYK percentages

%49.73
%5.41
%0
%27.45

Codes

Color #5DAFB9 in popluar color models

5DAFB9
RGB93175185
HSL187°39.66%54.51%
HSB/HSV187°49.73%72.55%
CMYK49.73%5.41%0.00%
27.45%

Color #5DAFB9 in popluar number systems.

HEX5DAFB9
Decimal93175185
Binary10111011010111110111001
Octal135257271

Shades and tints

Shades of #5DAFB9

#5DAFB9
(93,175,185)
#55A0A9
(85,160,169)
#4D9199
(77,145,153)
#458289
(69,130,137)
#3D7379
(61,115,121)
#356469
(53,100,105)
#2D5559
(45,85,89)
#254649
(37,70,73)
#1D3739
(29,55,57)
#152829
(21,40,41)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #5DAFB9

#5DAFB9
(93,175,185)
#6BB6BF
(107,182,191)
#79BDC5
(121,189,197)
#87C4CB
(135,196,203)
#95CBD1
(149,203,209)
#A3D2D7
(163,210,215)
#B1D9DD
(177,217,221)
#BFE0E3
(191,224,227)
#CDE7E9
(205,231,233)
#DBEEEF
(219,238,239)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAFB9; }

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

This text font color is #5DAFB9.


Background Color

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

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

This div background color is #5DAFB9.


Border color

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

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

This div border color is #5DAFB9.


Opacity

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

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

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

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

This text has shadow with #5DAFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAFB9 on black background.


Color preview on white background

This text has color #5DAFB9 on white background.



Black color preview on #5DAFB9 background

This text has black color on #5DAFB9 background.


White color preview on #5DAFB9 background

This text has white color on #5DAFB9 background.