COLOR #5C757E

HEX: #5C757E
RGB: (92,117,126)

Color info

#5C757E contains red, green and blue colors in about the same proportion. Web safe color of #5C757E is #666666 (or #666).

RGB color model

#5C757E color RGB value is (92,117,126).

  • red value is 92;
  • green value is 117;
  • blue value is 126.
RGB:
(92,117,126)
(36%,46%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 126 of 255 = 49%

92
117
126

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 126 = 335 (100%)
R 92 of 335 ~ 27.46%
G 117 of 335 ~ 34.93%
B 126 of 335 ~ 37.61%

%27.46
%34.93
%37.61

CMYK color model

#5C757E color CMYK value is (27,7,0,51).

  • cyan value is 26.98%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(27,7,0,51)
C27M7Y0K51 
(27%,7%,0%,51%)
(0.27/0.07/0.00/0.51)	

CMYK percentages

%26.98
%7.14
%0
%50.59

Codes

Color #5C757E in popluar color models

5C757E
RGB92117126
HSL196°15.60%42.75%
HSB/HSV196°26.98%49.41%
CMYK26.98%7.14%0.00%
50.59%

Color #5C757E in popluar number systems.

HEX5C757E
Decimal92117126
Binary101110011101011111110
Octal134165176

Shades and tints

Shades of #5C757E

#5C757E
(92,117,126)
#546B73
(84,107,115)
#4C6168
(76,97,104)
#44575D
(68,87,93)
#3C4D52
(60,77,82)
#344347
(52,67,71)
#2C393C
(44,57,60)
#242F31
(36,47,49)
#1C2526
(28,37,38)
#141B1B
(20,27,27)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C757E

#5C757E
(92,117,126)
#6A8189
(106,129,137)
#788D94
(120,141,148)
#86999F
(134,153,159)
#94A5AA
(148,165,170)
#A2B1B5
(162,177,181)
#B0BDC0
(176,189,192)
#BEC9CB
(190,201,203)
#CCD5D6
(204,213,214)
#DAE1E1
(218,225,225)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C757E color. Also use rgb(92,117,126) instead hex code.

Text Font Color

.myTextColor { color: #5C757E; }

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

This text font color is #5C757E.


Background Color

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

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

This div background color is #5C757E.


Border color

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

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

This div border color is #5C757E.


Opacity

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

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

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

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

This text has shadow with #5C757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C757E on black background.


Color preview on white background

This text has color #5C757E on white background.



Black color preview on #5C757E background

This text has black color on #5C757E background.


White color preview on #5C757E background

This text has white color on #5C757E background.