COLOR #5C9ADC

HEX: #5C9ADC
RGB: (92,154,220)

Color info

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

RGB color model

#5C9ADC color RGB value is (92,154,220).

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

RGB channels and saturation

R 92 of 255 = 36%
G 154 of 255 = 60%
B 220 of 255 = 86%

92
154
220

R + G + B ~ 61%. #5C9ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 154 + 220 = 466 (100%)
R 92 of 466 ~ 19.74%
G 154 of 466 ~ 33.05%
B 220 of 466 ~ 47.21%

%19.74
%33.05
%47.21

CMYK color model

#5C9ADC color CMYK value is (58,30,0,14).

  • cyan value is 58.18%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(58,30,0,14)
C58M30Y0K14 
(58%,30%,0%,14%)
(0.58/0.30/0.00/0.14)	

CMYK percentages

%58.18
%30
%0
%13.73

Codes

Color #5C9ADC in popluar color models

5C9ADC
RGB92154220
HSL211°64.65%61.18%
HSB/HSV211°58.18%86.27%
CMYK58.18%30.00%0.00%
13.73%

Color #5C9ADC in popluar number systems.

HEX5C9ADC
Decimal92154220
Binary10111001001101011011100
Octal134232334

Shades and tints

Shades of #5C9ADC

#5C9ADC
(92,154,220)
#548CC8
(84,140,200)
#4C7EB4
(76,126,180)
#4470A0
(68,112,160)
#3C628C
(60,98,140)
#345478
(52,84,120)
#2C4664
(44,70,100)
#243850
(36,56,80)
#1C2A3C
(28,42,60)
#141C28
(20,28,40)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #5C9ADC

#5C9ADC
(92,154,220)
#6AA3DF
(106,163,223)
#78ACE2
(120,172,226)
#86B5E5
(134,181,229)
#94BEE8
(148,190,232)
#A2C7EB
(162,199,235)
#B0D0EE
(176,208,238)
#BED9F1
(190,217,241)
#CCE2F4
(204,226,244)
#DAEBF7
(218,235,247)
#E8F4FA
(232,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9ADC; }

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

This text font color is #5C9ADC.


Background Color

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

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

This div background color is #5C9ADC.


Border color

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

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

This div border color is #5C9ADC.


Opacity

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

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

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

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

This text has shadow with #5C9ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9ADC on black background.


Color preview on white background

This text has color #5C9ADC on white background.



Black color preview on #5C9ADC background

This text has black color on #5C9ADC background.


White color preview on #5C9ADC background

This text has white color on #5C9ADC background.