COLOR #5C778F

HEX: #5C778F
RGB: (92,119,143)

Color info

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

RGB color model

#5C778F color RGB value is (92,119,143).

  • red value is 92;
  • green value is 119;
  • blue value is 143.
RGB:
(92,119,143)
(36%,47%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 143 of 255 = 56%

92
119
143

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 143 = 354 (100%)
R 92 of 354 ~ 25.99%
G 119 of 354 ~ 33.62%
B 143 of 354 ~ 40.4%

%25.99
%33.62
%40.4

CMYK color model

#5C778F color CMYK value is (36,17,0,44).

  • cyan value is 35.66%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(36,17,0,44)
C36M17Y0K44 
(36%,17%,0%,44%)
(0.36/0.17/0.00/0.44)	

CMYK percentages

%35.66
%16.78
%0
%43.92

Codes

Color #5C778F in popluar color models

5C778F
RGB92119143
HSL208°21.70%46.08%
HSB/HSV208°35.66%56.08%
CMYK35.66%16.78%0.00%
43.92%

Color #5C778F in popluar number systems.

HEX5C778F
Decimal92119143
Binary1011100111011110001111
Octal134167217

Shades and tints

Shades of #5C778F

#5C778F
(92,119,143)
#546D82
(84,109,130)
#4C6375
(76,99,117)
#445968
(68,89,104)
#3C4F5B
(60,79,91)
#34454E
(52,69,78)
#2C3B41
(44,59,65)
#243134
(36,49,52)
#1C2727
(28,39,39)
#141D1A
(20,29,26)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #5C778F

#5C778F
(92,119,143)
#6A8399
(106,131,153)
#788FA3
(120,143,163)
#869BAD
(134,155,173)
#94A7B7
(148,167,183)
#A2B3C1
(162,179,193)
#B0BFCB
(176,191,203)
#BECBD5
(190,203,213)
#CCD7DF
(204,215,223)
#DAE3E9
(218,227,233)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C778F color. Also use rgb(92,119,143) instead hex code.

Text Font Color

.myTextColor { color: #5C778F; }

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

This text font color is #5C778F.


Background Color

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

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

This div background color is #5C778F.


Border color

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

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

This div border color is #5C778F.


Opacity

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

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

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

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

This text has shadow with #5C778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C778F on black background.


Color preview on white background

This text has color #5C778F on white background.



Black color preview on #5C778F background

This text has black color on #5C778F background.


White color preview on #5C778F background

This text has white color on #5C778F background.