COLOR #5C66C6

HEX: #5C66C6
RGB: (92,102,198)

Color info

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

RGB color model

#5C66C6 color RGB value is (92,102,198).

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

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 198 of 255 = 78%

92
102
198

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

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 198 = 392 (100%)
R 92 of 392 ~ 23.47%
G 102 of 392 ~ 26.02%
B 198 of 392 ~ 50.51%

%23.47
%26.02
%50.51

CMYK color model

#5C66C6 color CMYK value is (54,48,0,22).

  • cyan value is 53.54%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(54,48,0,22)
C54M48Y0K22 
(54%,48%,0%,22%)
(0.54/0.48/0.00/0.22)	

CMYK percentages

%53.54
%48.48
%0
%22.35

Codes

Color #5C66C6 in popluar color models

5C66C6
RGB92102198
HSL234°48.18%56.86%
HSB/HSV234°53.54%77.65%
CMYK53.54%48.48%0.00%
22.35%

Color #5C66C6 in popluar number systems.

HEX5C66C6
Decimal92102198
Binary1011100110011011000110
Octal134146306

Shades and tints

Shades of #5C66C6

#5C66C6
(92,102,198)
#545DB4
(84,93,180)
#4C54A2
(76,84,162)
#444B90
(68,75,144)
#3C427E
(60,66,126)
#34396C
(52,57,108)
#2C305A
(44,48,90)
#242748
(36,39,72)
#1C1E36
(28,30,54)
#141524
(20,21,36)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #5C66C6

#5C66C6
(92,102,198)
#6A73CB
(106,115,203)
#7880D0
(120,128,208)
#868DD5
(134,141,213)
#949ADA
(148,154,218)
#A2A7DF
(162,167,223)
#B0B4E4
(176,180,228)
#BEC1E9
(190,193,233)
#CCCEEE
(204,206,238)
#DADBF3
(218,219,243)
#E8E8F8
(232,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C66C6; }

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

This text font color is #5C66C6.


Background Color

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

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

This div background color is #5C66C6.


Border color

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

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

This div border color is #5C66C6.


Opacity

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

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

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

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

This text has shadow with #5C66C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C66C6 on black background.


Color preview on white background

This text has color #5C66C6 on white background.



Black color preview on #5C66C6 background

This text has black color on #5C66C6 background.


White color preview on #5C66C6 background

This text has white color on #5C66C6 background.