COLOR #5C888D

HEX: #5C888D
RGB: (92,136,141)

Color info

#5C888D contains red, green and blue colors in about the same proportion. Web safe color of #5C888D is #669999 (or #699).

RGB color model

#5C888D color RGB value is (92,136,141).

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

RGB channels and saturation

R 92 of 255 = 36%
G 136 of 255 = 53%
B 141 of 255 = 55%

92
136
141

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

Portions of RGB colors in percentages

R + G + B =
92 + 136 + 141 = 369 (100%)
R 92 of 369 ~ 24.93%
G 136 of 369 ~ 36.86%
B 141 of 369 ~ 38.21%

%24.93
%36.86
%38.21

CMYK color model

#5C888D color CMYK value is (35,4,0,45).

  • cyan value is 34.75%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,4,0,45)
C35M4Y0K45 
(35%,4%,0%,45%)
(0.35/0.04/0.00/0.45)	

CMYK percentages

%34.75
%3.55
%0
%44.71

Codes

Color #5C888D in popluar color models

5C888D
RGB92136141
HSL186°21.03%45.69%
HSB/HSV186°34.75%55.29%
CMYK34.75%3.55%0.00%
44.71%

Color #5C888D in popluar number systems.

HEX5C888D
Decimal92136141
Binary10111001000100010001101
Octal134210215

Shades and tints

Shades of #5C888D

#5C888D
(92,136,141)
#547C81
(84,124,129)
#4C7075
(76,112,117)
#446469
(68,100,105)
#3C585D
(60,88,93)
#344C51
(52,76,81)
#2C4045
(44,64,69)
#243439
(36,52,57)
#1C282D
(28,40,45)
#141C21
(20,28,33)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #5C888D

#5C888D
(92,136,141)
#6A9297
(106,146,151)
#789CA1
(120,156,161)
#86A6AB
(134,166,171)
#94B0B5
(148,176,181)
#A2BABF
(162,186,191)
#B0C4C9
(176,196,201)
#BECED3
(190,206,211)
#CCD8DD
(204,216,221)
#DAE2E7
(218,226,231)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C888D; }

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

This text font color is #5C888D.


Background Color

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

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

This div background color is #5C888D.


Border color

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

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

This div border color is #5C888D.


Opacity

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

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

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

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

This text has shadow with #5C888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C888D on black background.


Color preview on white background

This text has color #5C888D on white background.



Black color preview on #5C888D background

This text has black color on #5C888D background.


White color preview on #5C888D background

This text has white color on #5C888D background.