COLOR #5CA5C2

HEX: #5CA5C2
RGB: (92,165,194)

Color info

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

RGB color model

#5CA5C2 color RGB value is (92,165,194).

  • red value is 92;
  • green value is 165;
  • blue value is 194.
RGB:
(92,165,194)
(36%,65%,76%)

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 194 of 255 = 76%

92
165
194

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 194 = 451 (100%)
R 92 of 451 ~ 20.4%
G 165 of 451 ~ 36.59%
B 194 of 451 ~ 43.02%

%20.4
%36.59
%43.02

CMYK color model

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

  • cyan value is 52.58%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(53,15,0,24)
C53M15Y0K24 
(53%,15%,0%,24%)
(0.53/0.15/0.00/0.24)	

CMYK percentages

%52.58
%14.95
%0
%23.92

Codes

Color #5CA5C2 in popluar color models

5CA5C2
RGB92165194
HSL197°45.54%56.08%
HSB/HSV197°52.58%76.08%
CMYK52.58%14.95%0.00%
23.92%

Color #5CA5C2 in popluar number systems.

HEX5CA5C2
Decimal92165194
Binary10111001010010111000010
Octal134245302

Shades and tints

Shades of #5CA5C2

#5CA5C2
(92,165,194)
#5496B1
(84,150,177)
#4C87A0
(76,135,160)
#44788F
(68,120,143)
#3C697E
(60,105,126)
#345A6D
(52,90,109)
#2C4B5C
(44,75,92)
#243C4B
(36,60,75)
#1C2D3A
(28,45,58)
#141E29
(20,30,41)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #5CA5C2

#5CA5C2
(92,165,194)
#6AADC7
(106,173,199)
#78B5CC
(120,181,204)
#86BDD1
(134,189,209)
#94C5D6
(148,197,214)
#A2CDDB
(162,205,219)
#B0D5E0
(176,213,224)
#BEDDE5
(190,221,229)
#CCE5EA
(204,229,234)
#DAEDEF
(218,237,239)
#E8F5F4
(232,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA5C2 color. Also use rgb(92,165,194) instead hex code.

Text Font Color

.myTextColor { color: #5CA5C2; }

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

This text font color is #5CA5C2.


Background Color

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

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

This div background color is #5CA5C2.


Border color

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

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

This div border color is #5CA5C2.


Opacity

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

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

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

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

This text has shadow with #5CA5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA5C2 on black background.


Color preview on white background

This text has color #5CA5C2 on white background.



Black color preview on #5CA5C2 background

This text has black color on #5CA5C2 background.


White color preview on #5CA5C2 background

This text has white color on #5CA5C2 background.