COLOR #5C76A5

HEX: #5C76A5
RGB: (92,118,165)

Color info

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

RGB color model

#5C76A5 color RGB value is (92,118,165).

  • red value is 92;
  • green value is 118;
  • blue value is 165.
RGB:
(92,118,165)
(36%,46%,65%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 165 of 255 = 65%

92
118
165

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

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 165 = 375 (100%)
R 92 of 375 ~ 24.53%
G 118 of 375 ~ 31.47%
B 165 of 375 ~ 44%

%24.53
%31.47
%44

CMYK color model

#5C76A5 color CMYK value is (44,28,0,35).

  • cyan value is 44.24%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(44,28,0,35)
C44M28Y0K35 
(44%,28%,0%,35%)
(0.44/0.28/0.00/0.35)	

CMYK percentages

%44.24
%28.48
%0
%35.29

Codes

Color #5C76A5 in popluar color models

5C76A5
RGB92118165
HSL219°28.85%50.39%
HSB/HSV219°44.24%64.71%
CMYK44.24%28.48%0.00%
35.29%

Color #5C76A5 in popluar number systems.

HEX5C76A5
Decimal92118165
Binary1011100111011010100101
Octal134166245

Shades and tints

Shades of #5C76A5

#5C76A5
(92,118,165)
#546C96
(84,108,150)
#4C6287
(76,98,135)
#445878
(68,88,120)
#3C4E69
(60,78,105)
#34445A
(52,68,90)
#2C3A4B
(44,58,75)
#24303C
(36,48,60)
#1C262D
(28,38,45)
#141C1E
(20,28,30)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #5C76A5

#5C76A5
(92,118,165)
#6A82AD
(106,130,173)
#788EB5
(120,142,181)
#869ABD
(134,154,189)
#94A6C5
(148,166,197)
#A2B2CD
(162,178,205)
#B0BED5
(176,190,213)
#BECADD
(190,202,221)
#CCD6E5
(204,214,229)
#DAE2ED
(218,226,237)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C76A5 color. Also use rgb(92,118,165) instead hex code.

Text Font Color

.myTextColor { color: #5C76A5; }

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

This text font color is #5C76A5.


Background Color

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

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

This div background color is #5C76A5.


Border color

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

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

This div border color is #5C76A5.


Opacity

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

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

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

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

This text has shadow with #5C76A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C76A5 on black background.


Color preview on white background

This text has color #5C76A5 on white background.



Black color preview on #5C76A5 background

This text has black color on #5C76A5 background.


White color preview on #5C76A5 background

This text has white color on #5C76A5 background.