COLOR #5C84BA

HEX: #5C84BA
RGB: (92,132,186)

Color info

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

RGB color model

#5C84BA color RGB value is (92,132,186).

  • red value is 92;
  • green value is 132;
  • blue value is 186.
RGB:
(92,132,186)
(36%,52%,73%)

RGB channels and saturation

R 92 of 255 = 36%
G 132 of 255 = 52%
B 186 of 255 = 73%

92
132
186

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

Portions of RGB colors in percentages

R + G + B =
92 + 132 + 186 = 410 (100%)
R 92 of 410 ~ 22.44%
G 132 of 410 ~ 32.2%
B 186 of 410 ~ 45.37%

%22.44
%32.2
%45.37

CMYK color model

#5C84BA color CMYK value is (51,29,0,27).

  • cyan value is 50.54%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(51,29,0,27)
C51M29Y0K27 
(51%,29%,0%,27%)
(0.51/0.29/0.00/0.27)	

CMYK percentages

%50.54
%29.03
%0
%27.06

Codes

Color #5C84BA in popluar color models

5C84BA
RGB92132186
HSL214°40.52%54.51%
HSB/HSV214°50.54%72.94%
CMYK50.54%29.03%0.00%
27.06%

Color #5C84BA in popluar number systems.

HEX5C84BA
Decimal92132186
Binary10111001000010010111010
Octal134204272

Shades and tints

Shades of #5C84BA

#5C84BA
(92,132,186)
#5478AA
(84,120,170)
#4C6C9A
(76,108,154)
#44608A
(68,96,138)
#3C547A
(60,84,122)
#34486A
(52,72,106)
#2C3C5A
(44,60,90)
#24304A
(36,48,74)
#1C243A
(28,36,58)
#14182A
(20,24,42)
#0C0C1A
(12,12,26)
#000000
(0,0,0)

Tints of #5C84BA

#5C84BA
(92,132,186)
#6A8FC0
(106,143,192)
#789AC6
(120,154,198)
#86A5CC
(134,165,204)
#94B0D2
(148,176,210)
#A2BBD8
(162,187,216)
#B0C6DE
(176,198,222)
#BED1E4
(190,209,228)
#CCDCEA
(204,220,234)
#DAE7F0
(218,231,240)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C84BA color. Also use rgb(92,132,186) instead hex code.

Text Font Color

.myTextColor { color: #5C84BA; }

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

This text font color is #5C84BA.


Background Color

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

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

This div background color is #5C84BA.


Border color

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

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

This div border color is #5C84BA.


Opacity

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

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

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

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

This text has shadow with #5C84BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C84BA on black background.


Color preview on white background

This text has color #5C84BA on white background.



Black color preview on #5C84BA background

This text has black color on #5C84BA background.


White color preview on #5C84BA background

This text has white color on #5C84BA background.