COLOR #5C7C8E

HEX: #5C7C8E RGB: (92,124,142)

Color info

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

RGB color model

#5C7C8E color RGB value is (92,124,142).

RGB: (92,124,142) (36%, 49%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 142 of 255 = 56%

92
124
142

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

Portions of RGB colors in percentages

R + G + B = 92 + 124 + 142 = 358 (100%)
R 92 of 358 ~ 25.7%
G 124 of 358 ~ 34.64%
B 142 of 358 ~ 39.66'%

%25.7
%34.64
%39.66

CMYK color model

#5C7C8E color CMYK value is (35,13,0,44).

  • cyan value is 35.21%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (35,13,0,44) C35M13Y0K44 (35%,13%,0%,44%) (0.35/0.13/0.00/0.44) 

CMYK percentages

%35.21
%12.68
%0
%44.31

Codes

Color #5C7C8E in popluar color models

5C 7C 8E
RGB 92 124 142
HSL 202° 21.37% 45.88%
HSB/HSV 202° 35.21% 55.69%
CMYK 35.21% 12.68% 0.00%
44.31%

Color #5C7C8E in popluar number systems.

HEX 5C 7C 8E
Decimal 92 124 142
Binary 1011100 1111100 10001110
Octal 134 174 216

Shades and tints

Shades of #5C7C8E

#5C7C8E
(92,124,142)
#547182
(84,113,130)
#4C6676
(76,102,118)
#445B6A
(68,91,106)
#3C505E
(60,80,94)
#344552
(52,69,82)
#2C3A46
(44,58,70)
#242F3A
(36,47,58)
#1C242E
(28,36,46)
#141922
(20,25,34)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #5C7C8E

#5C7C8E
(92,124,142)
#6A8798
(106,135,152)
#7892A2
(120,146,162)
#869DAC
(134,157,172)
#94A8B6
(148,168,182)
#A2B3C0
(162,179,192)
#B0BECA
(176,190,202)
#BEC9D4
(190,201,212)
#CCD4DE
(204,212,222)
#DADFE8
(218,223,232)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7C8E color. Also use rgb(92,124,142) instead hex code.

Text Font Color

.myTextColor { color: #5C7C8E; }

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

This text font color is #5C7C8E.

Background Color

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

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

This div background color is #5C7C8E.

Border color

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

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

This div border color is #5C7C8E.

Opacity

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

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

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

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

This text has shadow with #5C7C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7C8E.

Preview

Color preview on black background

This text has color #5C7C8E on black background.


Color preview on white background

This text has color #5C7C8E on white background.


Black color preview on #5C7C8E background

This text has black color on #5C7C8E background.


White color preview on #5C7C8E background

This text has white color on #5C7C8E background.


Related colors

Complementary color

Complementary color for #hex is #A38371.


I love getcolorcode.com

Triadic colors

1 #8E5C7C and #7C8E5C with #5C7C8E are triadic colors.

2 #8E7C5C and #7C5C8E with #5C7C8E are triadic colors.