COLOR #5C6EDA

HEX: #5C6EDA RGB: (92,110,218)

Color info

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

RGB color model

#5C6EDA color RGB value is (92,110,218).

RGB: (92,110,218) (36%, 43%, 85%)

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 218 of 255 = 85%

92
110
218

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

Portions of RGB colors in percentages

R + G + B = 92 + 110 + 218 = 420 (100%)
R 92 of 420 ~ 21.9%
G 110 of 420 ~ 26.19%
B 218 of 420 ~ 51.9'%

%21.9
%26.19
%51.9

CMYK color model

#5C6EDA color CMYK value is (58,50,0,15).

  • cyan value is 57.80%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (58,50,0,15)
C58M50Y0K15 (58%, 50%, 0%, 15%)
(0.58 / 0.50 / 0.00 / 0.15)

CMYK percentages

%57.8
%49.54
%0
%14.51

Codes

Color #5C6EDA in popluar color models

5C 6E DA
RGB 92 110 218
HSL 231° 63.00% 60.78%
HSB/HSV 231° 57.80% 85.49%
CMYK 57.80% 49.54% 0.00%
14.51%

Color #5C6EDA in popluar number systems.

HEX 5C 6E DA
Decimal 92 110 218
Binary 1011100 1101110 11011010
Octal 134 156 332

Shades and tints

Shades of #5C6EDA

#5C6EDA
(92,110,218)
#5464C7
(84,100,199)
#4C5AB4
(76,90,180)
#4450A1
(68,80,161)
#3C468E
(60,70,142)
#343C7B
(52,60,123)
#2C3268
(44,50,104)
#242855
(36,40,85)
#1C1E42
(28,30,66)
#14142F
(20,20,47)
#0C0A1C
(12,10,28)
#000000
(0,0,0)

Tints of #5C6EDA

#5C6EDA
(92,110,218)
#6A7BDD
(106,123,221)
#7888E0
(120,136,224)
#8695E3
(134,149,227)
#94A2E6
(148,162,230)
#A2AFE9
(162,175,233)
#B0BCEC
(176,188,236)
#BEC9EF
(190,201,239)
#CCD6F2
(204,214,242)
#DAE3F5
(218,227,245)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6EDA; }

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

This text font color is #5C6EDA.

Background Color

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

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

This div background color is #5C6EDA.

Border color

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

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

This div border color is #5C6EDA.

Opacity

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

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

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

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

This text has shadow with #5C6EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6EDA.

Preview

Color preview on black background

This text has color #5C6EDA on black background.


Color preview on white background

This text has color #5C6EDA on white background.


Black color preview on #5C6EDA background

This text has black color on #5C6EDA background.


White color preview on #5C6EDA background

This text has white color on #5C6EDA background.


Related colors

Complementary color

Complementary color for #5C6EDA is #A39125.


I love getcolorcode.com

Triadic colors

1 #DA5C6E and #6EDA5C with #5C6EDA are triadic colors.

2 #DA6E5C and #6E5CDA with #5C6EDA are triadic colors.