COLOR #5C6B9C

HEX: #5C6B9C RGB: (92,107,156)

Color info

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

RGB color model

#5C6B9C color RGB value is (92,107,156).

RGB: (92,107,156) (36%, 42%, 61%)

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 156 of 255 = 61%

92
107
156

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

Portions of RGB colors in percentages

R + G + B = 92 + 107 + 156 = 355 (100%)
R 92 of 355 ~ 25.92%
G 107 of 355 ~ 30.14%
B 156 of 355 ~ 43.94'%

%25.92
%30.14
%43.94

CMYK color model

#5C6B9C color CMYK value is (41,31,0,39).

  • cyan value is 41.03%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (41,31,0,39)
C41M31Y0K39 (41%, 31%, 0%, 39%)
(0.41 / 0.31 / 0.00 / 0.39)

CMYK percentages

%41.03
%31.41
%0
%38.82

Codes

Color #5C6B9C in popluar color models

5C 6B 9C
RGB 92 107 156
HSL 226° 25.81% 48.63%
HSB/HSV 226° 41.03% 61.18%
CMYK 41.03% 31.41% 0.00%
38.82%

Color #5C6B9C in popluar number systems.

HEX 5C 6B 9C
Decimal 92 107 156
Binary 1011100 1101011 10011100
Octal 134 153 234

Shades and tints

Shades of #5C6B9C

#5C6B9C
(92,107,156)
#54628E
(84,98,142)
#4C5980
(76,89,128)
#445072
(68,80,114)
#3C4764
(60,71,100)
#343E56
(52,62,86)
#2C3548
(44,53,72)
#242C3A
(36,44,58)
#1C232C
(28,35,44)
#141A1E
(20,26,30)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C6B9C

#5C6B9C
(92,107,156)
#6A78A5
(106,120,165)
#7885AE
(120,133,174)
#8692B7
(134,146,183)
#949FC0
(148,159,192)
#A2ACC9
(162,172,201)
#B0B9D2
(176,185,210)
#BEC6DB
(190,198,219)
#CCD3E4
(204,211,228)
#DAE0ED
(218,224,237)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6B9C color. Also use rgb(92,107,156) instead hex code.

Text Font Color

.myTextColor { color: #5C6B9C; }

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

This text font color is #5C6B9C.

Background Color

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

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

This div background color is #5C6B9C.

Border color

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

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

This div border color is #5C6B9C.

Opacity

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

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

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

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

This text has shadow with #5C6B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6B9C.

Preview

Color preview on black background

This text has color #5C6B9C on black background.


Color preview on white background

This text has color #5C6B9C on white background.


Black color preview on #5C6B9C background

This text has black color on #5C6B9C background.


White color preview on #5C6B9C background

This text has white color on #5C6B9C background.


Related colors

Complementary color

Complementary color for #hex is #A39463.


I love getcolorcode.com

Triadic colors

1 #9C5C6B and #6B9C5C with #5C6B9C are triadic colors.

2 #9C6B5C and #6B5C9C with #5C6B9C are triadic colors.