COLOR #5C7696

HEX: #5C7696
RGB: (92,118,150)

Color info

#5C7696 contains red, green and blue colors in about the same proportion. Web safe color of #5C7696 is #666699 (or #669).

RGB color model

#5C7696 color RGB value is (92,118,150).

  • red value is 92;
  • green value is 118;
  • blue value is 150.
RGB:
(92,118,150)
(36%,46%,59%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 150 of 255 = 59%

92
118
150

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

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 150 = 360 (100%)
R 92 of 360 ~ 25.56%
G 118 of 360 ~ 32.78%
B 150 of 360 ~ 41.67%

%25.56
%32.78
%41.67

CMYK color model

#5C7696 color CMYK value is (39,21,0,41).

  • cyan value is 38.67%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(39,21,0,41)
C39M21Y0K41 
(39%,21%,0%,41%)
(0.39/0.21/0.00/0.41)	

CMYK percentages

%38.67
%21.33
%0
%41.18

Codes

Color #5C7696 in popluar color models

5C7696
RGB92118150
HSL213°23.97%47.45%
HSB/HSV213°38.67%58.82%
CMYK38.67%21.33%0.00%
41.18%

Color #5C7696 in popluar number systems.

HEX5C7696
Decimal92118150
Binary1011100111011010010110
Octal134166226

Shades and tints

Shades of #5C7696

#5C7696
(92,118,150)
#546C89
(84,108,137)
#4C627C
(76,98,124)
#44586F
(68,88,111)
#3C4E62
(60,78,98)
#344455
(52,68,85)
#2C3A48
(44,58,72)
#24303B
(36,48,59)
#1C262E
(28,38,46)
#141C21
(20,28,33)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #5C7696

#5C7696
(92,118,150)
#6A829F
(106,130,159)
#788EA8
(120,142,168)
#869AB1
(134,154,177)
#94A6BA
(148,166,186)
#A2B2C3
(162,178,195)
#B0BECC
(176,190,204)
#BECAD5
(190,202,213)
#CCD6DE
(204,214,222)
#DAE2E7
(218,226,231)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7696 color. Also use rgb(92,118,150) instead hex code.

Text Font Color

.myTextColor { color: #5C7696; }

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

This text font color is #5C7696.


Background Color

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

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

This div background color is #5C7696.


Border color

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

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

This div border color is #5C7696.


Opacity

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

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

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

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

This text has shadow with #5C7696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7696 on black background.


Color preview on white background

This text has color #5C7696 on white background.



Black color preview on #5C7696 background

This text has black color on #5C7696 background.


White color preview on #5C7696 background

This text has white color on #5C7696 background.