COLOR #5C6D9B

HEX: #5C6D9B
RGB: (92,109,155)

Color info

#5C6D9B contains mainly green and blue colors. Web safe color of #5C6D9B is #666699 (or #669).

RGB color model

#5C6D9B color RGB value is (92,109,155).

  • red value is 92;
  • green value is 109;
  • blue value is 155.
RGB:
(92,109,155)
(36%,43%,61%)

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 155 of 255 = 61%

92
109
155

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 155 = 356 (100%)
R 92 of 356 ~ 25.84%
G 109 of 356 ~ 30.62%
B 155 of 356 ~ 43.54%

%25.84
%30.62
%43.54

CMYK color model

#5C6D9B color CMYK value is (41,30,0,39).

  • cyan value is 40.65%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,30,0,39)
C41M30Y0K39 
(41%,30%,0%,39%)
(0.41/0.30/0.00/0.39)	

CMYK percentages

%40.65
%29.68
%0
%39.22

Codes

Color #5C6D9B in popluar color models

5C6D9B
RGB92109155
HSL224°25.51%48.43%
HSB/HSV224°40.65%60.78%
CMYK40.65%29.68%0.00%
39.22%

Color #5C6D9B in popluar number systems.

HEX5C6D9B
Decimal92109155
Binary1011100110110110011011
Octal134155233

Shades and tints

Shades of #5C6D9B

#5C6D9B
(92,109,155)
#54648D
(84,100,141)
#4C5B7F
(76,91,127)
#445271
(68,82,113)
#3C4963
(60,73,99)
#344055
(52,64,85)
#2C3747
(44,55,71)
#242E39
(36,46,57)
#1C252B
(28,37,43)
#141C1D
(20,28,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C6D9B

#5C6D9B
(92,109,155)
#6A7AA4
(106,122,164)
#7887AD
(120,135,173)
#8694B6
(134,148,182)
#94A1BF
(148,161,191)
#A2AEC8
(162,174,200)
#B0BBD1
(176,187,209)
#BEC8DA
(190,200,218)
#CCD5E3
(204,213,227)
#DAE2EC
(218,226,236)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6D9B color. Also use rgb(92,109,155) instead hex code.

Text Font Color

.myTextColor { color: #5C6D9B; }

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

This text font color is #5C6D9B.


Background Color

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

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

This div background color is #5C6D9B.


Border color

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

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

This div border color is #5C6D9B.


Opacity

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

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

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

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

This text has shadow with #5C6D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D9B on black background.


Color preview on white background

This text has color #5C6D9B on white background.



Black color preview on #5C6D9B background

This text has black color on #5C6D9B background.


White color preview on #5C6D9B background

This text has white color on #5C6D9B background.