COLOR #5C95DC

HEX: #5C95DC
RGB: (92,149,220)

Color info

#5C95DC contains mainly blue color. Web safe color of #5C95DC is #6699CC (or #69C).

RGB color model

#5C95DC color RGB value is (92,149,220).

  • red value is 92;
  • green value is 149;
  • blue value is 220.
RGB:
(92,149,220)
(36%,58%,86%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 220 of 255 = 86%

92
149
220

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 220 = 461 (100%)
R 92 of 461 ~ 19.96%
G 149 of 461 ~ 32.32%
B 220 of 461 ~ 47.72%

%19.96
%32.32
%47.72

CMYK color model

#5C95DC color CMYK value is (58,32,0,14).

  • cyan value is 58.18%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(58,32,0,14)
C58M32Y0K14 
(58%,32%,0%,14%)
(0.58/0.32/0.00/0.14)	

CMYK percentages

%58.18
%32.27
%0
%13.73

Codes

Color #5C95DC in popluar color models

5C95DC
RGB92149220
HSL213°64.65%61.18%
HSB/HSV213°58.18%86.27%
CMYK58.18%32.27%0.00%
13.73%

Color #5C95DC in popluar number systems.

HEX5C95DC
Decimal92149220
Binary10111001001010111011100
Octal134225334

Shades and tints

Shades of #5C95DC

#5C95DC
(92,149,220)
#5488C8
(84,136,200)
#4C7BB4
(76,123,180)
#446EA0
(68,110,160)
#3C618C
(60,97,140)
#345478
(52,84,120)
#2C4764
(44,71,100)
#243A50
(36,58,80)
#1C2D3C
(28,45,60)
#142028
(20,32,40)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #5C95DC

#5C95DC
(92,149,220)
#6A9EDF
(106,158,223)
#78A7E2
(120,167,226)
#86B0E5
(134,176,229)
#94B9E8
(148,185,232)
#A2C2EB
(162,194,235)
#B0CBEE
(176,203,238)
#BED4F1
(190,212,241)
#CCDDF4
(204,221,244)
#DAE6F7
(218,230,247)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C95DC; }

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

This text font color is #5C95DC.


Background Color

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

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

This div background color is #5C95DC.


Border color

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

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

This div border color is #5C95DC.


Opacity

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

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

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

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

This text has shadow with #5C95DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C95DC on black background.


Color preview on white background

This text has color #5C95DC on white background.



Black color preview on #5C95DC background

This text has black color on #5C95DC background.


White color preview on #5C95DC background

This text has white color on #5C95DC background.