COLOR #5C8CDD

HEX: #5C8CDD
RGB: (92,140,221)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
140
221

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

Portions of RGB colors in percentages

R + G + B =
92 + 140 + 221 = 453 (100%)
R 92 of 453 ~ 20.31%
G 140 of 453 ~ 30.91%
B 221 of 453 ~ 48.79%

%20.31
%30.91
%48.79

CMYK color model

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

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

CMYK percentages

%58.37
%36.65
%0
%13.33

Codes

Color #5C8CDD in popluar color models

5C8CDD
RGB92140221
HSL218°65.48%61.37%
HSB/HSV218°58.37%86.67%
CMYK58.37%36.65%0.00%
13.33%

Color #5C8CDD in popluar number systems.

HEX5C8CDD
Decimal92140221
Binary10111001000110011011101
Octal134214335

Shades and tints

Shades of #5C8CDD

#5C8CDD
(92,140,221)
#5480C9
(84,128,201)
#4C74B5
(76,116,181)
#4468A1
(68,104,161)
#3C5C8D
(60,92,141)
#345079
(52,80,121)
#2C4465
(44,68,101)
#243851
(36,56,81)
#1C2C3D
(28,44,61)
#142029
(20,32,41)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #5C8CDD

#5C8CDD
(92,140,221)
#6A96E0
(106,150,224)
#78A0E3
(120,160,227)
#86AAE6
(134,170,230)
#94B4E9
(148,180,233)
#A2BEEC
(162,190,236)
#B0C8EF
(176,200,239)
#BED2F2
(190,210,242)
#CCDCF5
(204,220,245)
#DAE6F8
(218,230,248)
#E8F0FB
(232,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8CDD; }

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

This text font color is #5C8CDD.


Background Color

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

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

This div background color is #5C8CDD.


Border color

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

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

This div border color is #5C8CDD.


Opacity

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

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

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

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

This text has shadow with #5C8CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8CDD on black background.


Color preview on white background

This text has color #5C8CDD on white background.



Black color preview on #5C8CDD background

This text has black color on #5C8CDD background.


White color preview on #5C8CDD background

This text has white color on #5C8CDD background.