COLOR #5C7FA2

HEX: #5C7FA2
RGB: (92,127,162)

Color info

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

RGB color model

#5C7FA2 color RGB value is (92,127,162).

  • red value is 92;
  • green value is 127;
  • blue value is 162.
RGB:
(92,127,162)
(36%,50%,64%)

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 162 of 255 = 64%

92
127
162

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 162 = 381 (100%)
R 92 of 381 ~ 24.15%
G 127 of 381 ~ 33.33%
B 162 of 381 ~ 42.52%

%24.15
%33.33
%42.52

CMYK color model

#5C7FA2 color CMYK value is (43,22,0,36).

  • cyan value is 43.21%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(43,22,0,36)
C43M22Y0K36 
(43%,22%,0%,36%)
(0.43/0.22/0.00/0.36)	

CMYK percentages

%43.21
%21.6
%0
%36.47

Codes

Color #5C7FA2 in popluar color models

5C7FA2
RGB92127162
HSL210°27.56%49.80%
HSB/HSV210°43.21%63.53%
CMYK43.21%21.60%0.00%
36.47%

Color #5C7FA2 in popluar number systems.

HEX5C7FA2
Decimal92127162
Binary1011100111111110100010
Octal134177242

Shades and tints

Shades of #5C7FA2

#5C7FA2
(92,127,162)
#547494
(84,116,148)
#4C6986
(76,105,134)
#445E78
(68,94,120)
#3C536A
(60,83,106)
#34485C
(52,72,92)
#2C3D4E
(44,61,78)
#243240
(36,50,64)
#1C2732
(28,39,50)
#141C24
(20,28,36)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #5C7FA2

#5C7FA2
(92,127,162)
#6A8AAA
(106,138,170)
#7895B2
(120,149,178)
#86A0BA
(134,160,186)
#94ABC2
(148,171,194)
#A2B6CA
(162,182,202)
#B0C1D2
(176,193,210)
#BECCDA
(190,204,218)
#CCD7E2
(204,215,226)
#DAE2EA
(218,226,234)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7FA2 color. Also use rgb(92,127,162) instead hex code.

Text Font Color

.myTextColor { color: #5C7FA2; }

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

This text font color is #5C7FA2.


Background Color

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

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

This div background color is #5C7FA2.


Border color

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

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

This div border color is #5C7FA2.


Opacity

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

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

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

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

This text has shadow with #5C7FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7FA2 on black background.


Color preview on white background

This text has color #5C7FA2 on white background.



Black color preview on #5C7FA2 background

This text has black color on #5C7FA2 background.


White color preview on #5C7FA2 background

This text has white color on #5C7FA2 background.