COLOR #5C7987

HEX: #5C7987 RGB: (92,121,135)

Color info

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

RGB color model

#5C7987 color RGB value is (92,121,135).

RGB: (92,121,135) (36%, 47%, 53%)

RGB channels and saturation

R 92 of 255 = 36%
G 121 of 255 = 47%
B 135 of 255 = 53%

92
121
135

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

Portions of RGB colors in percentages

R + G + B = 92 + 121 + 135 = 348 (100%)
R 92 of 348 ~ 26.44%
G 121 of 348 ~ 34.77%
B 135 of 348 ~ 38.79'%

%26.44
%34.77
%38.79

CMYK color model

#5C7987 color CMYK value is (32,10,0,47).

  • cyan value is 31.85%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (32,10,0,47) C32M10Y0K47 (32%,10%,0%,47%) (0.32/0.10/0.00/0.47) 

CMYK percentages

%31.85
%10.37
%0
%47.06

Codes

Color #5C7987 in popluar color models

5C 79 87
RGB 92 121 135
HSL 200° 18.94% 44.51%
HSB/HSV 200° 31.85% 52.94%
CMYK 31.85% 10.37% 0.00%
47.06%

Color #5C7987 in popluar number systems.

HEX 5C 79 87
Decimal 92 121 135
Binary 1011100 1111001 10000111
Octal 134 171 207

Shades and tints

Shades of #5C7987

#5C7987
(92,121,135)
#546E7B
(84,110,123)
#4C636F
(76,99,111)
#445863
(68,88,99)
#3C4D57
(60,77,87)
#34424B
(52,66,75)
#2C373F
(44,55,63)
#242C33
(36,44,51)
#1C2127
(28,33,39)
#14161B
(20,22,27)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #5C7987

#5C7987
(92,121,135)
#6A8591
(106,133,145)
#78919B
(120,145,155)
#869DA5
(134,157,165)
#94A9AF
(148,169,175)
#A2B5B9
(162,181,185)
#B0C1C3
(176,193,195)
#BECDCD
(190,205,205)
#CCD9D7
(204,217,215)
#DAE5E1
(218,229,225)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7987 color. Also use rgb(92,121,135) instead hex code.

Text Font Color

.myTextColor { color: #5C7987; }

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

This text font color is #5C7987.

Background Color

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

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

This div background color is #5C7987.

Border color

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

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

This div border color is #5C7987.

Opacity

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

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

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

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

This text has shadow with #5C7987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7987.

Preview

Color preview on black background

This text has color #5C7987 on black background.


Color preview on white background

This text has color #5C7987 on white background.


Black color preview on #5C7987 background

This text has black color on #5C7987 background.


White color preview on #5C7987 background

This text has white color on #5C7987 background.


Related colors

Complementary color

Complementary color for #hex is #A38678.


I love getcolorcode.com

Triadic colors

1 #875C79 and #79875C with #5C7987 are triadic colors.

2 #87795C and #795C87 with #5C7987 are triadic colors.