COLOR #5DA0B8

HEX: #5DA0B8
RGB: (93,160,184)

Color info

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

RGB color model

#5DA0B8 color RGB value is (93,160,184).

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

RGB channels and saturation

R 93 of 255 = 36%
G 160 of 255 = 63%
B 184 of 255 = 72%

93
160
184

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

Portions of RGB colors in percentages

R + G + B =
93 + 160 + 184 = 437 (100%)
R 93 of 437 ~ 21.28%
G 160 of 437 ~ 36.61%
B 184 of 437 ~ 42.11%

%21.28
%36.61
%42.11

CMYK color model

#5DA0B8 color CMYK value is (49,13,0,28).

  • cyan value is 49.46%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(49,13,0,28)
C49M13Y0K28 
(49%,13%,0%,28%)
(0.49/0.13/0.00/0.28)	

CMYK percentages

%49.46
%13.04
%0
%27.84

Codes

Color #5DA0B8 in popluar color models

5DA0B8
RGB93160184
HSL196°39.06%54.31%
HSB/HSV196°49.46%72.16%
CMYK49.46%13.04%0.00%
27.84%

Color #5DA0B8 in popluar number systems.

HEX5DA0B8
Decimal93160184
Binary10111011010000010111000
Octal135240270

Shades and tints

Shades of #5DA0B8

#5DA0B8
(93,160,184)
#5592A8
(85,146,168)
#4D8498
(77,132,152)
#457688
(69,118,136)
#3D6878
(61,104,120)
#355A68
(53,90,104)
#2D4C58
(45,76,88)
#253E48
(37,62,72)
#1D3038
(29,48,56)
#152228
(21,34,40)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #5DA0B8

#5DA0B8
(93,160,184)
#6BA8BE
(107,168,190)
#79B0C4
(121,176,196)
#87B8CA
(135,184,202)
#95C0D0
(149,192,208)
#A3C8D6
(163,200,214)
#B1D0DC
(177,208,220)
#BFD8E2
(191,216,226)
#CDE0E8
(205,224,232)
#DBE8EE
(219,232,238)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA0B8; }

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

This text font color is #5DA0B8.


Background Color

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

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

This div background color is #5DA0B8.


Border color

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

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

This div border color is #5DA0B8.


Opacity

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

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

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

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

This text has shadow with #5DA0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA0B8 on black background.


Color preview on white background

This text has color #5DA0B8 on white background.



Black color preview on #5DA0B8 background

This text has black color on #5DA0B8 background.


White color preview on #5DA0B8 background

This text has white color on #5DA0B8 background.