COLOR #5C77AB

HEX: #5C77AB
RGB: (92,119,171)

Color info

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

RGB color model

#5C77AB color RGB value is (92,119,171).

  • red value is 92;
  • green value is 119;
  • blue value is 171.
RGB:
(92,119,171)
(36%,47%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 171 of 255 = 67%

92
119
171

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 171 = 382 (100%)
R 92 of 382 ~ 24.08%
G 119 of 382 ~ 31.15%
B 171 of 382 ~ 44.76%

%24.08
%31.15
%44.76

CMYK color model

#5C77AB color CMYK value is (46,30,0,33).

  • cyan value is 46.20%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,30,0,33)
C46M30Y0K33 
(46%,30%,0%,33%)
(0.46/0.30/0.00/0.33)	

CMYK percentages

%46.2
%30.41
%0
%32.94

Codes

Color #5C77AB in popluar color models

5C77AB
RGB92119171
HSL219°31.98%51.57%
HSB/HSV219°46.20%67.06%
CMYK46.20%30.41%0.00%
32.94%

Color #5C77AB in popluar number systems.

HEX5C77AB
Decimal92119171
Binary1011100111011110101011
Octal134167253

Shades and tints

Shades of #5C77AB

#5C77AB
(92,119,171)
#546D9C
(84,109,156)
#4C638D
(76,99,141)
#44597E
(68,89,126)
#3C4F6F
(60,79,111)
#344560
(52,69,96)
#2C3B51
(44,59,81)
#243142
(36,49,66)
#1C2733
(28,39,51)
#141D24
(20,29,36)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #5C77AB

#5C77AB
(92,119,171)
#6A83B2
(106,131,178)
#788FB9
(120,143,185)
#869BC0
(134,155,192)
#94A7C7
(148,167,199)
#A2B3CE
(162,179,206)
#B0BFD5
(176,191,213)
#BECBDC
(190,203,220)
#CCD7E3
(204,215,227)
#DAE3EA
(218,227,234)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C77AB color. Also use rgb(92,119,171) instead hex code.

Text Font Color

.myTextColor { color: #5C77AB; }

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

This text font color is #5C77AB.


Background Color

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

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

This div background color is #5C77AB.


Border color

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

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

This div border color is #5C77AB.


Opacity

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

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

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

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

This text has shadow with #5C77AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C77AB on black background.


Color preview on white background

This text has color #5C77AB on white background.



Black color preview on #5C77AB background

This text has black color on #5C77AB background.


White color preview on #5C77AB background

This text has white color on #5C77AB background.