COLOR #5C72B2

HEX: #5C72B2
RGB: (92,114,178)

Color info

#5C72B2 contains mainly blue color. Web safe color of #5C72B2 is #666699 (or #669).

RGB color model

#5C72B2 color RGB value is (92,114,178).

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

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 178 of 255 = 70%

92
114
178

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

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 178 = 384 (100%)
R 92 of 384 ~ 23.96%
G 114 of 384 ~ 29.69%
B 178 of 384 ~ 46.35%

%23.96
%29.69
%46.35

CMYK color model

#5C72B2 color CMYK value is (48,36,0,30).

  • cyan value is 48.31%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(48,36,0,30)
C48M36Y0K30 
(48%,36%,0%,30%)
(0.48/0.36/0.00/0.30)	

CMYK percentages

%48.31
%35.96
%0
%30.2

Codes

Color #5C72B2 in popluar color models

5C72B2
RGB92114178
HSL225°35.83%52.94%
HSB/HSV225°48.31%69.80%
CMYK48.31%35.96%0.00%
30.20%

Color #5C72B2 in popluar number systems.

HEX5C72B2
Decimal92114178
Binary1011100111001010110010
Octal134162262

Shades and tints

Shades of #5C72B2

#5C72B2
(92,114,178)
#5468A2
(84,104,162)
#4C5E92
(76,94,146)
#445482
(68,84,130)
#3C4A72
(60,74,114)
#344062
(52,64,98)
#2C3652
(44,54,82)
#242C42
(36,44,66)
#1C2232
(28,34,50)
#141822
(20,24,34)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #5C72B2

#5C72B2
(92,114,178)
#6A7EB9
(106,126,185)
#788AC0
(120,138,192)
#8696C7
(134,150,199)
#94A2CE
(148,162,206)
#A2AED5
(162,174,213)
#B0BADC
(176,186,220)
#BEC6E3
(190,198,227)
#CCD2EA
(204,210,234)
#DADEF1
(218,222,241)
#E8EAF8
(232,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C72B2; }

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

This text font color is #5C72B2.


Background Color

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

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

This div background color is #5C72B2.


Border color

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

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

This div border color is #5C72B2.


Opacity

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

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

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

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

This text has shadow with #5C72B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C72B2 on black background.


Color preview on white background

This text has color #5C72B2 on white background.



Black color preview on #5C72B2 background

This text has black color on #5C72B2 background.


White color preview on #5C72B2 background

This text has white color on #5C72B2 background.