COLOR #5C66D1

HEX: #5C66D1
RGB: (92,102,209)

Color info

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

RGB color model

#5C66D1 color RGB value is (92,102,209).

  • red value is 92;
  • green value is 102;
  • blue value is 209.
RGB:
(92,102,209)
(36%,40%,82%)

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 209 of 255 = 82%

92
102
209

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

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 209 = 403 (100%)
R 92 of 403 ~ 22.83%
G 102 of 403 ~ 25.31%
B 209 of 403 ~ 51.86%

%22.83
%25.31
%51.86

CMYK color model

#5C66D1 color CMYK value is (56,51,0,18).

  • cyan value is 55.98%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(56,51,0,18)
C56M51Y0K18 
(56%,51%,0%,18%)
(0.56/0.51/0.00/0.18)	

CMYK percentages

%55.98
%51.2
%0
%18.04

Codes

Color #5C66D1 in popluar color models

5C66D1
RGB92102209
HSL235°55.98%59.02%
HSB/HSV235°55.98%81.96%
CMYK55.98%51.20%0.00%
18.04%

Color #5C66D1 in popluar number systems.

HEX5C66D1
Decimal92102209
Binary1011100110011011010001
Octal134146321

Shades and tints

Shades of #5C66D1

#5C66D1
(92,102,209)
#545DBE
(84,93,190)
#4C54AB
(76,84,171)
#444B98
(68,75,152)
#3C4285
(60,66,133)
#343972
(52,57,114)
#2C305F
(44,48,95)
#24274C
(36,39,76)
#1C1E39
(28,30,57)
#141526
(20,21,38)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #5C66D1

#5C66D1
(92,102,209)
#6A73D5
(106,115,213)
#7880D9
(120,128,217)
#868DDD
(134,141,221)
#949AE1
(148,154,225)
#A2A7E5
(162,167,229)
#B0B4E9
(176,180,233)
#BEC1ED
(190,193,237)
#CCCEF1
(204,206,241)
#DADBF5
(218,219,245)
#E8E8F9
(232,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C66D1; }

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

This text font color is #5C66D1.


Background Color

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

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

This div background color is #5C66D1.


Border color

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

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

This div border color is #5C66D1.


Opacity

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

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

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

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

This text has shadow with #5C66D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C66D1 on black background.


Color preview on white background

This text has color #5C66D1 on white background.



Black color preview on #5C66D1 background

This text has black color on #5C66D1 background.


White color preview on #5C66D1 background

This text has white color on #5C66D1 background.