COLOR #5E7F88

HEX: #5E7F88
RGB: (94,127,136)

Color info

#5E7F88 contains red, green and blue colors in about the same proportion. Web safe color of #5E7F88 is #666699 (or #669).

RGB color model

#5E7F88 color RGB value is (94,127,136).

  • red value is 94;
  • green value is 127;
  • blue value is 136.
RGB:
(94,127,136)
(37%,50%,53%)

RGB channels and saturation

R 94 of 255 = 37%
G 127 of 255 = 50%
B 136 of 255 = 53%

94
127
136

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

Portions of RGB colors in percentages

R + G + B =
94 + 127 + 136 = 357 (100%)
R 94 of 357 ~ 26.33%
G 127 of 357 ~ 35.57%
B 136 of 357 ~ 38.1%

%26.33
%35.57
%38.1

CMYK color model

#5E7F88 color CMYK value is (31,7,0,47).

  • cyan value is 30.88%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(31,7,0,47)
C31M7Y0K47 
(31%,7%,0%,47%)
(0.31/0.07/0.00/0.47)	

CMYK percentages

%30.88
%6.62
%0
%46.67

Codes

Color #5E7F88 in popluar color models

5E7F88
RGB94127136
HSL193°18.26%45.10%
HSB/HSV193°30.88%53.33%
CMYK30.88%6.62%0.00%
46.67%

Color #5E7F88 in popluar number systems.

HEX5E7F88
Decimal94127136
Binary1011110111111110001000
Octal136177210

Shades and tints

Shades of #5E7F88

#5E7F88
(94,127,136)
#56747C
(86,116,124)
#4E6970
(78,105,112)
#465E64
(70,94,100)
#3E5358
(62,83,88)
#36484C
(54,72,76)
#2E3D40
(46,61,64)
#263234
(38,50,52)
#1E2728
(30,39,40)
#161C1C
(22,28,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E7F88

#5E7F88
(94,127,136)
#6C8A92
(108,138,146)
#7A959C
(122,149,156)
#88A0A6
(136,160,166)
#96ABB0
(150,171,176)
#A4B6BA
(164,182,186)
#B2C1C4
(178,193,196)
#C0CCCE
(192,204,206)
#CED7D8
(206,215,216)
#DCE2E2
(220,226,226)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7F88 color. Also use rgb(94,127,136) instead hex code.

Text Font Color

.myTextColor { color: #5E7F88; }

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

This text font color is #5E7F88.


Background Color

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

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

This div background color is #5E7F88.


Border color

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

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

This div border color is #5E7F88.


Opacity

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

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

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

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

This text has shadow with #5E7F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7F88 on black background.


Color preview on white background

This text has color #5E7F88 on white background.



Black color preview on #5E7F88 background

This text has black color on #5E7F88 background.


White color preview on #5E7F88 background

This text has white color on #5E7F88 background.