COLOR #5E93C5

HEX: #5E93C5 RGB: (94,147,197)

Color info

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

RGB color model

#5E93C5 color RGB value is (94,147,197).

RGB: (94,147,197) (37%, 58%, 77%)

RGB channels and saturation

R 94 of 255 = 37%
G 147 of 255 = 58%
B 197 of 255 = 77%

94
147
197

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

Portions of RGB colors in percentages

R + G + B = 94 + 147 + 197 = 438 (100%)
R 94 of 438 ~ 21.46%
G 147 of 438 ~ 33.56%
B 197 of 438 ~ 44.98'%

%21.46
%33.56
%44.98

CMYK color model

#5E93C5 color CMYK value is (52,25,0,23).

  • cyan value is 52.28%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (52,25,0,23)
C52M25Y0K23 (52%, 25%, 0%, 23%)
(0.52 / 0.25 / 0.00 / 0.23)

CMYK percentages

%52.28
%25.38
%0
%22.75

Codes

Color #5E93C5 in popluar color models

5E 93 C5
RGB 94 147 197
HSL 209° 47.03% 57.06%
HSB/HSV 209° 52.28% 77.25%
CMYK 52.28% 25.38% 0.00%
22.75%

Color #5E93C5 in popluar number systems.

HEX 5E 93 C5
Decimal 94 147 197
Binary 1011110 10010011 11000101
Octal 136 223 305

Shades and tints

Shades of #5E93C5

#5E93C5
(94,147,197)
#5686B4
(86,134,180)
#4E79A3
(78,121,163)
#466C92
(70,108,146)
#3E5F81
(62,95,129)
#365270
(54,82,112)
#2E455F
(46,69,95)
#26384E
(38,56,78)
#1E2B3D
(30,43,61)
#161E2C
(22,30,44)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #5E93C5

#5E93C5
(94,147,197)
#6C9CCA
(108,156,202)
#7AA5CF
(122,165,207)
#88AED4
(136,174,212)
#96B7D9
(150,183,217)
#A4C0DE
(164,192,222)
#B2C9E3
(178,201,227)
#C0D2E8
(192,210,232)
#CEDBED
(206,219,237)
#DCE4F2
(220,228,242)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E93C5 color. Also use rgb(94,147,197) instead hex code.

Text Font Color

.myTextColor { color: #5E93C5; }

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

This text font color is #5E93C5.

Background Color

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

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

This div background color is #5E93C5.

Border color

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

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

This div border color is #5E93C5.

Opacity

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

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

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

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

This text has shadow with #5E93C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E93C5.

Preview

Color preview on black background

This text has color #5E93C5 on black background.


Color preview on white background

This text has color #5E93C5 on white background.


Black color preview on #5E93C5 background

This text has black color on #5E93C5 background.


White color preview on #5E93C5 background

This text has white color on #5E93C5 background.


Related colors

Complementary color

Complementary color for #hex is #A16C3A.


I love getcolorcode.com

Triadic colors

1 #C55E93 and #93C55E with #5E93C5 are triadic colors.

2 #C5935E and #935EC5 with #5E93C5 are triadic colors.