COLOR #5E75B8

HEX: #5E75B8
RGB: (94,117,184)

Color info

#5E75B8 contains mainly blue color. Web safe color of #5E75B8 is #6666CC (or #66C).

RGB color model

#5E75B8 color RGB value is (94,117,184).

  • red value is 94;
  • green value is 117;
  • blue value is 184.
RGB:
(94,117,184)
(37%,46%,72%)

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 184 of 255 = 72%

94
117
184

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

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 184 = 395 (100%)
R 94 of 395 ~ 23.8%
G 117 of 395 ~ 29.62%
B 184 of 395 ~ 46.58%

%23.8
%29.62
%46.58

CMYK color model

#5E75B8 color CMYK value is (49,36,0,28).

  • cyan value is 48.91%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(49,36,0,28)
C49M36Y0K28 
(49%,36%,0%,28%)
(0.49/0.36/0.00/0.28)	

CMYK percentages

%48.91
%36.41
%0
%27.84

Codes

Color #5E75B8 in popluar color models

5E75B8
RGB94117184
HSL225°38.79%54.51%
HSB/HSV225°48.91%72.16%
CMYK48.91%36.41%0.00%
27.84%

Color #5E75B8 in popluar number systems.

HEX5E75B8
Decimal94117184
Binary1011110111010110111000
Octal136165270

Shades and tints

Shades of #5E75B8

#5E75B8
(94,117,184)
#566BA8
(86,107,168)
#4E6198
(78,97,152)
#465788
(70,87,136)
#3E4D78
(62,77,120)
#364368
(54,67,104)
#2E3958
(46,57,88)
#262F48
(38,47,72)
#1E2538
(30,37,56)
#161B28
(22,27,40)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #5E75B8

#5E75B8
(94,117,184)
#6C81BE
(108,129,190)
#7A8DC4
(122,141,196)
#8899CA
(136,153,202)
#96A5D0
(150,165,208)
#A4B1D6
(164,177,214)
#B2BDDC
(178,189,220)
#C0C9E2
(192,201,226)
#CED5E8
(206,213,232)
#DCE1EE
(220,225,238)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E75B8 color. Also use rgb(94,117,184) instead hex code.

Text Font Color

.myTextColor { color: #5E75B8; }

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

This text font color is #5E75B8.


Background Color

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

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

This div background color is #5E75B8.


Border color

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

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

This div border color is #5E75B8.


Opacity

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

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

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

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

This text has shadow with #5E75B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E75B8 on black background.


Color preview on white background

This text has color #5E75B8 on white background.



Black color preview on #5E75B8 background

This text has black color on #5E75B8 background.


White color preview on #5E75B8 background

This text has white color on #5E75B8 background.