COLOR #5D89BA

HEX: #5D89BA
RGB: (93,137,186)

Color info

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

RGB color model

#5D89BA color RGB value is (93,137,186).

  • red value is 93;
  • green value is 137;
  • blue value is 186.
RGB:
(93,137,186)
(36%,54%,73%)

RGB channels and saturation

R 93 of 255 = 36%
G 137 of 255 = 54%
B 186 of 255 = 73%

93
137
186

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

Portions of RGB colors in percentages

R + G + B =
93 + 137 + 186 = 416 (100%)
R 93 of 416 ~ 22.36%
G 137 of 416 ~ 32.93%
B 186 of 416 ~ 44.71%

%22.36
%32.93
%44.71

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(50,26,0,27)
C50M26Y0K27 
(50%,26%,0%,27%)
(0.50/0.26/0.00/0.27)	

CMYK percentages

%50
%26.34
%0
%27.06

Codes

Color #5D89BA in popluar color models

5D89BA
RGB93137186
HSL212°40.26%54.71%
HSB/HSV212°50.00%72.94%
CMYK50.00%26.34%0.00%
27.06%

Color #5D89BA in popluar number systems.

HEX5D89BA
Decimal93137186
Binary10111011000100110111010
Octal135211272

Shades and tints

Shades of #5D89BA

#5D89BA
(93,137,186)
#557DAA
(85,125,170)
#4D719A
(77,113,154)
#45658A
(69,101,138)
#3D597A
(61,89,122)
#354D6A
(53,77,106)
#2D415A
(45,65,90)
#25354A
(37,53,74)
#1D293A
(29,41,58)
#151D2A
(21,29,42)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #5D89BA

#5D89BA
(93,137,186)
#6B93C0
(107,147,192)
#799DC6
(121,157,198)
#87A7CC
(135,167,204)
#95B1D2
(149,177,210)
#A3BBD8
(163,187,216)
#B1C5DE
(177,197,222)
#BFCFE4
(191,207,228)
#CDD9EA
(205,217,234)
#DBE3F0
(219,227,240)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D89BA color. Also use rgb(93,137,186) instead hex code.

Text Font Color

.myTextColor { color: #5D89BA; }

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

This text font color is #5D89BA.


Background Color

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

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

This div background color is #5D89BA.


Border color

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

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

This div border color is #5D89BA.


Opacity

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

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

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

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

This text has shadow with #5D89BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D89BA on black background.


Color preview on white background

This text has color #5D89BA on white background.



Black color preview on #5D89BA background

This text has black color on #5D89BA background.


White color preview on #5D89BA background

This text has white color on #5D89BA background.