COLOR #5E99B0

HEX: #5E99B0
RGB: (94,153,176)

Color info

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

RGB color model

#5E99B0 color RGB value is (94,153,176).

  • red value is 94;
  • green value is 153;
  • blue value is 176.
RGB:
(94,153,176)
(37%,60%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 176 of 255 = 69%

94
153
176

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

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 176 = 423 (100%)
R 94 of 423 ~ 22.22%
G 153 of 423 ~ 36.17%
B 176 of 423 ~ 41.61%

%22.22
%36.17
%41.61

CMYK color model

#5E99B0 color CMYK value is (47,13,0,31).

  • cyan value is 46.59%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,13,0,31)
C47M13Y0K31 
(47%,13%,0%,31%)
(0.47/0.13/0.00/0.31)	

CMYK percentages

%46.59
%13.07
%0
%30.98

Codes

Color #5E99B0 in popluar color models

5E99B0
RGB94153176
HSL197°34.17%52.94%
HSB/HSV197°46.59%69.02%
CMYK46.59%13.07%0.00%
30.98%

Color #5E99B0 in popluar number systems.

HEX5E99B0
Decimal94153176
Binary10111101001100110110000
Octal136231260

Shades and tints

Shades of #5E99B0

#5E99B0
(94,153,176)
#568CA0
(86,140,160)
#4E7F90
(78,127,144)
#467280
(70,114,128)
#3E6570
(62,101,112)
#365860
(54,88,96)
#2E4B50
(46,75,80)
#263E40
(38,62,64)
#1E3130
(30,49,48)
#162420
(22,36,32)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #5E99B0

#5E99B0
(94,153,176)
#6CA2B7
(108,162,183)
#7AABBE
(122,171,190)
#88B4C5
(136,180,197)
#96BDCC
(150,189,204)
#A4C6D3
(164,198,211)
#B2CFDA
(178,207,218)
#C0D8E1
(192,216,225)
#CEE1E8
(206,225,232)
#DCEAEF
(220,234,239)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E99B0 color. Also use rgb(94,153,176) instead hex code.

Text Font Color

.myTextColor { color: #5E99B0; }

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

This text font color is #5E99B0.


Background Color

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

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

This div background color is #5E99B0.


Border color

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

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

This div border color is #5E99B0.


Opacity

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

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

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

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

This text has shadow with #5E99B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E99B0 on black background.


Color preview on white background

This text has color #5E99B0 on white background.



Black color preview on #5E99B0 background

This text has black color on #5E99B0 background.


White color preview on #5E99B0 background

This text has white color on #5E99B0 background.