COLOR #5C7E8B

HEX: #5C7E8B RGB: (92,126,139)

Color info

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

RGB color model

#5C7E8B color RGB value is (92,126,139).

RGB: (92,126,139) (36%, 49%, 55%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 139 of 255 = 55%

92
126
139

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

Portions of RGB colors in percentages

R + G + B = 92 + 126 + 139 = 357 (100%)
R 92 of 357 ~ 25.77%
G 126 of 357 ~ 35.29%
B 139 of 357 ~ 38.94'%

%25.77
%35.29
%38.94

CMYK color model

#5C7E8B color CMYK value is (34,9,0,45).

  • cyan value is 33.81%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (34,9,0,45) C34M9Y0K45 (34%,9%,0%,45%) (0.34/0.09/0.00/0.45) 

CMYK percentages

%33.81
%9.35
%0
%45.49

Codes

Color #5C7E8B in popluar color models

5C 7E 8B
RGB 92 126 139
HSL 197° 20.35% 45.29%
HSB/HSV 197° 33.81% 54.51%
CMYK 33.81% 9.35% 0.00%
45.49%

Color #5C7E8B in popluar number systems.

HEX 5C 7E 8B
Decimal 92 126 139
Binary 1011100 1111110 10001011
Octal 134 176 213

Shades and tints

Shades of #5C7E8B

#5C7E8B
(92,126,139)
#54737F
(84,115,127)
#4C6873
(76,104,115)
#445D67
(68,93,103)
#3C525B
(60,82,91)
#34474F
(52,71,79)
#2C3C43
(44,60,67)
#243137
(36,49,55)
#1C262B
(28,38,43)
#141B1F
(20,27,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C7E8B

#5C7E8B
(92,126,139)
#6A8995
(106,137,149)
#78949F
(120,148,159)
#869FA9
(134,159,169)
#94AAB3
(148,170,179)
#A2B5BD
(162,181,189)
#B0C0C7
(176,192,199)
#BECBD1
(190,203,209)
#CCD6DB
(204,214,219)
#DAE1E5
(218,225,229)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7E8B; }

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

This text font color is #5C7E8B.

Background Color

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

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

This div background color is #5C7E8B.

Border color

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

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

This div border color is #5C7E8B.

Opacity

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

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

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

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

This text has shadow with #5C7E8B color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C7E8B.

Preview

Color preview on black background

This text has color #5C7E8B on black background.


Color preview on white background

This text has color #5C7E8B on white background.



Black color preview on #5C7E8B background

This text has black color on #5C7E8B background.


White color preview on #5C7E8B background

This text has white color on #5C7E8B background.


Related colors


Complementary color

Complementary color for #5C7E8B is #A38174.


I love getcolorcode.com

Triadic colors

1 #8B5C7E and #7E8B5C with #5C7E8B are triadic colors.

2 #8B7E5C and #7E5C8B with #5C7E8B are triadic colors.