COLOR #5D91CD

HEX: #5D91CD
RGB: (93,145,205)

Color info

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

RGB color model

#5D91CD color RGB value is (93,145,205).

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

RGB channels and saturation

R 93 of 255 = 36%
G 145 of 255 = 57%
B 205 of 255 = 80%

93
145
205

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

Portions of RGB colors in percentages

R + G + B =
93 + 145 + 205 = 443 (100%)
R 93 of 443 ~ 20.99%
G 145 of 443 ~ 32.73%
B 205 of 443 ~ 46.28%

%20.99
%32.73
%46.28

CMYK color model

#5D91CD color CMYK value is (55,29,0,20).

  • cyan value is 54.63%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(55,29,0,20)
C55M29Y0K20 
(55%,29%,0%,20%)
(0.55/0.29/0.00/0.20)	

CMYK percentages

%54.63
%29.27
%0
%19.61

Codes

Color #5D91CD in popluar color models

5D91CD
RGB93145205
HSL212°52.83%58.43%
HSB/HSV212°54.63%80.39%
CMYK54.63%29.27%0.00%
19.61%

Color #5D91CD in popluar number systems.

HEX5D91CD
Decimal93145205
Binary10111011001000111001101
Octal135221315

Shades and tints

Shades of #5D91CD

#5D91CD
(93,145,205)
#5584BB
(85,132,187)
#4D77A9
(77,119,169)
#456A97
(69,106,151)
#3D5D85
(61,93,133)
#355073
(53,80,115)
#2D4361
(45,67,97)
#25364F
(37,54,79)
#1D293D
(29,41,61)
#151C2B
(21,28,43)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #5D91CD

#5D91CD
(93,145,205)
#6B9BD1
(107,155,209)
#79A5D5
(121,165,213)
#87AFD9
(135,175,217)
#95B9DD
(149,185,221)
#A3C3E1
(163,195,225)
#B1CDE5
(177,205,229)
#BFD7E9
(191,215,233)
#CDE1ED
(205,225,237)
#DBEBF1
(219,235,241)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D91CD; }

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

This text font color is #5D91CD.


Background Color

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

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

This div background color is #5D91CD.


Border color

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

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

This div border color is #5D91CD.


Opacity

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

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

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

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

This text has shadow with #5D91CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D91CD on black background.


Color preview on white background

This text has color #5D91CD on white background.



Black color preview on #5D91CD background

This text has black color on #5D91CD background.


White color preview on #5D91CD background

This text has white color on #5D91CD background.