COLOR #5C6BB9

HEX: #5C6BB9
RGB: (92,107,185)

Color info

#5C6BB9 contains mainly blue color. Web safe color of #5C6BB9 is #6666CC (or #66C).

RGB color model

#5C6BB9 color RGB value is (92,107,185).

  • red value is 92;
  • green value is 107;
  • blue value is 185.
RGB:
(92,107,185)
(36%,42%,73%)

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 185 of 255 = 73%

92
107
185

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 185 = 384 (100%)
R 92 of 384 ~ 23.96%
G 107 of 384 ~ 27.86%
B 185 of 384 ~ 48.18%

%23.96
%27.86
%48.18

CMYK color model

#5C6BB9 color CMYK value is (50,42,0,27).

  • cyan value is 50.27%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(50,42,0,27)
C50M42Y0K27 
(50%,42%,0%,27%)
(0.50/0.42/0.00/0.27)	

CMYK percentages

%50.27
%42.16
%0
%27.45

Codes

Color #5C6BB9 in popluar color models

5C6BB9
RGB92107185
HSL230°39.91%54.31%
HSB/HSV230°50.27%72.55%
CMYK50.27%42.16%0.00%
27.45%

Color #5C6BB9 in popluar number systems.

HEX5C6BB9
Decimal92107185
Binary1011100110101110111001
Octal134153271

Shades and tints

Shades of #5C6BB9

#5C6BB9
(92,107,185)
#5462A9
(84,98,169)
#4C5999
(76,89,153)
#445089
(68,80,137)
#3C4779
(60,71,121)
#343E69
(52,62,105)
#2C3559
(44,53,89)
#242C49
(36,44,73)
#1C2339
(28,35,57)
#141A29
(20,26,41)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #5C6BB9

#5C6BB9
(92,107,185)
#6A78BF
(106,120,191)
#7885C5
(120,133,197)
#8692CB
(134,146,203)
#949FD1
(148,159,209)
#A2ACD7
(162,172,215)
#B0B9DD
(176,185,221)
#BEC6E3
(190,198,227)
#CCD3E9
(204,211,233)
#DAE0EF
(218,224,239)
#E8EDF5
(232,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6BB9; }

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

This text font color is #5C6BB9.


Background Color

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

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

This div background color is #5C6BB9.


Border color

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

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

This div border color is #5C6BB9.


Opacity

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

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

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

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

This text has shadow with #5C6BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6BB9 on black background.


Color preview on white background

This text has color #5C6BB9 on white background.



Black color preview on #5C6BB9 background

This text has black color on #5C6BB9 background.


White color preview on #5C6BB9 background

This text has white color on #5C6BB9 background.