COLOR #5C8DA8

HEX: #5C8DA8
RGB: (92,141,168)

Color info

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

RGB color model

#5C8DA8 color RGB value is (92,141,168).

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

RGB channels and saturation

R 92 of 255 = 36%
G 141 of 255 = 55%
B 168 of 255 = 66%

92
141
168

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

Portions of RGB colors in percentages

R + G + B =
92 + 141 + 168 = 401 (100%)
R 92 of 401 ~ 22.94%
G 141 of 401 ~ 35.16%
B 168 of 401 ~ 41.9%

%22.94
%35.16
%41.9

CMYK color model

#5C8DA8 color CMYK value is (45,16,0,34).

  • cyan value is 45.24%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(45,16,0,34)
C45M16Y0K34 
(45%,16%,0%,34%)
(0.45/0.16/0.00/0.34)	

CMYK percentages

%45.24
%16.07
%0
%34.12

Codes

Color #5C8DA8 in popluar color models

5C8DA8
RGB92141168
HSL201°30.40%50.98%
HSB/HSV201°45.24%65.88%
CMYK45.24%16.07%0.00%
34.12%

Color #5C8DA8 in popluar number systems.

HEX5C8DA8
Decimal92141168
Binary10111001000110110101000
Octal134215250

Shades and tints

Shades of #5C8DA8

#5C8DA8
(92,141,168)
#548199
(84,129,153)
#4C758A
(76,117,138)
#44697B
(68,105,123)
#3C5D6C
(60,93,108)
#34515D
(52,81,93)
#2C454E
(44,69,78)
#24393F
(36,57,63)
#1C2D30
(28,45,48)
#142121
(20,33,33)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #5C8DA8

#5C8DA8
(92,141,168)
#6A97AF
(106,151,175)
#78A1B6
(120,161,182)
#86ABBD
(134,171,189)
#94B5C4
(148,181,196)
#A2BFCB
(162,191,203)
#B0C9D2
(176,201,210)
#BED3D9
(190,211,217)
#CCDDE0
(204,221,224)
#DAE7E7
(218,231,231)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8DA8; }

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

This text font color is #5C8DA8.


Background Color

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

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

This div background color is #5C8DA8.


Border color

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

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

This div border color is #5C8DA8.


Opacity

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

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

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

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

This text has shadow with #5C8DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8DA8 on black background.


Color preview on white background

This text has color #5C8DA8 on white background.



Black color preview on #5C8DA8 background

This text has black color on #5C8DA8 background.


White color preview on #5C8DA8 background

This text has white color on #5C8DA8 background.