COLOR #5CA5B5

HEX: #5CA5B5
RGB: (92,165,181)

Color info

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

RGB color model

#5CA5B5 color RGB value is (92,165,181).

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

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 181 of 255 = 71%

92
165
181

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 181 = 438 (100%)
R 92 of 438 ~ 21%
G 165 of 438 ~ 37.67%
B 181 of 438 ~ 41.32%

%21
%37.67
%41.32

CMYK color model

#5CA5B5 color CMYK value is (49,9,0,29).

  • cyan value is 49.17%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(49,9,0,29)
C49M9Y0K29 
(49%,9%,0%,29%)
(0.49/0.09/0.00/0.29)	

CMYK percentages

%49.17
%8.84
%0
%29.02

Codes

Color #5CA5B5 in popluar color models

5CA5B5
RGB92165181
HSL191°37.55%53.53%
HSB/HSV191°49.17%70.98%
CMYK49.17%8.84%0.00%
29.02%

Color #5CA5B5 in popluar number systems.

HEX5CA5B5
Decimal92165181
Binary10111001010010110110101
Octal134245265

Shades and tints

Shades of #5CA5B5

#5CA5B5
(92,165,181)
#5496A5
(84,150,165)
#4C8795
(76,135,149)
#447885
(68,120,133)
#3C6975
(60,105,117)
#345A65
(52,90,101)
#2C4B55
(44,75,85)
#243C45
(36,60,69)
#1C2D35
(28,45,53)
#141E25
(20,30,37)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #5CA5B5

#5CA5B5
(92,165,181)
#6AADBB
(106,173,187)
#78B5C1
(120,181,193)
#86BDC7
(134,189,199)
#94C5CD
(148,197,205)
#A2CDD3
(162,205,211)
#B0D5D9
(176,213,217)
#BEDDDF
(190,221,223)
#CCE5E5
(204,229,229)
#DAEDEB
(218,237,235)
#E8F5F1
(232,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA5B5; }

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

This text font color is #5CA5B5.


Background Color

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

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

This div background color is #5CA5B5.


Border color

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

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

This div border color is #5CA5B5.


Opacity

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

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

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

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

This text has shadow with #5CA5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA5B5 on black background.


Color preview on white background

This text has color #5CA5B5 on white background.



Black color preview on #5CA5B5 background

This text has black color on #5CA5B5 background.


White color preview on #5CA5B5 background

This text has white color on #5CA5B5 background.