COLOR #5C7DBB

HEX: #5C7DBB
RGB: (92,125,187)

Color info

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

RGB color model

#5C7DBB color RGB value is (92,125,187).

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

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 187 of 255 = 73%

92
125
187

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

Portions of RGB colors in percentages

R + G + B =
92 + 125 + 187 = 404 (100%)
R 92 of 404 ~ 22.77%
G 125 of 404 ~ 30.94%
B 187 of 404 ~ 46.29%

%22.77
%30.94
%46.29

CMYK color model

#5C7DBB color CMYK value is (51,33,0,27).

  • cyan value is 50.80%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(51,33,0,27)
C51M33Y0K27 
(51%,33%,0%,27%)
(0.51/0.33/0.00/0.27)	

CMYK percentages

%50.8
%33.16
%0
%26.67

Codes

Color #5C7DBB in popluar color models

5C7DBB
RGB92125187
HSL219°41.13%54.71%
HSB/HSV219°50.80%73.33%
CMYK50.80%33.16%0.00%
26.67%

Color #5C7DBB in popluar number systems.

HEX5C7DBB
Decimal92125187
Binary1011100111110110111011
Octal134175273

Shades and tints

Shades of #5C7DBB

#5C7DBB
(92,125,187)
#5472AA
(84,114,170)
#4C6799
(76,103,153)
#445C88
(68,92,136)
#3C5177
(60,81,119)
#344666
(52,70,102)
#2C3B55
(44,59,85)
#243044
(36,48,68)
#1C2533
(28,37,51)
#141A22
(20,26,34)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C7DBB

#5C7DBB
(92,125,187)
#6A88C1
(106,136,193)
#7893C7
(120,147,199)
#869ECD
(134,158,205)
#94A9D3
(148,169,211)
#A2B4D9
(162,180,217)
#B0BFDF
(176,191,223)
#BECAE5
(190,202,229)
#CCD5EB
(204,213,235)
#DAE0F1
(218,224,241)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7DBB; }

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

This text font color is #5C7DBB.


Background Color

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

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

This div background color is #5C7DBB.


Border color

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

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

This div border color is #5C7DBB.


Opacity

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

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

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

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

This text has shadow with #5C7DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7DBB on black background.


Color preview on white background

This text has color #5C7DBB on white background.



Black color preview on #5C7DBB background

This text has black color on #5C7DBB background.


White color preview on #5C7DBB background

This text has white color on #5C7DBB background.