COLOR #5C80A3

HEX: #5C80A3
RGB: (92,128,163)

Color info

#5C80A3 contains mainly green and blue colors. Web safe color of #5C80A3 is #666699 (or #669).

RGB color model

#5C80A3 color RGB value is (92,128,163).

  • red value is 92;
  • green value is 128;
  • blue value is 163.
RGB:
(92,128,163)
(36%,50%,64%)

RGB channels and saturation

R 92 of 255 = 36%
G 128 of 255 = 50%
B 163 of 255 = 64%

92
128
163

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

Portions of RGB colors in percentages

R + G + B =
92 + 128 + 163 = 383 (100%)
R 92 of 383 ~ 24.02%
G 128 of 383 ~ 33.42%
B 163 of 383 ~ 42.56%

%24.02
%33.42
%42.56

CMYK color model

#5C80A3 color CMYK value is (44,21,0,36).

  • cyan value is 43.56%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(44,21,0,36)
C44M21Y0K36 
(44%,21%,0%,36%)
(0.44/0.21/0.00/0.36)	

CMYK percentages

%43.56
%21.47
%0
%36.08

Codes

Color #5C80A3 in popluar color models

5C80A3
RGB92128163
HSL210°27.84%50.00%
HSB/HSV210°43.56%63.92%
CMYK43.56%21.47%0.00%
36.08%

Color #5C80A3 in popluar number systems.

HEX5C80A3
Decimal92128163
Binary10111001000000010100011
Octal134200243

Shades and tints

Shades of #5C80A3

#5C80A3
(92,128,163)
#547595
(84,117,149)
#4C6A87
(76,106,135)
#445F79
(68,95,121)
#3C546B
(60,84,107)
#34495D
(52,73,93)
#2C3E4F
(44,62,79)
#243341
(36,51,65)
#1C2833
(28,40,51)
#141D25
(20,29,37)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #5C80A3

#5C80A3
(92,128,163)
#6A8BAB
(106,139,171)
#7896B3
(120,150,179)
#86A1BB
(134,161,187)
#94ACC3
(148,172,195)
#A2B7CB
(162,183,203)
#B0C2D3
(176,194,211)
#BECDDB
(190,205,219)
#CCD8E3
(204,216,227)
#DAE3EB
(218,227,235)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C80A3 color. Also use rgb(92,128,163) instead hex code.

Text Font Color

.myTextColor { color: #5C80A3; }

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

This text font color is #5C80A3.


Background Color

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

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

This div background color is #5C80A3.


Border color

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

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

This div border color is #5C80A3.


Opacity

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

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

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

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

This text has shadow with #5C80A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C80A3 on black background.


Color preview on white background

This text has color #5C80A3 on white background.



Black color preview on #5C80A3 background

This text has black color on #5C80A3 background.


White color preview on #5C80A3 background

This text has white color on #5C80A3 background.