COLOR #5B98F2

HEX: #5B98F2
RGB: (91,152,242)

Color info

#5B98F2 contains mainly blue color. Web safe color of #5B98F2 is #6699FF (or #69F).

RGB color model

#5B98F2 color RGB value is (91,152,242).

  • red value is 91;
  • green value is 152;
  • blue value is 242.
RGB:
(91,152,242)
(36%,60%,95%)

RGB channels and saturation

R 91 of 255 = 36%
G 152 of 255 = 60%
B 242 of 255 = 95%

91
152
242

R + G + B ~ 64%. #5B98F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 152 + 242 = 485 (100%)
R 91 of 485 ~ 18.76%
G 152 of 485 ~ 31.34%
B 242 of 485 ~ 49.9%

%18.76
%31.34
%49.9

CMYK color model

#5B98F2 color CMYK value is (62,37,0,5).

  • cyan value is 62.40%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(62,37,0,5)
C62M37Y0K5 
(62%,37%,0%,5%)
(0.62/0.37/0.00/0.05)	

CMYK percentages

%62.4
%37.19
%0
%5.1

Codes

Color #5B98F2 in popluar color models

5B98F2
RGB91152242
HSL216°85.31%65.29%
HSB/HSV216°62.40%94.90%
CMYK62.40%37.19%0.00%
5.10%

Color #5B98F2 in popluar number systems.

HEX5B98F2
Decimal91152242
Binary10110111001100011110010
Octal133230362

Shades and tints

Shades of #5B98F2

#5B98F2
(91,152,242)
#538BDC
(83,139,220)
#4B7EC6
(75,126,198)
#4371B0
(67,113,176)
#3B649A
(59,100,154)
#335784
(51,87,132)
#2B4A6E
(43,74,110)
#233D58
(35,61,88)
#1B3042
(27,48,66)
#13232C
(19,35,44)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #5B98F2

#5B98F2
(91,152,242)
#69A1F3
(105,161,243)
#77AAF4
(119,170,244)
#85B3F5
(133,179,245)
#93BCF6
(147,188,246)
#A1C5F7
(161,197,247)
#AFCEF8
(175,206,248)
#BDD7F9
(189,215,249)
#CBE0FA
(203,224,250)
#D9E9FB
(217,233,251)
#E7F2FC
(231,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B98F2 color. Also use rgb(91,152,242) instead hex code.

Text Font Color

.myTextColor { color: #5B98F2; }

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

This text font color is #5B98F2.


Background Color

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

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

This div background color is #5B98F2.


Border color

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

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

This div border color is #5B98F2.


Opacity

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

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

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

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

This text has shadow with #5B98F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B98F2 on black background.


Color preview on white background

This text has color #5B98F2 on white background.



Black color preview on #5B98F2 background

This text has black color on #5B98F2 background.


White color preview on #5B98F2 background

This text has white color on #5B98F2 background.