COLOR #5C94C3

HEX: #5C94C3
RGB: (92,148,195)

Color info

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

RGB color model

#5C94C3 color RGB value is (92,148,195).

  • red value is 92;
  • green value is 148;
  • blue value is 195.
RGB:
(92,148,195)
(36%,58%,76%)

RGB channels and saturation

R 92 of 255 = 36%
G 148 of 255 = 58%
B 195 of 255 = 76%

92
148
195

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

Portions of RGB colors in percentages

R + G + B =
92 + 148 + 195 = 435 (100%)
R 92 of 435 ~ 21.15%
G 148 of 435 ~ 34.02%
B 195 of 435 ~ 44.83%

%21.15
%34.02
%44.83

CMYK color model

#5C94C3 color CMYK value is (53,24,0,24).

  • cyan value is 52.82%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(53,24,0,24)
C53M24Y0K24 
(53%,24%,0%,24%)
(0.53/0.24/0.00/0.24)	

CMYK percentages

%52.82
%24.1
%0
%23.53

Codes

Color #5C94C3 in popluar color models

5C94C3
RGB92148195
HSL207°46.19%56.27%
HSB/HSV207°52.82%76.47%
CMYK52.82%24.10%0.00%
23.53%

Color #5C94C3 in popluar number systems.

HEX5C94C3
Decimal92148195
Binary10111001001010011000011
Octal134224303

Shades and tints

Shades of #5C94C3

#5C94C3
(92,148,195)
#5487B2
(84,135,178)
#4C7AA1
(76,122,161)
#446D90
(68,109,144)
#3C607F
(60,96,127)
#34536E
(52,83,110)
#2C465D
(44,70,93)
#24394C
(36,57,76)
#1C2C3B
(28,44,59)
#141F2A
(20,31,42)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #5C94C3

#5C94C3
(92,148,195)
#6A9DC8
(106,157,200)
#78A6CD
(120,166,205)
#86AFD2
(134,175,210)
#94B8D7
(148,184,215)
#A2C1DC
(162,193,220)
#B0CAE1
(176,202,225)
#BED3E6
(190,211,230)
#CCDCEB
(204,220,235)
#DAE5F0
(218,229,240)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C94C3 color. Also use rgb(92,148,195) instead hex code.

Text Font Color

.myTextColor { color: #5C94C3; }

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

This text font color is #5C94C3.


Background Color

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

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

This div background color is #5C94C3.


Border color

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

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

This div border color is #5C94C3.


Opacity

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

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

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

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

This text has shadow with #5C94C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C94C3 on black background.


Color preview on white background

This text has color #5C94C3 on white background.



Black color preview on #5C94C3 background

This text has black color on #5C94C3 background.


White color preview on #5C94C3 background

This text has white color on #5C94C3 background.