COLOR #5C93C7

HEX: #5C93C7
RGB: (92,147,199)

Color info

#5C93C7 contains mainly green and blue colors. Web safe color of #5C93C7 is #6699CC (or #69C).

RGB color model

#5C93C7 color RGB value is (92,147,199).

  • red value is 92;
  • green value is 147;
  • blue value is 199.
RGB:
(92,147,199)
(36%,58%,78%)

RGB channels and saturation

R 92 of 255 = 36%
G 147 of 255 = 58%
B 199 of 255 = 78%

92
147
199

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

Portions of RGB colors in percentages

R + G + B =
92 + 147 + 199 = 438 (100%)
R 92 of 438 ~ 21%
G 147 of 438 ~ 33.56%
B 199 of 438 ~ 45.43%

%21
%33.56
%45.43

CMYK color model

#5C93C7 color CMYK value is (54,26,0,22).

  • cyan value is 53.77%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(54,26,0,22)
C54M26Y0K22 
(54%,26%,0%,22%)
(0.54/0.26/0.00/0.22)	

CMYK percentages

%53.77
%26.13
%0
%21.96

Codes

Color #5C93C7 in popluar color models

5C93C7
RGB92147199
HSL209°48.86%57.06%
HSB/HSV209°53.77%78.04%
CMYK53.77%26.13%0.00%
21.96%

Color #5C93C7 in popluar number systems.

HEX5C93C7
Decimal92147199
Binary10111001001001111000111
Octal134223307

Shades and tints

Shades of #5C93C7

#5C93C7
(92,147,199)
#5486B5
(84,134,181)
#4C79A3
(76,121,163)
#446C91
(68,108,145)
#3C5F7F
(60,95,127)
#34526D
(52,82,109)
#2C455B
(44,69,91)
#243849
(36,56,73)
#1C2B37
(28,43,55)
#141E25
(20,30,37)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #5C93C7

#5C93C7
(92,147,199)
#6A9CCC
(106,156,204)
#78A5D1
(120,165,209)
#86AED6
(134,174,214)
#94B7DB
(148,183,219)
#A2C0E0
(162,192,224)
#B0C9E5
(176,201,229)
#BED2EA
(190,210,234)
#CCDBEF
(204,219,239)
#DAE4F4
(218,228,244)
#E8EDF9
(232,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C93C7 color. Also use rgb(92,147,199) instead hex code.

Text Font Color

.myTextColor { color: #5C93C7; }

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

This text font color is #5C93C7.


Background Color

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

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

This div background color is #5C93C7.


Border color

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

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

This div border color is #5C93C7.


Opacity

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

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

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

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

This text has shadow with #5C93C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C93C7 on black background.


Color preview on white background

This text has color #5C93C7 on white background.



Black color preview on #5C93C7 background

This text has black color on #5C93C7 background.


White color preview on #5C93C7 background

This text has white color on #5C93C7 background.