COLOR #5C6EE4

HEX: #5C6EE4
RGB: (92,110,228)

Color info

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

RGB color model

#5C6EE4 color RGB value is (92,110,228).

  • red value is 92;
  • green value is 110;
  • blue value is 228.
RGB:
(92,110,228)
(36%,43%,89%)

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 228 of 255 = 89%

92
110
228

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

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 228 = 430 (100%)
R 92 of 430 ~ 21.4%
G 110 of 430 ~ 25.58%
B 228 of 430 ~ 53.02%

%21.4
%25.58
%53.02

CMYK color model

#5C6EE4 color CMYK value is (60,52,0,11).

  • cyan value is 59.65%
  • magenta value is 51.75%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(60,52,0,11)
C60M52Y0K11 
(60%,52%,0%,11%)
(0.60/0.52/0.00/0.11)	

CMYK percentages

%59.65
%51.75
%0
%10.59

Codes

Color #5C6EE4 in popluar color models

5C6EE4
RGB92110228
HSL232°71.58%62.75%
HSB/HSV232°59.65%89.41%
CMYK59.65%51.75%0.00%
10.59%

Color #5C6EE4 in popluar number systems.

HEX5C6EE4
Decimal92110228
Binary1011100110111011100100
Octal134156344

Shades and tints

Shades of #5C6EE4

#5C6EE4
(92,110,228)
#5464D0
(84,100,208)
#4C5ABC
(76,90,188)
#4450A8
(68,80,168)
#3C4694
(60,70,148)
#343C80
(52,60,128)
#2C326C
(44,50,108)
#242858
(36,40,88)
#1C1E44
(28,30,68)
#141430
(20,20,48)
#0C0A1C
(12,10,28)
#000000
(0,0,0)

Tints of #5C6EE4

#5C6EE4
(92,110,228)
#6A7BE6
(106,123,230)
#7888E8
(120,136,232)
#8695EA
(134,149,234)
#94A2EC
(148,162,236)
#A2AFEE
(162,175,238)
#B0BCF0
(176,188,240)
#BEC9F2
(190,201,242)
#CCD6F4
(204,214,244)
#DAE3F6
(218,227,246)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6EE4 color. Also use rgb(92,110,228) instead hex code.

Text Font Color

.myTextColor { color: #5C6EE4; }

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

This text font color is #5C6EE4.


Background Color

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

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

This div background color is #5C6EE4.


Border color

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

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

This div border color is #5C6EE4.


Opacity

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

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

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

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

This text has shadow with #5C6EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6EE4 on black background.


Color preview on white background

This text has color #5C6EE4 on white background.



Black color preview on #5C6EE4 background

This text has black color on #5C6EE4 background.


White color preview on #5C6EE4 background

This text has white color on #5C6EE4 background.