COLOR #5C7CAC

HEX: #5C7CAC
RGB: (92,124,172)

Color info

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

RGB color model

#5C7CAC color RGB value is (92,124,172).

  • red value is 92;
  • green value is 124;
  • blue value is 172.
RGB:
(92,124,172)
(36%,49%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 172 of 255 = 67%

92
124
172

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

Portions of RGB colors in percentages

R + G + B =
92 + 124 + 172 = 388 (100%)
R 92 of 388 ~ 23.71%
G 124 of 388 ~ 31.96%
B 172 of 388 ~ 44.33%

%23.71
%31.96
%44.33

CMYK color model

#5C7CAC color CMYK value is (47,28,0,33).

  • cyan value is 46.51%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,28,0,33)
C47M28Y0K33 
(47%,28%,0%,33%)
(0.47/0.28/0.00/0.33)	

CMYK percentages

%46.51
%27.91
%0
%32.55

Codes

Color #5C7CAC in popluar color models

5C7CAC
RGB92124172
HSL216°32.52%51.76%
HSB/HSV216°46.51%67.45%
CMYK46.51%27.91%0.00%
32.55%

Color #5C7CAC in popluar number systems.

HEX5C7CAC
Decimal92124172
Binary1011100111110010101100
Octal134174254

Shades and tints

Shades of #5C7CAC

#5C7CAC
(92,124,172)
#54719D
(84,113,157)
#4C668E
(76,102,142)
#445B7F
(68,91,127)
#3C5070
(60,80,112)
#344561
(52,69,97)
#2C3A52
(44,58,82)
#242F43
(36,47,67)
#1C2434
(28,36,52)
#141925
(20,25,37)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #5C7CAC

#5C7CAC
(92,124,172)
#6A87B3
(106,135,179)
#7892BA
(120,146,186)
#869DC1
(134,157,193)
#94A8C8
(148,168,200)
#A2B3CF
(162,179,207)
#B0BED6
(176,190,214)
#BEC9DD
(190,201,221)
#CCD4E4
(204,212,228)
#DADFEB
(218,223,235)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7CAC color. Also use rgb(92,124,172) instead hex code.

Text Font Color

.myTextColor { color: #5C7CAC; }

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

This text font color is #5C7CAC.


Background Color

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

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

This div background color is #5C7CAC.


Border color

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

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

This div border color is #5C7CAC.


Opacity

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

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

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

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

This text has shadow with #5C7CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7CAC on black background.


Color preview on white background

This text has color #5C7CAC on white background.



Black color preview on #5C7CAC background

This text has black color on #5C7CAC background.


White color preview on #5C7CAC background

This text has white color on #5C7CAC background.