COLOR #5B96ED

HEX: #5B96ED
RGB: (91,150,237)

Color info

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

RGB color model

#5B96ED color RGB value is (91,150,237).

  • red value is 91;
  • green value is 150;
  • blue value is 237.
RGB:
(91,150,237)
(36%,59%,93%)

RGB channels and saturation

R 91 of 255 = 36%
G 150 of 255 = 59%
B 237 of 255 = 93%

91
150
237

R + G + B ~ 63%. #5B96ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 150 + 237 = 478 (100%)
R 91 of 478 ~ 19.04%
G 150 of 478 ~ 31.38%
B 237 of 478 ~ 49.58%

%19.04
%31.38
%49.58

CMYK color model

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

  • cyan value is 61.60%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(62,37,0,7)
C62M37Y0K7 
(62%,37%,0%,7%)
(0.62/0.37/0.00/0.07)	

CMYK percentages

%61.6
%36.71
%0
%7.06

Codes

Color #5B96ED in popluar color models

5B96ED
RGB91150237
HSL216°80.22%64.31%
HSB/HSV216°61.60%92.94%
CMYK61.60%36.71%0.00%
7.06%

Color #5B96ED in popluar number systems.

HEX5B96ED
Decimal91150237
Binary10110111001011011101101
Octal133226355

Shades and tints

Shades of #5B96ED

#5B96ED
(91,150,237)
#5389D8
(83,137,216)
#4B7CC3
(75,124,195)
#436FAE
(67,111,174)
#3B6299
(59,98,153)
#335584
(51,85,132)
#2B486F
(43,72,111)
#233B5A
(35,59,90)
#1B2E45
(27,46,69)
#132130
(19,33,48)
#0B141B
(11,20,27)
#000000
(0,0,0)

Tints of #5B96ED

#5B96ED
(91,150,237)
#699FEE
(105,159,238)
#77A8EF
(119,168,239)
#85B1F0
(133,177,240)
#93BAF1
(147,186,241)
#A1C3F2
(161,195,242)
#AFCCF3
(175,204,243)
#BDD5F4
(189,213,244)
#CBDEF5
(203,222,245)
#D9E7F6
(217,231,246)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B96ED color. Also use rgb(91,150,237) instead hex code.

Text Font Color

.myTextColor { color: #5B96ED; }

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

This text font color is #5B96ED.


Background Color

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

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

This div background color is #5B96ED.


Border color

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

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

This div border color is #5B96ED.


Opacity

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

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

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

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

This text has shadow with #5B96ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B96ED on black background.


Color preview on white background

This text has color #5B96ED on white background.



Black color preview on #5B96ED background

This text has black color on #5B96ED background.


White color preview on #5B96ED background

This text has white color on #5B96ED background.