COLOR #5C7FBB

HEX: #5C7FBB
RGB: (92,127,187)

Color info

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

RGB color model

#5C7FBB color RGB value is (92,127,187).

  • red value is 92;
  • green value is 127;
  • blue value is 187.
RGB:
(92,127,187)
(36%,50%,73%)

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 187 of 255 = 73%

92
127
187

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 187 = 406 (100%)
R 92 of 406 ~ 22.66%
G 127 of 406 ~ 31.28%
B 187 of 406 ~ 46.06%

%22.66
%31.28
%46.06

CMYK color model

#5C7FBB color CMYK value is (51,32,0,27).

  • cyan value is 50.80%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(51,32,0,27)
C51M32Y0K27 
(51%,32%,0%,27%)
(0.51/0.32/0.00/0.27)	

CMYK percentages

%50.8
%32.09
%0
%26.67

Codes

Color #5C7FBB in popluar color models

5C7FBB
RGB92127187
HSL218°41.13%54.71%
HSB/HSV218°50.80%73.33%
CMYK50.80%32.09%0.00%
26.67%

Color #5C7FBB in popluar number systems.

HEX5C7FBB
Decimal92127187
Binary1011100111111110111011
Octal134177273

Shades and tints

Shades of #5C7FBB

#5C7FBB
(92,127,187)
#5474AA
(84,116,170)
#4C6999
(76,105,153)
#445E88
(68,94,136)
#3C5377
(60,83,119)
#344866
(52,72,102)
#2C3D55
(44,61,85)
#243244
(36,50,68)
#1C2733
(28,39,51)
#141C22
(20,28,34)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #5C7FBB

#5C7FBB
(92,127,187)
#6A8AC1
(106,138,193)
#7895C7
(120,149,199)
#86A0CD
(134,160,205)
#94ABD3
(148,171,211)
#A2B6D9
(162,182,217)
#B0C1DF
(176,193,223)
#BECCE5
(190,204,229)
#CCD7EB
(204,215,235)
#DAE2F1
(218,226,241)
#E8EDF7
(232,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7FBB color. Also use rgb(92,127,187) instead hex code.

Text Font Color

.myTextColor { color: #5C7FBB; }

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

This text font color is #5C7FBB.


Background Color

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

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

This div background color is #5C7FBB.


Border color

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

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

This div border color is #5C7FBB.


Opacity

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

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

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

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

This text has shadow with #5C7FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7FBB on black background.


Color preview on white background

This text has color #5C7FBB on white background.



Black color preview on #5C7FBB background

This text has black color on #5C7FBB background.


White color preview on #5C7FBB background

This text has white color on #5C7FBB background.