COLOR #5CA2BA

HEX: #5CA2BA
RGB: (92,162,186)

Color info

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

RGB color model

#5CA2BA color RGB value is (92,162,186).

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

RGB channels and saturation

R 92 of 255 = 36%
G 162 of 255 = 64%
B 186 of 255 = 73%

92
162
186

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

Portions of RGB colors in percentages

R + G + B =
92 + 162 + 186 = 440 (100%)
R 92 of 440 ~ 20.91%
G 162 of 440 ~ 36.82%
B 186 of 440 ~ 42.27%

%20.91
%36.82
%42.27

CMYK color model

#5CA2BA color CMYK value is (51,13,0,27).

  • cyan value is 50.54%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(51,13,0,27)
C51M13Y0K27 
(51%,13%,0%,27%)
(0.51/0.13/0.00/0.27)	

CMYK percentages

%50.54
%12.9
%0
%27.06

Codes

Color #5CA2BA in popluar color models

5CA2BA
RGB92162186
HSL195°40.52%54.51%
HSB/HSV195°50.54%72.94%
CMYK50.54%12.90%0.00%
27.06%

Color #5CA2BA in popluar number systems.

HEX5CA2BA
Decimal92162186
Binary10111001010001010111010
Octal134242272

Shades and tints

Shades of #5CA2BA

#5CA2BA
(92,162,186)
#5494AA
(84,148,170)
#4C869A
(76,134,154)
#44788A
(68,120,138)
#3C6A7A
(60,106,122)
#345C6A
(52,92,106)
#2C4E5A
(44,78,90)
#24404A
(36,64,74)
#1C323A
(28,50,58)
#14242A
(20,36,42)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #5CA2BA

#5CA2BA
(92,162,186)
#6AAAC0
(106,170,192)
#78B2C6
(120,178,198)
#86BACC
(134,186,204)
#94C2D2
(148,194,210)
#A2CAD8
(162,202,216)
#B0D2DE
(176,210,222)
#BEDAE4
(190,218,228)
#CCE2EA
(204,226,234)
#DAEAF0
(218,234,240)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA2BA; }

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

This text font color is #5CA2BA.


Background Color

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

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

This div background color is #5CA2BA.


Border color

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

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

This div border color is #5CA2BA.


Opacity

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

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

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

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

This text has shadow with #5CA2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA2BA on black background.


Color preview on white background

This text has color #5CA2BA on white background.



Black color preview on #5CA2BA background

This text has black color on #5CA2BA background.


White color preview on #5CA2BA background

This text has white color on #5CA2BA background.