COLOR #5C74AB

HEX: #5C74AB
RGB: (92,116,171)

Color info

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

RGB color model

#5C74AB color RGB value is (92,116,171).

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

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 171 of 255 = 67%

92
116
171

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

Portions of RGB colors in percentages

R + G + B =
92 + 116 + 171 = 379 (100%)
R 92 of 379 ~ 24.27%
G 116 of 379 ~ 30.61%
B 171 of 379 ~ 45.12%

%24.27
%30.61
%45.12

CMYK color model

#5C74AB color CMYK value is (46,32,0,33).

  • cyan value is 46.20%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,32,0,33)
C46M32Y0K33 
(46%,32%,0%,33%)
(0.46/0.32/0.00/0.33)	

CMYK percentages

%46.2
%32.16
%0
%32.94

Codes

Color #5C74AB in popluar color models

5C74AB
RGB92116171
HSL222°31.98%51.57%
HSB/HSV222°46.20%67.06%
CMYK46.20%32.16%0.00%
32.94%

Color #5C74AB in popluar number systems.

HEX5C74AB
Decimal92116171
Binary1011100111010010101011
Octal134164253

Shades and tints

Shades of #5C74AB

#5C74AB
(92,116,171)
#546A9C
(84,106,156)
#4C608D
(76,96,141)
#44567E
(68,86,126)
#3C4C6F
(60,76,111)
#344260
(52,66,96)
#2C3851
(44,56,81)
#242E42
(36,46,66)
#1C2433
(28,36,51)
#141A24
(20,26,36)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #5C74AB

#5C74AB
(92,116,171)
#6A80B2
(106,128,178)
#788CB9
(120,140,185)
#8698C0
(134,152,192)
#94A4C7
(148,164,199)
#A2B0CE
(162,176,206)
#B0BCD5
(176,188,213)
#BEC8DC
(190,200,220)
#CCD4E3
(204,212,227)
#DAE0EA
(218,224,234)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C74AB; }

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

This text font color is #5C74AB.


Background Color

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

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

This div background color is #5C74AB.


Border color

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

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

This div border color is #5C74AB.


Opacity

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

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

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

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

This text has shadow with #5C74AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C74AB on black background.


Color preview on white background

This text has color #5C74AB on white background.



Black color preview on #5C74AB background

This text has black color on #5C74AB background.


White color preview on #5C74AB background

This text has white color on #5C74AB background.