COLOR #5C5DDA

HEX: #5C5DDA
RGB: (92,93,218)

Color info

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

RGB color model

#5C5DDA color RGB value is (92,93,218).

  • red value is 92;
  • green value is 93;
  • blue value is 218.
RGB:
(92,93,218)
(36%,36%,85%)

RGB channels and saturation

R 92 of 255 = 36%
G 93 of 255 = 36%
B 218 of 255 = 85%

92
93
218

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

Portions of RGB colors in percentages

R + G + B =
92 + 93 + 218 = 403 (100%)
R 92 of 403 ~ 22.83%
G 93 of 403 ~ 23.08%
B 218 of 403 ~ 54.09%

%22.83
%23.08
%54.09

CMYK color model

#5C5DDA color CMYK value is (58,57,0,15).

  • cyan value is 57.80%
  • magenta value is 57.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(58,57,0,15)
C58M57Y0K15 
(58%,57%,0%,15%)
(0.58/0.57/0.00/0.15)	

CMYK percentages

%57.8
%57.34
%0
%14.51

Codes

Color #5C5DDA in popluar color models

5C5DDA
RGB9293218
HSL240°63.00%60.78%
HSB/HSV240°57.80%85.49%
CMYK57.80%57.34%0.00%
14.51%

Color #5C5DDA in popluar number systems.

HEX5C5DDA
Decimal9293218
Binary1011100101110111011010
Octal134135332

Shades and tints

Shades of #5C5DDA

#5C5DDA
(92,93,218)
#5455C7
(84,85,199)
#4C4DB4
(76,77,180)
#4445A1
(68,69,161)
#3C3D8E
(60,61,142)
#34357B
(52,53,123)
#2C2D68
(44,45,104)
#242555
(36,37,85)
#1C1D42
(28,29,66)
#14152F
(20,21,47)
#0C0D1C
(12,13,28)
#000000
(0,0,0)

Tints of #5C5DDA

#5C5DDA
(92,93,218)
#6A6BDD
(106,107,221)
#7879E0
(120,121,224)
#8687E3
(134,135,227)
#9495E6
(148,149,230)
#A2A3E9
(162,163,233)
#B0B1EC
(176,177,236)
#BEBFEF
(190,191,239)
#CCCDF2
(204,205,242)
#DADBF5
(218,219,245)
#E8E9F8
(232,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5DDA; }

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

This text font color is #5C5DDA.


Background Color

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

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

This div background color is #5C5DDA.


Border color

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

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

This div border color is #5C5DDA.


Opacity

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

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

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

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

This text has shadow with #5C5DDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5DDA on black background.


Color preview on white background

This text has color #5C5DDA on white background.



Black color preview on #5C5DDA background

This text has black color on #5C5DDA background.


White color preview on #5C5DDA background

This text has white color on #5C5DDA background.