COLOR #5B7FC4

HEX: #5B7FC4
RGB: (91,127,196)

Color info

#5B7FC4 contains mainly blue color. Web safe color of #5B7FC4 is #6666CC (or #66C).

RGB color model

#5B7FC4 color RGB value is (91,127,196).

  • red value is 91;
  • green value is 127;
  • blue value is 196.
RGB:
(91,127,196)
(36%,50%,77%)

RGB channels and saturation

R 91 of 255 = 36%
G 127 of 255 = 50%
B 196 of 255 = 77%

91
127
196

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

Portions of RGB colors in percentages

R + G + B =
91 + 127 + 196 = 414 (100%)
R 91 of 414 ~ 21.98%
G 127 of 414 ~ 30.68%
B 196 of 414 ~ 47.34%

%21.98
%30.68
%47.34

CMYK color model

#5B7FC4 color CMYK value is (54,35,0,23).

  • cyan value is 53.57%
  • magenta value is 35.20%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(54,35,0,23)
C54M35Y0K23 
(54%,35%,0%,23%)
(0.54/0.35/0.00/0.23)	

CMYK percentages

%53.57
%35.2
%0
%23.14

Codes

Color #5B7FC4 in popluar color models

5B7FC4
RGB91127196
HSL219°47.09%56.27%
HSB/HSV219°53.57%76.86%
CMYK53.57%35.20%0.00%
23.14%

Color #5B7FC4 in popluar number systems.

HEX5B7FC4
Decimal91127196
Binary1011011111111111000100
Octal133177304

Shades and tints

Shades of #5B7FC4

#5B7FC4
(91,127,196)
#5374B3
(83,116,179)
#4B69A2
(75,105,162)
#435E91
(67,94,145)
#3B5380
(59,83,128)
#33486F
(51,72,111)
#2B3D5E
(43,61,94)
#23324D
(35,50,77)
#1B273C
(27,39,60)
#131C2B
(19,28,43)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #5B7FC4

#5B7FC4
(91,127,196)
#698AC9
(105,138,201)
#7795CE
(119,149,206)
#85A0D3
(133,160,211)
#93ABD8
(147,171,216)
#A1B6DD
(161,182,221)
#AFC1E2
(175,193,226)
#BDCCE7
(189,204,231)
#CBD7EC
(203,215,236)
#D9E2F1
(217,226,241)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7FC4 color. Also use rgb(91,127,196) instead hex code.

Text Font Color

.myTextColor { color: #5B7FC4; }

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

This text font color is #5B7FC4.


Background Color

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

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

This div background color is #5B7FC4.


Border color

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

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

This div border color is #5B7FC4.


Opacity

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

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

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

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

This text has shadow with #5B7FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7FC4 on black background.


Color preview on white background

This text has color #5B7FC4 on white background.



Black color preview on #5B7FC4 background

This text has black color on #5B7FC4 background.


White color preview on #5B7FC4 background

This text has white color on #5B7FC4 background.