COLOR #5CA3CE

HEX: #5CA3CE RGB: (92,163,206)

Color info

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

RGB color model

#5CA3CE color RGB value is (92,163,206).

RGB: (92,163,206) (36%, 64%, 81%)

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 206 of 255 = 81%

92
163
206

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

Portions of RGB colors in percentages

R + G + B = 92 + 163 + 206 = 461 (100%)
R 92 of 461 ~ 19.96%
G 163 of 461 ~ 35.36%
B 206 of 461 ~ 44.69'%

%19.96
%35.36
%44.69

CMYK color model

#5CA3CE color CMYK value is (55,21,0,19).

  • cyan value is 55.34%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (55,21,0,19)
C55M21Y0K19 (55%, 21%, 0%, 19%)
(0.55 / 0.21 / 0.00 / 0.19)

CMYK percentages

%55.34
%20.87
%0
%19.22

Codes

Color #5CA3CE in popluar color models

5C A3 CE
RGB 92 163 206
HSL 203° 53.77% 58.43%
HSB/HSV 203° 55.34% 80.78%
CMYK 55.34% 20.87% 0.00%
19.22%

Color #5CA3CE in popluar number systems.

HEX 5C A3 CE
Decimal 92 163 206
Binary 1011100 10100011 11001110
Octal 134 243 316

Shades and tints

Shades of #5CA3CE

#5CA3CE
(92,163,206)
#5495BC
(84,149,188)
#4C87AA
(76,135,170)
#447998
(68,121,152)
#3C6B86
(60,107,134)
#345D74
(52,93,116)
#2C4F62
(44,79,98)
#244150
(36,65,80)
#1C333E
(28,51,62)
#14252C
(20,37,44)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #5CA3CE

#5CA3CE
(92,163,206)
#6AABD2
(106,171,210)
#78B3D6
(120,179,214)
#86BBDA
(134,187,218)
#94C3DE
(148,195,222)
#A2CBE2
(162,203,226)
#B0D3E6
(176,211,230)
#BEDBEA
(190,219,234)
#CCE3EE
(204,227,238)
#DAEBF2
(218,235,242)
#E8F3F6
(232,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA3CE color. Also use rgb(92,163,206) instead hex code.

Text Font Color

.myTextColor { color: #5CA3CE; }

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

This text font color is #5CA3CE.

Background Color

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

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

This div background color is #5CA3CE.

Border color

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

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

This div border color is #5CA3CE.

Opacity

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

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

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

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

This text has shadow with #5CA3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA3CE.

Preview

Color preview on black background

This text has color #5CA3CE on black background.


Color preview on white background

This text has color #5CA3CE on white background.


Black color preview on #5CA3CE background

This text has black color on #5CA3CE background.


White color preview on #5CA3CE background

This text has white color on #5CA3CE background.


Related colors

Complementary color

Complementary color for #hex is #A35C31.


I love getcolorcode.com

Triadic colors

1 #CE5CA3 and #A3CE5C with #5CA3CE are triadic colors.

2 #CEA35C and #A35CCE with #5CA3CE are triadic colors.