COLOR #5CA8B7

HEX: #5CA8B7
RGB: (92,168,183)

Color info

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

RGB color model

#5CA8B7 color RGB value is (92,168,183).

  • red value is 92;
  • green value is 168;
  • blue value is 183.
RGB:
(92,168,183)
(36%,66%,72%)

RGB channels and saturation

R 92 of 255 = 36%
G 168 of 255 = 66%
B 183 of 255 = 72%

92
168
183

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

Portions of RGB colors in percentages

R + G + B =
92 + 168 + 183 = 443 (100%)
R 92 of 443 ~ 20.77%
G 168 of 443 ~ 37.92%
B 183 of 443 ~ 41.31%

%20.77
%37.92
%41.31

CMYK color model

#5CA8B7 color CMYK value is (50,8,0,28).

  • cyan value is 49.73%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(50,8,0,28)
C50M8Y0K28 
(50%,8%,0%,28%)
(0.50/0.08/0.00/0.28)	

CMYK percentages

%49.73
%8.2
%0
%28.24

Codes

Color #5CA8B7 in popluar color models

5CA8B7
RGB92168183
HSL190°38.72%53.92%
HSB/HSV190°49.73%71.76%
CMYK49.73%8.20%0.00%
28.24%

Color #5CA8B7 in popluar number systems.

HEX5CA8B7
Decimal92168183
Binary10111001010100010110111
Octal134250267

Shades and tints

Shades of #5CA8B7

#5CA8B7
(92,168,183)
#5499A7
(84,153,167)
#4C8A97
(76,138,151)
#447B87
(68,123,135)
#3C6C77
(60,108,119)
#345D67
(52,93,103)
#2C4E57
(44,78,87)
#243F47
(36,63,71)
#1C3037
(28,48,55)
#142127
(20,33,39)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #5CA8B7

#5CA8B7
(92,168,183)
#6AAFBD
(106,175,189)
#78B6C3
(120,182,195)
#86BDC9
(134,189,201)
#94C4CF
(148,196,207)
#A2CBD5
(162,203,213)
#B0D2DB
(176,210,219)
#BED9E1
(190,217,225)
#CCE0E7
(204,224,231)
#DAE7ED
(218,231,237)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA8B7 color. Also use rgb(92,168,183) instead hex code.

Text Font Color

.myTextColor { color: #5CA8B7; }

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

This text font color is #5CA8B7.


Background Color

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

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

This div background color is #5CA8B7.


Border color

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

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

This div border color is #5CA8B7.


Opacity

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

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

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

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

This text has shadow with #5CA8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA8B7 on black background.


Color preview on white background

This text has color #5CA8B7 on white background.



Black color preview on #5CA8B7 background

This text has black color on #5CA8B7 background.


White color preview on #5CA8B7 background

This text has white color on #5CA8B7 background.