COLOR #5C7A8D

HEX: #5C7A8D
RGB: (92,122,141)

Color info

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

RGB color model

#5C7A8D color RGB value is (92,122,141).

  • red value is 92;
  • green value is 122;
  • blue value is 141.
RGB:
(92,122,141)
(36%,48%,55%)

RGB channels and saturation

R 92 of 255 = 36%
G 122 of 255 = 48%
B 141 of 255 = 55%

92
122
141

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

Portions of RGB colors in percentages

R + G + B =
92 + 122 + 141 = 355 (100%)
R 92 of 355 ~ 25.92%
G 122 of 355 ~ 34.37%
B 141 of 355 ~ 39.72%

%25.92
%34.37
%39.72

CMYK color model

#5C7A8D color CMYK value is (35,13,0,45).

  • cyan value is 34.75%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,13,0,45)
C35M13Y0K45 
(35%,13%,0%,45%)
(0.35/0.13/0.00/0.45)	

CMYK percentages

%34.75
%13.48
%0
%44.71

Codes

Color #5C7A8D in popluar color models

5C7A8D
RGB92122141
HSL203°21.03%45.69%
HSB/HSV203°34.75%55.29%
CMYK34.75%13.48%0.00%
44.71%

Color #5C7A8D in popluar number systems.

HEX5C7A8D
Decimal92122141
Binary1011100111101010001101
Octal134172215

Shades and tints

Shades of #5C7A8D

#5C7A8D
(92,122,141)
#546F81
(84,111,129)
#4C6475
(76,100,117)
#445969
(68,89,105)
#3C4E5D
(60,78,93)
#344351
(52,67,81)
#2C3845
(44,56,69)
#242D39
(36,45,57)
#1C222D
(28,34,45)
#141721
(20,23,33)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #5C7A8D

#5C7A8D
(92,122,141)
#6A8697
(106,134,151)
#7892A1
(120,146,161)
#869EAB
(134,158,171)
#94AAB5
(148,170,181)
#A2B6BF
(162,182,191)
#B0C2C9
(176,194,201)
#BECED3
(190,206,211)
#CCDADD
(204,218,221)
#DAE6E7
(218,230,231)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7A8D color. Also use rgb(92,122,141) instead hex code.

Text Font Color

.myTextColor { color: #5C7A8D; }

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

This text font color is #5C7A8D.


Background Color

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

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

This div background color is #5C7A8D.


Border color

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

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

This div border color is #5C7A8D.


Opacity

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

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

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

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

This text has shadow with #5C7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7A8D on black background.


Color preview on white background

This text has color #5C7A8D on white background.



Black color preview on #5C7A8D background

This text has black color on #5C7A8D background.


White color preview on #5C7A8D background

This text has white color on #5C7A8D background.