COLOR #5C71AC

HEX: #5C71AC
RGB: (92,113,172)

Color info

#5C71AC contains mainly green and blue colors. Web safe color of #5C71AC is #666699 (or #669).

RGB color model

#5C71AC color RGB value is (92,113,172).

  • red value is 92;
  • green value is 113;
  • blue value is 172.
RGB:
(92,113,172)
(36%,44%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 172 of 255 = 67%

92
113
172

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

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 172 = 377 (100%)
R 92 of 377 ~ 24.4%
G 113 of 377 ~ 29.97%
B 172 of 377 ~ 45.62%

%24.4
%29.97
%45.62

CMYK color model

#5C71AC color CMYK value is (47,34,0,33).

  • cyan value is 46.51%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,34,0,33)
C47M34Y0K33 
(47%,34%,0%,33%)
(0.47/0.34/0.00/0.33)	

CMYK percentages

%46.51
%34.3
%0
%32.55

Codes

Color #5C71AC in popluar color models

5C71AC
RGB92113172
HSL224°32.52%51.76%
HSB/HSV224°46.51%67.45%
CMYK46.51%34.30%0.00%
32.55%

Color #5C71AC in popluar number systems.

HEX5C71AC
Decimal92113172
Binary1011100111000110101100
Octal134161254

Shades and tints

Shades of #5C71AC

#5C71AC
(92,113,172)
#54679D
(84,103,157)
#4C5D8E
(76,93,142)
#44537F
(68,83,127)
#3C4970
(60,73,112)
#343F61
(52,63,97)
#2C3552
(44,53,82)
#242B43
(36,43,67)
#1C2134
(28,33,52)
#141725
(20,23,37)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #5C71AC

#5C71AC
(92,113,172)
#6A7DB3
(106,125,179)
#7889BA
(120,137,186)
#8695C1
(134,149,193)
#94A1C8
(148,161,200)
#A2ADCF
(162,173,207)
#B0B9D6
(176,185,214)
#BEC5DD
(190,197,221)
#CCD1E4
(204,209,228)
#DADDEB
(218,221,235)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C71AC color. Also use rgb(92,113,172) instead hex code.

Text Font Color

.myTextColor { color: #5C71AC; }

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

This text font color is #5C71AC.


Background Color

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

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

This div background color is #5C71AC.


Border color

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

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

This div border color is #5C71AC.


Opacity

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

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

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

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

This text has shadow with #5C71AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C71AC on black background.


Color preview on white background

This text has color #5C71AC on white background.



Black color preview on #5C71AC background

This text has black color on #5C71AC background.


White color preview on #5C71AC background

This text has white color on #5C71AC background.