COLOR #5C5CDD

HEX: #5C5CDD
RGB: (92,92,221)

Color info

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

RGB color model

#5C5CDD color RGB value is (92,92,221).

  • red value is 92;
  • green value is 92;
  • blue value is 221.
RGB:
(92,92,221)
(36%,36%,87%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 221 of 255 = 87%

92
92
221

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 221 = 405 (100%)
R 92 of 405 ~ 22.72%
G 92 of 405 ~ 22.72%
B 221 of 405 ~ 54.57%

%22.72
%22.72
%54.57

CMYK color model

#5C5CDD color CMYK value is (58,58,0,13).

  • cyan value is 58.37%
  • magenta value is 58.37%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(58,58,0,13)
C58M58Y0K13 
(58%,58%,0%,13%)
(0.58/0.58/0.00/0.13)	

CMYK percentages

%58.37
%58.37
%0
%13.33

Codes

Color #5C5CDD in popluar color models

5C5CDD
RGB9292221
HSL240°65.48%61.37%
HSB/HSV240°58.37%86.67%
CMYK58.37%58.37%0.00%
13.33%

Color #5C5CDD in popluar number systems.

HEX5C5CDD
Decimal9292221
Binary1011100101110011011101
Octal134134335

Shades and tints

Shades of #5C5CDD

#5C5CDD
(92,92,221)
#5454C9
(84,84,201)
#4C4CB5
(76,76,181)
#4444A1
(68,68,161)
#3C3C8D
(60,60,141)
#343479
(52,52,121)
#2C2C65
(44,44,101)
#242451
(36,36,81)
#1C1C3D
(28,28,61)
#141429
(20,20,41)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #5C5CDD

#5C5CDD
(92,92,221)
#6A6AE0
(106,106,224)
#7878E3
(120,120,227)
#8686E6
(134,134,230)
#9494E9
(148,148,233)
#A2A2EC
(162,162,236)
#B0B0EF
(176,176,239)
#BEBEF2
(190,190,242)
#CCCCF5
(204,204,245)
#DADAF8
(218,218,248)
#E8E8FB
(232,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5CDD; }

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

This text font color is #5C5CDD.


Background Color

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

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

This div background color is #5C5CDD.


Border color

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

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

This div border color is #5C5CDD.


Opacity

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

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

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

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

This text has shadow with #5C5CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5CDD on black background.


Color preview on white background

This text has color #5C5CDD on white background.



Black color preview on #5C5CDD background

This text has black color on #5C5CDD background.


White color preview on #5C5CDD background

This text has white color on #5C5CDD background.