COLOR #5CA2B0

HEX: #5CA2B0
RGB: (92,162,176)

Color info

#5CA2B0 contains mainly green and blue colors. Web safe color of #5CA2B0 is #669999 (or #699).

RGB color model

#5CA2B0 color RGB value is (92,162,176).

  • red value is 92;
  • green value is 162;
  • blue value is 176.
RGB:
(92,162,176)
(36%,64%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 162 of 255 = 64%
B 176 of 255 = 69%

92
162
176

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

Portions of RGB colors in percentages

R + G + B =
92 + 162 + 176 = 430 (100%)
R 92 of 430 ~ 21.4%
G 162 of 430 ~ 37.67%
B 176 of 430 ~ 40.93%

%21.4
%37.67
%40.93

CMYK color model

#5CA2B0 color CMYK value is (48,8,0,31).

  • cyan value is 47.73%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(48,8,0,31)
C48M8Y0K31 
(48%,8%,0%,31%)
(0.48/0.08/0.00/0.31)	

CMYK percentages

%47.73
%7.95
%0
%30.98

Codes

Color #5CA2B0 in popluar color models

5CA2B0
RGB92162176
HSL190°34.71%52.55%
HSB/HSV190°47.73%69.02%
CMYK47.73%7.95%0.00%
30.98%

Color #5CA2B0 in popluar number systems.

HEX5CA2B0
Decimal92162176
Binary10111001010001010110000
Octal134242260

Shades and tints

Shades of #5CA2B0

#5CA2B0
(92,162,176)
#5494A0
(84,148,160)
#4C8690
(76,134,144)
#447880
(68,120,128)
#3C6A70
(60,106,112)
#345C60
(52,92,96)
#2C4E50
(44,78,80)
#244040
(36,64,64)
#1C3230
(28,50,48)
#142420
(20,36,32)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #5CA2B0

#5CA2B0
(92,162,176)
#6AAAB7
(106,170,183)
#78B2BE
(120,178,190)
#86BAC5
(134,186,197)
#94C2CC
(148,194,204)
#A2CAD3
(162,202,211)
#B0D2DA
(176,210,218)
#BEDAE1
(190,218,225)
#CCE2E8
(204,226,232)
#DAEAEF
(218,234,239)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA2B0 color. Also use rgb(92,162,176) instead hex code.

Text Font Color

.myTextColor { color: #5CA2B0; }

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

This text font color is #5CA2B0.


Background Color

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

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

This div background color is #5CA2B0.


Border color

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

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

This div border color is #5CA2B0.


Opacity

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

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

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

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

This text has shadow with #5CA2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA2B0 on black background.


Color preview on white background

This text has color #5CA2B0 on white background.



Black color preview on #5CA2B0 background

This text has black color on #5CA2B0 background.


White color preview on #5CA2B0 background

This text has white color on #5CA2B0 background.