COLOR #5CA3C9

HEX: #5CA3C9
RGB: (92,163,201)

Color info

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

RGB color model

#5CA3C9 color RGB value is (92,163,201).

  • red value is 92;
  • green value is 163;
  • blue value is 201.
RGB:
(92,163,201)
(36%,64%,79%)

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 201 of 255 = 79%

92
163
201

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

Portions of RGB colors in percentages

R + G + B =
92 + 163 + 201 = 456 (100%)
R 92 of 456 ~ 20.18%
G 163 of 456 ~ 35.75%
B 201 of 456 ~ 44.08%

%20.18
%35.75
%44.08

CMYK color model

#5CA3C9 color CMYK value is (54,19,0,21).

  • cyan value is 54.23%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(54,19,0,21)
C54M19Y0K21 
(54%,19%,0%,21%)
(0.54/0.19/0.00/0.21)	

CMYK percentages

%54.23
%18.91
%0
%21.18

Codes

Color #5CA3C9 in popluar color models

5CA3C9
RGB92163201
HSL201°50.23%57.45%
HSB/HSV201°54.23%78.82%
CMYK54.23%18.91%0.00%
21.18%

Color #5CA3C9 in popluar number systems.

HEX5CA3C9
Decimal92163201
Binary10111001010001111001001
Octal134243311

Shades and tints

Shades of #5CA3C9

#5CA3C9
(92,163,201)
#5495B7
(84,149,183)
#4C87A5
(76,135,165)
#447993
(68,121,147)
#3C6B81
(60,107,129)
#345D6F
(52,93,111)
#2C4F5D
(44,79,93)
#24414B
(36,65,75)
#1C3339
(28,51,57)
#142527
(20,37,39)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #5CA3C9

#5CA3C9
(92,163,201)
#6AABCD
(106,171,205)
#78B3D1
(120,179,209)
#86BBD5
(134,187,213)
#94C3D9
(148,195,217)
#A2CBDD
(162,203,221)
#B0D3E1
(176,211,225)
#BEDBE5
(190,219,229)
#CCE3E9
(204,227,233)
#DAEBED
(218,235,237)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA3C9; }

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

This text font color is #5CA3C9.


Background Color

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

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

This div background color is #5CA3C9.


Border color

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

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

This div border color is #5CA3C9.


Opacity

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

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

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

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

This text has shadow with #5CA3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA3C9 on black background.


Color preview on white background

This text has color #5CA3C9 on white background.



Black color preview on #5CA3C9 background

This text has black color on #5CA3C9 background.


White color preview on #5CA3C9 background

This text has white color on #5CA3C9 background.