COLOR #5D98BE

HEX: #5D98BE
RGB: (93,152,190)

Color info

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

RGB color model

#5D98BE color RGB value is (93,152,190).

  • red value is 93;
  • green value is 152;
  • blue value is 190.
RGB:
(93,152,190)
(36%,60%,75%)

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 190 of 255 = 75%

93
152
190

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

Portions of RGB colors in percentages

R + G + B =
93 + 152 + 190 = 435 (100%)
R 93 of 435 ~ 21.38%
G 152 of 435 ~ 34.94%
B 190 of 435 ~ 43.68%

%21.38
%34.94
%43.68

CMYK color model

#5D98BE color CMYK value is (51,20,0,25).

  • cyan value is 51.05%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(51,20,0,25)
C51M20Y0K25 
(51%,20%,0%,25%)
(0.51/0.20/0.00/0.25)	

CMYK percentages

%51.05
%20
%0
%25.49

Codes

Color #5D98BE in popluar color models

5D98BE
RGB93152190
HSL204°42.73%55.49%
HSB/HSV204°51.05%74.51%
CMYK51.05%20.00%0.00%
25.49%

Color #5D98BE in popluar number systems.

HEX5D98BE
Decimal93152190
Binary10111011001100010111110
Octal135230276

Shades and tints

Shades of #5D98BE

#5D98BE
(93,152,190)
#558BAD
(85,139,173)
#4D7E9C
(77,126,156)
#45718B
(69,113,139)
#3D647A
(61,100,122)
#355769
(53,87,105)
#2D4A58
(45,74,88)
#253D47
(37,61,71)
#1D3036
(29,48,54)
#152325
(21,35,37)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #5D98BE

#5D98BE
(93,152,190)
#6BA1C3
(107,161,195)
#79AAC8
(121,170,200)
#87B3CD
(135,179,205)
#95BCD2
(149,188,210)
#A3C5D7
(163,197,215)
#B1CEDC
(177,206,220)
#BFD7E1
(191,215,225)
#CDE0E6
(205,224,230)
#DBE9EB
(219,233,235)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D98BE color. Also use rgb(93,152,190) instead hex code.

Text Font Color

.myTextColor { color: #5D98BE; }

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

This text font color is #5D98BE.


Background Color

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

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

This div background color is #5D98BE.


Border color

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

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

This div border color is #5D98BE.


Opacity

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

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

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

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

This text has shadow with #5D98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D98BE on black background.


Color preview on white background

This text has color #5D98BE on white background.



Black color preview on #5D98BE background

This text has black color on #5D98BE background.


White color preview on #5D98BE background

This text has white color on #5D98BE background.