COLOR #5C6BBA

HEX: #5C6BBA
RGB: (92,107,186)

Color info

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

RGB color model

#5C6BBA color RGB value is (92,107,186).

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

RGB channels and saturation

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

92
107
186

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 186 = 385 (100%)
R 92 of 385 ~ 23.9%
G 107 of 385 ~ 27.79%
B 186 of 385 ~ 48.31%

%23.9
%27.79
%48.31

CMYK color model

#5C6BBA color CMYK value is (51,42,0,27).

  • cyan value is 50.54%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(51,42,0,27)
C51M42Y0K27 
(51%,42%,0%,27%)
(0.51/0.42/0.00/0.27)	

CMYK percentages

%50.54
%42.47
%0
%27.06

Codes

Color #5C6BBA in popluar color models

5C6BBA
RGB92107186
HSL230°40.52%54.51%
HSB/HSV230°50.54%72.94%
CMYK50.54%42.47%0.00%
27.06%

Color #5C6BBA in popluar number systems.

HEX5C6BBA
Decimal92107186
Binary1011100110101110111010
Octal134153272

Shades and tints

Shades of #5C6BBA

#5C6BBA
(92,107,186)
#5462AA
(84,98,170)
#4C599A
(76,89,154)
#44508A
(68,80,138)
#3C477A
(60,71,122)
#343E6A
(52,62,106)
#2C355A
(44,53,90)
#242C4A
(36,44,74)
#1C233A
(28,35,58)
#141A2A
(20,26,42)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #5C6BBA

#5C6BBA
(92,107,186)
#6A78C0
(106,120,192)
#7885C6
(120,133,198)
#8692CC
(134,146,204)
#949FD2
(148,159,210)
#A2ACD8
(162,172,216)
#B0B9DE
(176,185,222)
#BEC6E4
(190,198,228)
#CCD3EA
(204,211,234)
#DAE0F0
(218,224,240)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6BBA; }

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

This text font color is #5C6BBA.


Background Color

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

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

This div background color is #5C6BBA.


Border color

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

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

This div border color is #5C6BBA.


Opacity

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

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

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

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

This text has shadow with #5C6BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6BBA on black background.


Color preview on white background

This text has color #5C6BBA on white background.



Black color preview on #5C6BBA background

This text has black color on #5C6BBA background.


White color preview on #5C6BBA background

This text has white color on #5C6BBA background.