COLOR #5C94B4

HEX: #5C94B4
RGB: (92,148,180)

Color info

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

RGB color model

#5C94B4 color RGB value is (92,148,180).

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

RGB channels and saturation

R 92 of 255 = 36%
G 148 of 255 = 58%
B 180 of 255 = 71%

92
148
180

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

Portions of RGB colors in percentages

R + G + B =
92 + 148 + 180 = 420 (100%)
R 92 of 420 ~ 21.9%
G 148 of 420 ~ 35.24%
B 180 of 420 ~ 42.86%

%21.9
%35.24
%42.86

CMYK color model

#5C94B4 color CMYK value is (49,18,0,29).

  • cyan value is 48.89%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(49,18,0,29)
C49M18Y0K29 
(49%,18%,0%,29%)
(0.49/0.18/0.00/0.29)	

CMYK percentages

%48.89
%17.78
%0
%29.41

Codes

Color #5C94B4 in popluar color models

5C94B4
RGB92148180
HSL202°36.97%53.33%
HSB/HSV202°48.89%70.59%
CMYK48.89%17.78%0.00%
29.41%

Color #5C94B4 in popluar number systems.

HEX5C94B4
Decimal92148180
Binary10111001001010010110100
Octal134224264

Shades and tints

Shades of #5C94B4

#5C94B4
(92,148,180)
#5487A4
(84,135,164)
#4C7A94
(76,122,148)
#446D84
(68,109,132)
#3C6074
(60,96,116)
#345364
(52,83,100)
#2C4654
(44,70,84)
#243944
(36,57,68)
#1C2C34
(28,44,52)
#141F24
(20,31,36)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #5C94B4

#5C94B4
(92,148,180)
#6A9DBA
(106,157,186)
#78A6C0
(120,166,192)
#86AFC6
(134,175,198)
#94B8CC
(148,184,204)
#A2C1D2
(162,193,210)
#B0CAD8
(176,202,216)
#BED3DE
(190,211,222)
#CCDCE4
(204,220,228)
#DAE5EA
(218,229,234)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C94B4; }

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

This text font color is #5C94B4.


Background Color

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

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

This div background color is #5C94B4.


Border color

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

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

This div border color is #5C94B4.


Opacity

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

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

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

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

This text has shadow with #5C94B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C94B4 on black background.


Color preview on white background

This text has color #5C94B4 on white background.



Black color preview on #5C94B4 background

This text has black color on #5C94B4 background.


White color preview on #5C94B4 background

This text has white color on #5C94B4 background.