COLOR #5D66C6

HEX: #5D66C6
RGB: (93,102,198)

Color info

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

RGB color model

#5D66C6 color RGB value is (93,102,198).

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

RGB channels and saturation

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

93
102
198

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 198 = 393 (100%)
R 93 of 393 ~ 23.66%
G 102 of 393 ~ 25.95%
B 198 of 393 ~ 50.38%

%23.66
%25.95
%50.38

CMYK color model

#5D66C6 color CMYK value is (53,48,0,22).

  • cyan value is 53.03%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(53,48,0,22)
C53M48Y0K22 
(53%,48%,0%,22%)
(0.53/0.48/0.00/0.22)	

CMYK percentages

%53.03
%48.48
%0
%22.35

Codes

Color #5D66C6 in popluar color models

5D66C6
RGB93102198
HSL235°47.95%57.06%
HSB/HSV235°53.03%77.65%
CMYK53.03%48.48%0.00%
22.35%

Color #5D66C6 in popluar number systems.

HEX5D66C6
Decimal93102198
Binary1011101110011011000110
Octal135146306

Shades and tints

Shades of #5D66C6

#5D66C6
(93,102,198)
#555DB4
(85,93,180)
#4D54A2
(77,84,162)
#454B90
(69,75,144)
#3D427E
(61,66,126)
#35396C
(53,57,108)
#2D305A
(45,48,90)
#252748
(37,39,72)
#1D1E36
(29,30,54)
#151524
(21,21,36)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #5D66C6

#5D66C6
(93,102,198)
#6B73CB
(107,115,203)
#7980D0
(121,128,208)
#878DD5
(135,141,213)
#959ADA
(149,154,218)
#A3A7DF
(163,167,223)
#B1B4E4
(177,180,228)
#BFC1E9
(191,193,233)
#CDCEEE
(205,206,238)
#DBDBF3
(219,219,243)
#E9E8F8
(233,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D66C6; }

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

This text font color is #5D66C6.


Background Color

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

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

This div background color is #5D66C6.


Border color

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

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

This div border color is #5D66C6.


Opacity

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

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

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

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

This text has shadow with #5D66C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D66C6 on black background.


Color preview on white background

This text has color #5D66C6 on white background.



Black color preview on #5D66C6 background

This text has black color on #5D66C6 background.


White color preview on #5D66C6 background

This text has white color on #5D66C6 background.