COLOR #5E92AB

HEX: #5E92AB
RGB: (94,146,171)

Color info

#5E92AB contains mainly green and blue colors. Web safe color of #5E92AB is #669999 (or #699).

RGB color model

#5E92AB color RGB value is (94,146,171).

  • red value is 94;
  • green value is 146;
  • blue value is 171.
RGB:
(94,146,171)
(37%,57%,67%)

RGB channels and saturation

R 94 of 255 = 37%
G 146 of 255 = 57%
B 171 of 255 = 67%

94
146
171

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

Portions of RGB colors in percentages

R + G + B =
94 + 146 + 171 = 411 (100%)
R 94 of 411 ~ 22.87%
G 146 of 411 ~ 35.52%
B 171 of 411 ~ 41.61%

%22.87
%35.52
%41.61

CMYK color model

#5E92AB color CMYK value is (45,15,0,33).

  • cyan value is 45.03%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(45,15,0,33)
C45M15Y0K33 
(45%,15%,0%,33%)
(0.45/0.15/0.00/0.33)	

CMYK percentages

%45.03
%14.62
%0
%32.94

Codes

Color #5E92AB in popluar color models

5E92AB
RGB94146171
HSL199°31.43%51.96%
HSB/HSV199°45.03%67.06%
CMYK45.03%14.62%0.00%
32.94%

Color #5E92AB in popluar number systems.

HEX5E92AB
Decimal94146171
Binary10111101001001010101011
Octal136222253

Shades and tints

Shades of #5E92AB

#5E92AB
(94,146,171)
#56859C
(86,133,156)
#4E788D
(78,120,141)
#466B7E
(70,107,126)
#3E5E6F
(62,94,111)
#365160
(54,81,96)
#2E4451
(46,68,81)
#263742
(38,55,66)
#1E2A33
(30,42,51)
#161D24
(22,29,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E92AB

#5E92AB
(94,146,171)
#6C9BB2
(108,155,178)
#7AA4B9
(122,164,185)
#88ADC0
(136,173,192)
#96B6C7
(150,182,199)
#A4BFCE
(164,191,206)
#B2C8D5
(178,200,213)
#C0D1DC
(192,209,220)
#CEDAE3
(206,218,227)
#DCE3EA
(220,227,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E92AB color. Also use rgb(94,146,171) instead hex code.

Text Font Color

.myTextColor { color: #5E92AB; }

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

This text font color is #5E92AB.


Background Color

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

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

This div background color is #5E92AB.


Border color

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

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

This div border color is #5E92AB.


Opacity

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

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

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

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

This text has shadow with #5E92AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E92AB on black background.


Color preview on white background

This text has color #5E92AB on white background.



Black color preview on #5E92AB background

This text has black color on #5E92AB background.


White color preview on #5E92AB background

This text has white color on #5E92AB background.