COLOR #5CA3C0

HEX: #5CA3C0 RGB: (92,163,192)

Color info

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

RGB color model

#5CA3C0 color RGB value is (92,163,192).

RGB: (92,163,192) (36%, 64%, 75%)

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 192 of 255 = 75%

92
163
192

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

Portions of RGB colors in percentages

R + G + B = 92 + 163 + 192 = 447 (100%)
R 92 of 447 ~ 20.58%
G 163 of 447 ~ 36.47%
B 192 of 447 ~ 42.95'%

%20.58
%36.47
%42.95

CMYK color model

#5CA3C0 color CMYK value is (52,15,0,25).

  • cyan value is 52.08%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (52,15,0,25) C52M15Y0K25 (52%,15%,0%,25%) (0.52/0.15/0.00/0.25) 

CMYK percentages

%52.08
%15.1
%0
%24.71

Codes

Color #5CA3C0 in popluar color models

5C A3 C0
RGB 92 163 192
HSL 197° 44.25% 55.69%
HSB/HSV 197° 52.08% 75.29%
CMYK 52.08% 15.10% 0.00%
24.71%

Color #5CA3C0 in popluar number systems.

HEX 5C A3 C0
Decimal 92 163 192
Binary 1011100 10100011 11000000
Octal 134 243 300

Shades and tints

Shades of #5CA3C0

#5CA3C0
(92,163,192)
#5495AF
(84,149,175)
#4C879E
(76,135,158)
#44798D
(68,121,141)
#3C6B7C
(60,107,124)
#345D6B
(52,93,107)
#2C4F5A
(44,79,90)
#244149
(36,65,73)
#1C3338
(28,51,56)
#142527
(20,37,39)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #5CA3C0

#5CA3C0
(92,163,192)
#6AABC5
(106,171,197)
#78B3CA
(120,179,202)
#86BBCF
(134,187,207)
#94C3D4
(148,195,212)
#A2CBD9
(162,203,217)
#B0D3DE
(176,211,222)
#BEDBE3
(190,219,227)
#CCE3E8
(204,227,232)
#DAEBED
(218,235,237)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA3C0; }

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

This text font color is #5CA3C0.

Background Color

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

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

This div background color is #5CA3C0.

Border color

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

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

This div border color is #5CA3C0.

Opacity

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

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

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

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

This text has shadow with #5CA3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA3C0.

Preview

Color preview on black background

This text has color #5CA3C0 on black background.


Color preview on white background

This text has color #5CA3C0 on white background.


Black color preview on #5CA3C0 background

This text has black color on #5CA3C0 background.


White color preview on #5CA3C0 background

This text has white color on #5CA3C0 background.


Related colors

Complementary color

Complementary color for #hex is #A35C3F.


I love getcolorcode.com

Triadic colors

1 #C05CA3 and #A3C05C with #5CA3C0 are triadic colors.

2 #C0A35C and #A35CC0 with #5CA3C0 are triadic colors.