COLOR #5C81A6

HEX: #5C81A6
RGB: (92,129,166)

Color info

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

RGB color model

#5C81A6 color RGB value is (92,129,166).

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

RGB channels and saturation

R 92 of 255 = 36%
G 129 of 255 = 51%
B 166 of 255 = 65%

92
129
166

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

Portions of RGB colors in percentages

R + G + B =
92 + 129 + 166 = 387 (100%)
R 92 of 387 ~ 23.77%
G 129 of 387 ~ 33.33%
B 166 of 387 ~ 42.89%

%23.77
%33.33
%42.89

CMYK color model

#5C81A6 color CMYK value is (45,22,0,35).

  • cyan value is 44.58%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(45,22,0,35)
C45M22Y0K35 
(45%,22%,0%,35%)
(0.45/0.22/0.00/0.35)	

CMYK percentages

%44.58
%22.29
%0
%34.9

Codes

Color #5C81A6 in popluar color models

5C81A6
RGB92129166
HSL210°29.37%50.59%
HSB/HSV210°44.58%65.10%
CMYK44.58%22.29%0.00%
34.90%

Color #5C81A6 in popluar number systems.

HEX5C81A6
Decimal92129166
Binary10111001000000110100110
Octal134201246

Shades and tints

Shades of #5C81A6

#5C81A6
(92,129,166)
#547697
(84,118,151)
#4C6B88
(76,107,136)
#446079
(68,96,121)
#3C556A
(60,85,106)
#344A5B
(52,74,91)
#2C3F4C
(44,63,76)
#24343D
(36,52,61)
#1C292E
(28,41,46)
#141E1F
(20,30,31)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #5C81A6

#5C81A6
(92,129,166)
#6A8CAE
(106,140,174)
#7897B6
(120,151,182)
#86A2BE
(134,162,190)
#94ADC6
(148,173,198)
#A2B8CE
(162,184,206)
#B0C3D6
(176,195,214)
#BECEDE
(190,206,222)
#CCD9E6
(204,217,230)
#DAE4EE
(218,228,238)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C81A6; }

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

This text font color is #5C81A6.


Background Color

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

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

This div background color is #5C81A6.


Border color

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

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

This div border color is #5C81A6.


Opacity

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

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

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

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

This text has shadow with #5C81A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C81A6 on black background.


Color preview on white background

This text has color #5C81A6 on white background.



Black color preview on #5C81A6 background

This text has black color on #5C81A6 background.


White color preview on #5C81A6 background

This text has white color on #5C81A6 background.