COLOR #5C7199

HEX: #5C7199
RGB: (92,113,153)

Color info

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

RGB color model

#5C7199 color RGB value is (92,113,153).

  • red value is 92;
  • green value is 113;
  • blue value is 153.
RGB:
(92,113,153)
(36%,44%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 153 of 255 = 60%

92
113
153

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

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 153 = 358 (100%)
R 92 of 358 ~ 25.7%
G 113 of 358 ~ 31.56%
B 153 of 358 ~ 42.74%

%25.7
%31.56
%42.74

CMYK color model

#5C7199 color CMYK value is (40,26,0,40).

  • cyan value is 39.87%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(40,26,0,40)
C40M26Y0K40 
(40%,26%,0%,40%)
(0.40/0.26/0.00/0.40)	

CMYK percentages

%39.87
%26.14
%0
%40

Codes

Color #5C7199 in popluar color models

5C7199
RGB92113153
HSL219°24.90%48.04%
HSB/HSV219°39.87%60.00%
CMYK39.87%26.14%0.00%
40.00%

Color #5C7199 in popluar number systems.

HEX5C7199
Decimal92113153
Binary1011100111000110011001
Octal134161231

Shades and tints

Shades of #5C7199

#5C7199
(92,113,153)
#54678C
(84,103,140)
#4C5D7F
(76,93,127)
#445372
(68,83,114)
#3C4965
(60,73,101)
#343F58
(52,63,88)
#2C354B
(44,53,75)
#242B3E
(36,43,62)
#1C2131
(28,33,49)
#141724
(20,23,36)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #5C7199

#5C7199
(92,113,153)
#6A7DA2
(106,125,162)
#7889AB
(120,137,171)
#8695B4
(134,149,180)
#94A1BD
(148,161,189)
#A2ADC6
(162,173,198)
#B0B9CF
(176,185,207)
#BEC5D8
(190,197,216)
#CCD1E1
(204,209,225)
#DADDEA
(218,221,234)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7199 color. Also use rgb(92,113,153) instead hex code.

Text Font Color

.myTextColor { color: #5C7199; }

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

This text font color is #5C7199.


Background Color

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

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

This div background color is #5C7199.


Border color

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

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

This div border color is #5C7199.


Opacity

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

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

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

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

This text has shadow with #5C7199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7199 on black background.


Color preview on white background

This text has color #5C7199 on white background.



Black color preview on #5C7199 background

This text has black color on #5C7199 background.


White color preview on #5C7199 background

This text has white color on #5C7199 background.