COLOR #5C72C2

HEX: #5C72C2
RGB: (92,114,194)

Color info

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

RGB color model

#5C72C2 color RGB value is (92,114,194).

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

RGB channels and saturation

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

92
114
194

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

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 194 = 400 (100%)
R 92 of 400 ~ 23%
G 114 of 400 ~ 28.5%
B 194 of 400 ~ 48.5%

%23
%28.5
%48.5

CMYK color model

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

  • cyan value is 52.58%
  • magenta value is 41.24%
  • 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
%41.24
%0
%23.92

Codes

Color #5C72C2 in popluar color models

5C72C2
RGB92114194
HSL227°45.54%56.08%
HSB/HSV227°52.58%76.08%
CMYK52.58%41.24%0.00%
23.92%

Color #5C72C2 in popluar number systems.

HEX5C72C2
Decimal92114194
Binary1011100111001011000010
Octal134162302

Shades and tints

Shades of #5C72C2

#5C72C2
(92,114,194)
#5468B1
(84,104,177)
#4C5EA0
(76,94,160)
#44548F
(68,84,143)
#3C4A7E
(60,74,126)
#34406D
(52,64,109)
#2C365C
(44,54,92)
#242C4B
(36,44,75)
#1C223A
(28,34,58)
#141829
(20,24,41)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #5C72C2

#5C72C2
(92,114,194)
#6A7EC7
(106,126,199)
#788ACC
(120,138,204)
#8696D1
(134,150,209)
#94A2D6
(148,162,214)
#A2AEDB
(162,174,219)
#B0BAE0
(176,186,224)
#BEC6E5
(190,198,229)
#CCD2EA
(204,210,234)
#DADEEF
(218,222,239)
#E8EAF4
(232,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C72C2; }

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

This text font color is #5C72C2.


Background Color

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

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

This div background color is #5C72C2.


Border color

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

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

This div border color is #5C72C2.


Opacity

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

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

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

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

This text has shadow with #5C72C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C72C2 on black background.


Color preview on white background

This text has color #5C72C2 on white background.



Black color preview on #5C72C2 background

This text has black color on #5C72C2 background.


White color preview on #5C72C2 background

This text has white color on #5C72C2 background.