COLOR #5B92E5

HEX: #5B92E5
RGB: (91,146,229)

Color info

#5B92E5 contains mainly blue color. Web safe color of #5B92E5 is #6699CC (or #69C).

RGB color model

#5B92E5 color RGB value is (91,146,229).

  • red value is 91;
  • green value is 146;
  • blue value is 229.
RGB:
(91,146,229)
(36%,57%,90%)

RGB channels and saturation

R 91 of 255 = 36%
G 146 of 255 = 57%
B 229 of 255 = 90%

91
146
229

R + G + B ~ 61%. #5B92E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 146 + 229 = 466 (100%)
R 91 of 466 ~ 19.53%
G 146 of 466 ~ 31.33%
B 229 of 466 ~ 49.14%

%19.53
%31.33
%49.14

CMYK color model

#5B92E5 color CMYK value is (60,36,0,10).

  • cyan value is 60.26%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(60,36,0,10)
C60M36Y0K10 
(60%,36%,0%,10%)
(0.60/0.36/0.00/0.10)	

CMYK percentages

%60.26
%36.24
%0
%10.2

Codes

Color #5B92E5 in popluar color models

5B92E5
RGB91146229
HSL216°72.63%62.75%
HSB/HSV216°60.26%89.80%
CMYK60.26%36.24%0.00%
10.20%

Color #5B92E5 in popluar number systems.

HEX5B92E5
Decimal91146229
Binary10110111001001011100101
Octal133222345

Shades and tints

Shades of #5B92E5

#5B92E5
(91,146,229)
#5385D1
(83,133,209)
#4B78BD
(75,120,189)
#436BA9
(67,107,169)
#3B5E95
(59,94,149)
#335181
(51,81,129)
#2B446D
(43,68,109)
#233759
(35,55,89)
#1B2A45
(27,42,69)
#131D31
(19,29,49)
#0B101D
(11,16,29)
#000000
(0,0,0)

Tints of #5B92E5

#5B92E5
(91,146,229)
#699BE7
(105,155,231)
#77A4E9
(119,164,233)
#85ADEB
(133,173,235)
#93B6ED
(147,182,237)
#A1BFEF
(161,191,239)
#AFC8F1
(175,200,241)
#BDD1F3
(189,209,243)
#CBDAF5
(203,218,245)
#D9E3F7
(217,227,247)
#E7ECF9
(231,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B92E5 color. Also use rgb(91,146,229) instead hex code.

Text Font Color

.myTextColor { color: #5B92E5; }

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

This text font color is #5B92E5.


Background Color

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

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

This div background color is #5B92E5.


Border color

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

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

This div border color is #5B92E5.


Opacity

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

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

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

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

This text has shadow with #5B92E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B92E5 on black background.


Color preview on white background

This text has color #5B92E5 on white background.



Black color preview on #5B92E5 background

This text has black color on #5B92E5 background.


White color preview on #5B92E5 background

This text has white color on #5B92E5 background.