COLOR #5D91E9

HEX: #5D91E9
RGB: (93,145,233)

Color info

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

RGB color model

#5D91E9 color RGB value is (93,145,233).

  • red value is 93;
  • green value is 145;
  • blue value is 233.
RGB:
(93,145,233)
(36%,57%,91%)

RGB channels and saturation

R 93 of 255 = 36%
G 145 of 255 = 57%
B 233 of 255 = 91%

93
145
233

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

Portions of RGB colors in percentages

R + G + B =
93 + 145 + 233 = 471 (100%)
R 93 of 471 ~ 19.75%
G 145 of 471 ~ 30.79%
B 233 of 471 ~ 49.47%

%19.75
%30.79
%49.47

CMYK color model

#5D91E9 color CMYK value is (60,38,0,9).

  • cyan value is 60.09%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(60,38,0,9)
C60M38Y0K9 
(60%,38%,0%,9%)
(0.60/0.38/0.00/0.09)	

CMYK percentages

%60.09
%37.77
%0
%8.63

Codes

Color #5D91E9 in popluar color models

5D91E9
RGB93145233
HSL218°76.09%63.92%
HSB/HSV218°60.09%91.37%
CMYK60.09%37.77%0.00%
8.63%

Color #5D91E9 in popluar number systems.

HEX5D91E9
Decimal93145233
Binary10111011001000111101001
Octal135221351

Shades and tints

Shades of #5D91E9

#5D91E9
(93,145,233)
#5584D4
(85,132,212)
#4D77BF
(77,119,191)
#456AAA
(69,106,170)
#3D5D95
(61,93,149)
#355080
(53,80,128)
#2D436B
(45,67,107)
#253656
(37,54,86)
#1D2941
(29,41,65)
#151C2C
(21,28,44)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #5D91E9

#5D91E9
(93,145,233)
#6B9BEB
(107,155,235)
#79A5ED
(121,165,237)
#87AFEF
(135,175,239)
#95B9F1
(149,185,241)
#A3C3F3
(163,195,243)
#B1CDF5
(177,205,245)
#BFD7F7
(191,215,247)
#CDE1F9
(205,225,249)
#DBEBFB
(219,235,251)
#E9F5FD
(233,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D91E9 color. Also use rgb(93,145,233) instead hex code.

Text Font Color

.myTextColor { color: #5D91E9; }

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

This text font color is #5D91E9.


Background Color

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

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

This div background color is #5D91E9.


Border color

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

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

This div border color is #5D91E9.


Opacity

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

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

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

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

This text has shadow with #5D91E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D91E9 on black background.


Color preview on white background

This text has color #5D91E9 on white background.



Black color preview on #5D91E9 background

This text has black color on #5D91E9 background.


White color preview on #5D91E9 background

This text has white color on #5D91E9 background.