COLOR #5C7298

HEX: #5C7298
RGB: (92,114,152)

Color info

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

RGB color model

#5C7298 color RGB value is (92,114,152).

  • red value is 92;
  • green value is 114;
  • blue value is 152.
RGB:
(92,114,152)
(36%,45%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 152 of 255 = 60%

92
114
152

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

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 152 = 358 (100%)
R 92 of 358 ~ 25.7%
G 114 of 358 ~ 31.84%
B 152 of 358 ~ 42.46%

%25.7
%31.84
%42.46

CMYK color model

#5C7298 color CMYK value is (39,25,0,40).

  • cyan value is 39.47%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(39,25,0,40)
C39M25Y0K40 
(39%,25%,0%,40%)
(0.39/0.25/0.00/0.40)	

CMYK percentages

%39.47
%25
%0
%40.39

Codes

Color #5C7298 in popluar color models

5C7298
RGB92114152
HSL218°24.59%47.84%
HSB/HSV218°39.47%59.61%
CMYK39.47%25.00%0.00%
40.39%

Color #5C7298 in popluar number systems.

HEX5C7298
Decimal92114152
Binary1011100111001010011000
Octal134162230

Shades and tints

Shades of #5C7298

#5C7298
(92,114,152)
#54688B
(84,104,139)
#4C5E7E
(76,94,126)
#445471
(68,84,113)
#3C4A64
(60,74,100)
#344057
(52,64,87)
#2C364A
(44,54,74)
#242C3D
(36,44,61)
#1C2230
(28,34,48)
#141823
(20,24,35)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #5C7298

#5C7298
(92,114,152)
#6A7EA1
(106,126,161)
#788AAA
(120,138,170)
#8696B3
(134,150,179)
#94A2BC
(148,162,188)
#A2AEC5
(162,174,197)
#B0BACE
(176,186,206)
#BEC6D7
(190,198,215)
#CCD2E0
(204,210,224)
#DADEE9
(218,222,233)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7298 color. Also use rgb(92,114,152) instead hex code.

Text Font Color

.myTextColor { color: #5C7298; }

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

This text font color is #5C7298.


Background Color

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

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

This div background color is #5C7298.


Border color

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

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

This div border color is #5C7298.


Opacity

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

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

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

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

This text has shadow with #5C7298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7298 on black background.


Color preview on white background

This text has color #5C7298 on white background.



Black color preview on #5C7298 background

This text has black color on #5C7298 background.


White color preview on #5C7298 background

This text has white color on #5C7298 background.