COLOR #5C858E

HEX: #5C858E
RGB: (92,133,142)

Color info

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

RGB color model

#5C858E color RGB value is (92,133,142).

  • red value is 92;
  • green value is 133;
  • blue value is 142.
RGB:
(92,133,142)
(36%,52%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 142 of 255 = 56%

92
133
142

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

Portions of RGB colors in percentages

R + G + B =
92 + 133 + 142 = 367 (100%)
R 92 of 367 ~ 25.07%
G 133 of 367 ~ 36.24%
B 142 of 367 ~ 38.69%

%25.07
%36.24
%38.69

CMYK color model

#5C858E color CMYK value is (35,6,0,44).

  • cyan value is 35.21%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(35,6,0,44)
C35M6Y0K44 
(35%,6%,0%,44%)
(0.35/0.06/0.00/0.44)	

CMYK percentages

%35.21
%6.34
%0
%44.31

Codes

Color #5C858E in popluar color models

5C858E
RGB92133142
HSL191°21.37%45.88%
HSB/HSV191°35.21%55.69%
CMYK35.21%6.34%0.00%
44.31%

Color #5C858E in popluar number systems.

HEX5C858E
Decimal92133142
Binary10111001000010110001110
Octal134205216

Shades and tints

Shades of #5C858E

#5C858E
(92,133,142)
#547982
(84,121,130)
#4C6D76
(76,109,118)
#44616A
(68,97,106)
#3C555E
(60,85,94)
#344952
(52,73,82)
#2C3D46
(44,61,70)
#24313A
(36,49,58)
#1C252E
(28,37,46)
#141922
(20,25,34)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #5C858E

#5C858E
(92,133,142)
#6A9098
(106,144,152)
#789BA2
(120,155,162)
#86A6AC
(134,166,172)
#94B1B6
(148,177,182)
#A2BCC0
(162,188,192)
#B0C7CA
(176,199,202)
#BED2D4
(190,210,212)
#CCDDDE
(204,221,222)
#DAE8E8
(218,232,232)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C858E color. Also use rgb(92,133,142) instead hex code.

Text Font Color

.myTextColor { color: #5C858E; }

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

This text font color is #5C858E.


Background Color

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

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

This div background color is #5C858E.


Border color

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

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

This div border color is #5C858E.


Opacity

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

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

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

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

This text has shadow with #5C858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C858E on black background.


Color preview on white background

This text has color #5C858E on white background.



Black color preview on #5C858E background

This text has black color on #5C858E background.


White color preview on #5C858E background

This text has white color on #5C858E background.