COLOR #5C6FB3

HEX: #5C6FB3
RGB: (92,111,179)

Color info

#5C6FB3 contains mainly blue color. Web safe color of #5C6FB3 is #666699 (or #669).

RGB color model

#5C6FB3 color RGB value is (92,111,179).

  • red value is 92;
  • green value is 111;
  • blue value is 179.
RGB:
(92,111,179)
(36%,44%,70%)

RGB channels and saturation

R 92 of 255 = 36%
G 111 of 255 = 44%
B 179 of 255 = 70%

92
111
179

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

Portions of RGB colors in percentages

R + G + B =
92 + 111 + 179 = 382 (100%)
R 92 of 382 ~ 24.08%
G 111 of 382 ~ 29.06%
B 179 of 382 ~ 46.86%

%24.08
%29.06
%46.86

CMYK color model

#5C6FB3 color CMYK value is (49,38,0,30).

  • cyan value is 48.60%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(49,38,0,30)
C49M38Y0K30 
(49%,38%,0%,30%)
(0.49/0.38/0.00/0.30)	

CMYK percentages

%48.6
%37.99
%0
%29.8

Codes

Color #5C6FB3 in popluar color models

5C6FB3
RGB92111179
HSL227°36.40%53.14%
HSB/HSV227°48.60%70.20%
CMYK48.60%37.99%0.00%
29.80%

Color #5C6FB3 in popluar number systems.

HEX5C6FB3
Decimal92111179
Binary1011100110111110110011
Octal134157263

Shades and tints

Shades of #5C6FB3

#5C6FB3
(92,111,179)
#5465A3
(84,101,163)
#4C5B93
(76,91,147)
#445183
(68,81,131)
#3C4773
(60,71,115)
#343D63
(52,61,99)
#2C3353
(44,51,83)
#242943
(36,41,67)
#1C1F33
(28,31,51)
#141523
(20,21,35)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #5C6FB3

#5C6FB3
(92,111,179)
#6A7CB9
(106,124,185)
#7889BF
(120,137,191)
#8696C5
(134,150,197)
#94A3CB
(148,163,203)
#A2B0D1
(162,176,209)
#B0BDD7
(176,189,215)
#BECADD
(190,202,221)
#CCD7E3
(204,215,227)
#DAE4E9
(218,228,233)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6FB3 color. Also use rgb(92,111,179) instead hex code.

Text Font Color

.myTextColor { color: #5C6FB3; }

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

This text font color is #5C6FB3.


Background Color

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

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

This div background color is #5C6FB3.


Border color

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

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

This div border color is #5C6FB3.


Opacity

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

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

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

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

This text has shadow with #5C6FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6FB3 on black background.


Color preview on white background

This text has color #5C6FB3 on white background.



Black color preview on #5C6FB3 background

This text has black color on #5C6FB3 background.


White color preview on #5C6FB3 background

This text has white color on #5C6FB3 background.