COLOR #5E7888

HEX: #5E7888 RGB: (94,120,136)

Color info

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

RGB color model

#5E7888 color RGB value is (94,120,136).

RGB: (94,120,136) (37%, 47%, 53%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 136 of 255 = 53%

94
120
136

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

Portions of RGB colors in percentages

R + G + B = 94 + 120 + 136 = 350 (100%)
R 94 of 350 ~ 26.86%
G 120 of 350 ~ 34.29%
B 136 of 350 ~ 38.86'%

%26.86
%34.29
%38.86

CMYK color model

#5E7888 color CMYK value is (31,12,0,47).

  • cyan value is 30.88%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (31,12,0,47)
C31M12Y0K47 (31%, 12%, 0%, 47%)
(0.31 / 0.12 / 0.00 / 0.47)

CMYK percentages

%30.88
%11.76
%0
%46.67

Codes

Color #5E7888 in popluar color models

5E 78 88
RGB 94 120 136
HSL 203° 18.26% 45.10%
HSB/HSV 203° 30.88% 53.33%
CMYK 30.88% 11.76% 0.00%
46.67%

Color #5E7888 in popluar number systems.

HEX 5E 78 88
Decimal 94 120 136
Binary 1011110 1111000 10001000
Octal 136 170 210

Shades and tints

Shades of #5E7888

#5E7888
(94,120,136)
#566E7C
(86,110,124)
#4E6470
(78,100,112)
#465A64
(70,90,100)
#3E5058
(62,80,88)
#36464C
(54,70,76)
#2E3C40
(46,60,64)
#263234
(38,50,52)
#1E2828
(30,40,40)
#161E1C
(22,30,28)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5E7888

#5E7888
(94,120,136)
#6C8492
(108,132,146)
#7A909C
(122,144,156)
#889CA6
(136,156,166)
#96A8B0
(150,168,176)
#A4B4BA
(164,180,186)
#B2C0C4
(178,192,196)
#C0CCCE
(192,204,206)
#CED8D8
(206,216,216)
#DCE4E2
(220,228,226)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7888; }

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

This text font color is #5E7888.

Background Color

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

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

This div background color is #5E7888.

Border color

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

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

This div border color is #5E7888.

Opacity

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

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

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

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

This text has shadow with #5E7888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7888.

Preview

Color preview on black background

This text has color #5E7888 on black background.


Color preview on white background

This text has color #5E7888 on white background.


Black color preview on #5E7888 background

This text has black color on #5E7888 background.


White color preview on #5E7888 background

This text has white color on #5E7888 background.


Related colors

Complementary color

Complementary color for #hex is #A18777.


I love getcolorcode.com

Triadic colors

1 #885E78 and #78885E with #5E7888 are triadic colors.

2 #88785E and #785E88 with #5E7888 are triadic colors.