COLOR #5C74BA

HEX: #5C74BA
RGB: (92,116,186)

Color info

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

RGB color model

#5C74BA color RGB value is (92,116,186).

  • red value is 92;
  • green value is 116;
  • blue value is 186.
RGB:
(92,116,186)
(36%,45%,73%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 186 of 255 = 73%

92
116
186

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

Portions of RGB colors in percentages

R + G + B =
92 + 116 + 186 = 394 (100%)
R 92 of 394 ~ 23.35%
G 116 of 394 ~ 29.44%
B 186 of 394 ~ 47.21%

%23.35
%29.44
%47.21

CMYK color model

#5C74BA color CMYK value is (51,38,0,27).

  • cyan value is 50.54%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(51,38,0,27)
C51M38Y0K27 
(51%,38%,0%,27%)
(0.51/0.38/0.00/0.27)	

CMYK percentages

%50.54
%37.63
%0
%27.06

Codes

Color #5C74BA in popluar color models

5C74BA
RGB92116186
HSL225°40.52%54.51%
HSB/HSV225°50.54%72.94%
CMYK50.54%37.63%0.00%
27.06%

Color #5C74BA in popluar number systems.

HEX5C74BA
Decimal92116186
Binary1011100111010010111010
Octal134164272

Shades and tints

Shades of #5C74BA

#5C74BA
(92,116,186)
#546AAA
(84,106,170)
#4C609A
(76,96,154)
#44568A
(68,86,138)
#3C4C7A
(60,76,122)
#34426A
(52,66,106)
#2C385A
(44,56,90)
#242E4A
(36,46,74)
#1C243A
(28,36,58)
#141A2A
(20,26,42)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #5C74BA

#5C74BA
(92,116,186)
#6A80C0
(106,128,192)
#788CC6
(120,140,198)
#8698CC
(134,152,204)
#94A4D2
(148,164,210)
#A2B0D8
(162,176,216)
#B0BCDE
(176,188,222)
#BEC8E4
(190,200,228)
#CCD4EA
(204,212,234)
#DAE0F0
(218,224,240)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C74BA color. Also use rgb(92,116,186) instead hex code.

Text Font Color

.myTextColor { color: #5C74BA; }

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

This text font color is #5C74BA.


Background Color

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

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

This div background color is #5C74BA.


Border color

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

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

This div border color is #5C74BA.


Opacity

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

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

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

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

This text has shadow with #5C74BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C74BA on black background.


Color preview on white background

This text has color #5C74BA on white background.



Black color preview on #5C74BA background

This text has black color on #5C74BA background.


White color preview on #5C74BA background

This text has white color on #5C74BA background.