COLOR #5C9CCB

HEX: #5C9CCB
RGB: (92,156,203)

Color info

#5C9CCB contains mainly green and blue colors. Web safe color of #5C9CCB is #6699CC (or #69C).

RGB color model

#5C9CCB color RGB value is (92,156,203).

  • red value is 92;
  • green value is 156;
  • blue value is 203.
RGB:
(92,156,203)
(36%,61%,80%)

RGB channels and saturation

R 92 of 255 = 36%
G 156 of 255 = 61%
B 203 of 255 = 80%

92
156
203

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

Portions of RGB colors in percentages

R + G + B =
92 + 156 + 203 = 451 (100%)
R 92 of 451 ~ 20.4%
G 156 of 451 ~ 34.59%
B 203 of 451 ~ 45.01%

%20.4
%34.59
%45.01

CMYK color model

#5C9CCB color CMYK value is (55,23,0,20).

  • cyan value is 54.68%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(55,23,0,20)
C55M23Y0K20 
(55%,23%,0%,20%)
(0.55/0.23/0.00/0.20)	

CMYK percentages

%54.68
%23.15
%0
%20.39

Codes

Color #5C9CCB in popluar color models

5C9CCB
RGB92156203
HSL205°51.63%57.84%
HSB/HSV205°54.68%79.61%
CMYK54.68%23.15%0.00%
20.39%

Color #5C9CCB in popluar number systems.

HEX5C9CCB
Decimal92156203
Binary10111001001110011001011
Octal134234313

Shades and tints

Shades of #5C9CCB

#5C9CCB
(92,156,203)
#548EB9
(84,142,185)
#4C80A7
(76,128,167)
#447295
(68,114,149)
#3C6483
(60,100,131)
#345671
(52,86,113)
#2C485F
(44,72,95)
#243A4D
(36,58,77)
#1C2C3B
(28,44,59)
#141E29
(20,30,41)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #5C9CCB

#5C9CCB
(92,156,203)
#6AA5CF
(106,165,207)
#78AED3
(120,174,211)
#86B7D7
(134,183,215)
#94C0DB
(148,192,219)
#A2C9DF
(162,201,223)
#B0D2E3
(176,210,227)
#BEDBE7
(190,219,231)
#CCE4EB
(204,228,235)
#DAEDEF
(218,237,239)
#E8F6F3
(232,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9CCB color. Also use rgb(92,156,203) instead hex code.

Text Font Color

.myTextColor { color: #5C9CCB; }

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

This text font color is #5C9CCB.


Background Color

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

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

This div background color is #5C9CCB.


Border color

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

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

This div border color is #5C9CCB.


Opacity

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

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

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

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

This text has shadow with #5C9CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9CCB on black background.


Color preview on white background

This text has color #5C9CCB on white background.



Black color preview on #5C9CCB background

This text has black color on #5C9CCB background.


White color preview on #5C9CCB background

This text has white color on #5C9CCB background.