COLOR #5C6E8F

HEX: #5C6E8F
RGB: (92,110,143)

Color info

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

RGB color model

#5C6E8F color RGB value is (92,110,143).

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

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 143 of 255 = 56%

92
110
143

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

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 143 = 345 (100%)
R 92 of 345 ~ 26.67%
G 110 of 345 ~ 31.88%
B 143 of 345 ~ 41.45%

%26.67
%31.88
%41.45

CMYK color model

#5C6E8F color CMYK value is (36,23,0,44).

  • cyan value is 35.66%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (36,23,0,44) C36M23Y0K44 (36%,23%,0%,44%) (0.36/0.23/0.00/0.44)

CMYK percentages

%35.66
%23.08
%0
%43.92

Codes

Color #5C6E8F in popluar color models

5C6E8F
RGB92110143
HSL219°21.70%46.08%
HSB/HSV219°35.66%56.08%
CMYK35.66%23.08%0.00%
43.92%

Color #5C6E8F in popluar number systems.

HEX5C6E8F
Decimal92110143
Binary1011100110111010001111
Octal134156217

Shades and tints

Shades of #5C6E8F

#5C6E8F
(92,110,143)
#546482
(84,100,130)
#4C5A75
(76,90,117)
#445068
(68,80,104)
#3C465B
(60,70,91)
#343C4E
(52,60,78)
#2C3241
(44,50,65)
#242834
(36,40,52)
#1C1E27
(28,30,39)
#14141A
(20,20,26)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #5C6E8F

#5C6E8F
(92,110,143)
#6A7B99
(106,123,153)
#7888A3
(120,136,163)
#8695AD
(134,149,173)
#94A2B7
(148,162,183)
#A2AFC1
(162,175,193)
#B0BCCB
(176,188,203)
#BEC9D5
(190,201,213)
#CCD6DF
(204,214,223)
#DAE3E9
(218,227,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6E8F; }

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

This text font color is #5C6E8F.


Background Color

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

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

This div background color is #5C6E8F.


Border color

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

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

This div border color is #5C6E8F.


Opacity

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

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

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

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

This text has shadow with #5C6E8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C6E8F on black background.


Color preview on white background

This text has color #5C6E8F on white background.



Black color preview on #5C6E8F background

This text has black color on #5C6E8F background.


White color preview on #5C6E8F background

This text has white color on #5C6E8F background.