COLOR #5C868F

HEX: #5C868F
RGB: (92,134,143)

Color info

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

RGB color model

#5C868F color RGB value is (92,134,143).

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

RGB channels and saturation

R 92 of 255 = 36%
G 134 of 255 = 53%
B 143 of 255 = 56%

92
134
143

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

Portions of RGB colors in percentages

R + G + B =
92 + 134 + 143 = 369 (100%)
R 92 of 369 ~ 24.93%
G 134 of 369 ~ 36.31%
B 143 of 369 ~ 38.75%

%24.93
%36.31
%38.75

CMYK color model

#5C868F color CMYK value is (36,6,0,44).

  • cyan value is 35.66%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(36,6,0,44)
C36M6Y0K44 
(36%,6%,0%,44%)
(0.36/0.06/0.00/0.44)	

CMYK percentages

%35.66
%6.29
%0
%43.92

Codes

Color #5C868F in popluar color models

5C868F
RGB92134143
HSL191°21.70%46.08%
HSB/HSV191°35.66%56.08%
CMYK35.66%6.29%0.00%
43.92%

Color #5C868F in popluar number systems.

HEX5C868F
Decimal92134143
Binary10111001000011010001111
Octal134206217

Shades and tints

Shades of #5C868F

#5C868F
(92,134,143)
#547A82
(84,122,130)
#4C6E75
(76,110,117)
#446268
(68,98,104)
#3C565B
(60,86,91)
#344A4E
(52,74,78)
#2C3E41
(44,62,65)
#243234
(36,50,52)
#1C2627
(28,38,39)
#141A1A
(20,26,26)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #5C868F

#5C868F
(92,134,143)
#6A9199
(106,145,153)
#789CA3
(120,156,163)
#86A7AD
(134,167,173)
#94B2B7
(148,178,183)
#A2BDC1
(162,189,193)
#B0C8CB
(176,200,203)
#BED3D5
(190,211,213)
#CCDEDF
(204,222,223)
#DAE9E9
(218,233,233)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C868F; }

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

This text font color is #5C868F.


Background Color

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

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

This div background color is #5C868F.


Border color

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

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

This div border color is #5C868F.


Opacity

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

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

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

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

This text has shadow with #5C868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C868F on black background.


Color preview on white background

This text has color #5C868F on white background.



Black color preview on #5C868F background

This text has black color on #5C868F background.


White color preview on #5C868F background

This text has white color on #5C868F background.