COLOR #5C91E3

HEX: #5C91E3
RGB: (92,145,227)

Color info

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

RGB color model

#5C91E3 color RGB value is (92,145,227).

  • red value is 92;
  • green value is 145;
  • blue value is 227.
RGB:
(92,145,227)
(36%,57%,89%)

RGB channels and saturation

R 92 of 255 = 36%
G 145 of 255 = 57%
B 227 of 255 = 89%

92
145
227

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

Portions of RGB colors in percentages

R + G + B =
92 + 145 + 227 = 464 (100%)
R 92 of 464 ~ 19.83%
G 145 of 464 ~ 31.25%
B 227 of 464 ~ 48.92%

%19.83
%31.25
%48.92

CMYK color model

#5C91E3 color CMYK value is (59,36,0,11).

  • cyan value is 59.47%
  • magenta value is 36.12%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(59,36,0,11)
C59M36Y0K11 
(59%,36%,0%,11%)
(0.59/0.36/0.00/0.11)	

CMYK percentages

%59.47
%36.12
%0
%10.98

Codes

Color #5C91E3 in popluar color models

5C91E3
RGB92145227
HSL216°70.68%62.55%
HSB/HSV216°59.47%89.02%
CMYK59.47%36.12%0.00%
10.98%

Color #5C91E3 in popluar number systems.

HEX5C91E3
Decimal92145227
Binary10111001001000111100011
Octal134221343

Shades and tints

Shades of #5C91E3

#5C91E3
(92,145,227)
#5484CF
(84,132,207)
#4C77BB
(76,119,187)
#446AA7
(68,106,167)
#3C5D93
(60,93,147)
#34507F
(52,80,127)
#2C436B
(44,67,107)
#243657
(36,54,87)
#1C2943
(28,41,67)
#141C2F
(20,28,47)
#0C0F1B
(12,15,27)
#000000
(0,0,0)

Tints of #5C91E3

#5C91E3
(92,145,227)
#6A9BE5
(106,155,229)
#78A5E7
(120,165,231)
#86AFE9
(134,175,233)
#94B9EB
(148,185,235)
#A2C3ED
(162,195,237)
#B0CDEF
(176,205,239)
#BED7F1
(190,215,241)
#CCE1F3
(204,225,243)
#DAEBF5
(218,235,245)
#E8F5F7
(232,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C91E3 color. Also use rgb(92,145,227) instead hex code.

Text Font Color

.myTextColor { color: #5C91E3; }

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

This text font color is #5C91E3.


Background Color

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

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

This div background color is #5C91E3.


Border color

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

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

This div border color is #5C91E3.


Opacity

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

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

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

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

This text has shadow with #5C91E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C91E3 on black background.


Color preview on white background

This text has color #5C91E3 on white background.



Black color preview on #5C91E3 background

This text has black color on #5C91E3 background.


White color preview on #5C91E3 background

This text has white color on #5C91E3 background.