COLOR #5C73BA

HEX: #5C73BA
RGB: (92,115,186)

Color info

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

RGB color model

#5C73BA color RGB value is (92,115,186).

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

RGB channels and saturation

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

92
115
186

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

Portions of RGB colors in percentages

R + G + B =
92 + 115 + 186 = 393 (100%)
R 92 of 393 ~ 23.41%
G 115 of 393 ~ 29.26%
B 186 of 393 ~ 47.33%

%23.41
%29.26
%47.33

CMYK color model

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

  • cyan value is 50.54%
  • magenta value is 38.17%
  • 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
%38.17
%0
%27.06

Codes

Color #5C73BA in popluar color models

5C73BA
RGB92115186
HSL225°40.52%54.51%
HSB/HSV225°50.54%72.94%
CMYK50.54%38.17%0.00%
27.06%

Color #5C73BA in popluar number systems.

HEX5C73BA
Decimal92115186
Binary1011100111001110111010
Octal134163272

Shades and tints

Shades of #5C73BA

#5C73BA
(92,115,186)
#5469AA
(84,105,170)
#4C5F9A
(76,95,154)
#44558A
(68,85,138)
#3C4B7A
(60,75,122)
#34416A
(52,65,106)
#2C375A
(44,55,90)
#242D4A
(36,45,74)
#1C233A
(28,35,58)
#14192A
(20,25,42)
#0C0F1A
(12,15,26)
#000000
(0,0,0)

Tints of #5C73BA

#5C73BA
(92,115,186)
#6A7FC0
(106,127,192)
#788BC6
(120,139,198)
#8697CC
(134,151,204)
#94A3D2
(148,163,210)
#A2AFD8
(162,175,216)
#B0BBDE
(176,187,222)
#BEC7E4
(190,199,228)
#CCD3EA
(204,211,234)
#DADFF0
(218,223,240)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C73BA; }

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

This text font color is #5C73BA.


Background Color

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

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

This div background color is #5C73BA.


Border color

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

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

This div border color is #5C73BA.


Opacity

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

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

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

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

This text has shadow with #5C73BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C73BA on black background.


Color preview on white background

This text has color #5C73BA on white background.



Black color preview on #5C73BA background

This text has black color on #5C73BA background.


White color preview on #5C73BA background

This text has white color on #5C73BA background.