COLOR #5C819B

HEX: #5C819B
RGB: (92,129,155)

Color info

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

RGB color model

#5C819B color RGB value is (92,129,155).

  • red value is 92;
  • green value is 129;
  • blue value is 155.
RGB:
(92,129,155)
(36%,51%,61%)

RGB channels and saturation

R 92 of 255 = 36%
G 129 of 255 = 51%
B 155 of 255 = 61%

92
129
155

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

Portions of RGB colors in percentages

R + G + B =
92 + 129 + 155 = 376 (100%)
R 92 of 376 ~ 24.47%
G 129 of 376 ~ 34.31%
B 155 of 376 ~ 41.22%

%24.47
%34.31
%41.22

CMYK color model

#5C819B color CMYK value is (41,17,0,39).

  • cyan value is 40.65%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,17,0,39)
C41M17Y0K39 
(41%,17%,0%,39%)
(0.41/0.17/0.00/0.39)	

CMYK percentages

%40.65
%16.77
%0
%39.22

Codes

Color #5C819B in popluar color models

5C819B
RGB92129155
HSL205°25.51%48.43%
HSB/HSV205°40.65%60.78%
CMYK40.65%16.77%0.00%
39.22%

Color #5C819B in popluar number systems.

HEX5C819B
Decimal92129155
Binary10111001000000110011011
Octal134201233

Shades and tints

Shades of #5C819B

#5C819B
(92,129,155)
#54768D
(84,118,141)
#4C6B7F
(76,107,127)
#446071
(68,96,113)
#3C5563
(60,85,99)
#344A55
(52,74,85)
#2C3F47
(44,63,71)
#243439
(36,52,57)
#1C292B
(28,41,43)
#141E1D
(20,30,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C819B

#5C819B
(92,129,155)
#6A8CA4
(106,140,164)
#7897AD
(120,151,173)
#86A2B6
(134,162,182)
#94ADBF
(148,173,191)
#A2B8C8
(162,184,200)
#B0C3D1
(176,195,209)
#BECEDA
(190,206,218)
#CCD9E3
(204,217,227)
#DAE4EC
(218,228,236)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C819B color. Also use rgb(92,129,155) instead hex code.

Text Font Color

.myTextColor { color: #5C819B; }

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

This text font color is #5C819B.


Background Color

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

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

This div background color is #5C819B.


Border color

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

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

This div border color is #5C819B.


Opacity

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

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

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

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

This text has shadow with #5C819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C819B on black background.


Color preview on white background

This text has color #5C819B on white background.



Black color preview on #5C819B background

This text has black color on #5C819B background.


White color preview on #5C819B background

This text has white color on #5C819B background.