COLOR #5C73C2

HEX: #5C73C2
RGB: (92,115,194)

Color info

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

RGB color model

#5C73C2 color RGB value is (92,115,194).

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

RGB channels and saturation

R 92 of 255 = 36%
G 115 of 255 = 45%
B 194 of 255 = 76%

92
115
194

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

Portions of RGB colors in percentages

R + G + B =
92 + 115 + 194 = 401 (100%)
R 92 of 401 ~ 22.94%
G 115 of 401 ~ 28.68%
B 194 of 401 ~ 48.38%

%22.94
%28.68
%48.38

CMYK color model

#5C73C2 color CMYK value is (53,41,0,24).

  • cyan value is 52.58%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(53,41,0,24)
C53M41Y0K24 
(53%,41%,0%,24%)
(0.53/0.41/0.00/0.24)	

CMYK percentages

%52.58
%40.72
%0
%23.92

Codes

Color #5C73C2 in popluar color models

5C73C2
RGB92115194
HSL226°45.54%56.08%
HSB/HSV226°52.58%76.08%
CMYK52.58%40.72%0.00%
23.92%

Color #5C73C2 in popluar number systems.

HEX5C73C2
Decimal92115194
Binary1011100111001111000010
Octal134163302

Shades and tints

Shades of #5C73C2

#5C73C2
(92,115,194)
#5469B1
(84,105,177)
#4C5FA0
(76,95,160)
#44558F
(68,85,143)
#3C4B7E
(60,75,126)
#34416D
(52,65,109)
#2C375C
(44,55,92)
#242D4B
(36,45,75)
#1C233A
(28,35,58)
#141929
(20,25,41)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #5C73C2

#5C73C2
(92,115,194)
#6A7FC7
(106,127,199)
#788BCC
(120,139,204)
#8697D1
(134,151,209)
#94A3D6
(148,163,214)
#A2AFDB
(162,175,219)
#B0BBE0
(176,187,224)
#BEC7E5
(190,199,229)
#CCD3EA
(204,211,234)
#DADFEF
(218,223,239)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C73C2; }

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

This text font color is #5C73C2.


Background Color

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

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

This div background color is #5C73C2.


Border color

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

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

This div border color is #5C73C2.


Opacity

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

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

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

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

This text has shadow with #5C73C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C73C2 on black background.


Color preview on white background

This text has color #5C73C2 on white background.



Black color preview on #5C73C2 background

This text has black color on #5C73C2 background.


White color preview on #5C73C2 background

This text has white color on #5C73C2 background.