COLOR #5091BE

HEX: #5091BE
RGB: (80,145,190)

Color info

#5091BE contains mainly green and blue colors. Web safe color of #5091BE is #6699CC (or #69C).

RGB color model

#5091BE color RGB value is (80,145,190).

  • red value is 80;
  • green value is 145;
  • blue value is 190.
RGB:
(80,145,190)
(31%,57%,75%)

RGB channels and saturation

R 80 of 255 = 31%
G 145 of 255 = 57%
B 190 of 255 = 75%

80
145
190

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

Portions of RGB colors in percentages

R + G + B =
80 + 145 + 190 = 415 (100%)
R 80 of 415 ~ 19.28%
G 145 of 415 ~ 34.94%
B 190 of 415 ~ 45.78%

%19.28
%34.94
%45.78

CMYK color model

#5091BE color CMYK value is (58,24,0,25).

  • cyan value is 57.89%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(58,24,0,25)
C58M24Y0K25 
(58%,24%,0%,25%)
(0.58/0.24/0.00/0.25)	

CMYK percentages

%57.89
%23.68
%0
%25.49

Codes

Color #5091BE in popluar color models

5091BE
RGB80145190
HSL205°45.83%52.94%
HSB/HSV205°57.89%74.51%
CMYK57.89%23.68%0.00%
25.49%

Color #5091BE in popluar number systems.

HEX5091BE
Decimal80145190
Binary10100001001000110111110
Octal120221276

Shades and tints

Shades of #5091BE

#5091BE
(80,145,190)
#4984AD
(73,132,173)
#42779C
(66,119,156)
#3B6A8B
(59,106,139)
#345D7A
(52,93,122)
#2D5069
(45,80,105)
#264358
(38,67,88)
#1F3647
(31,54,71)
#182936
(24,41,54)
#111C25
(17,28,37)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #5091BE

#5091BE
(80,145,190)
#5F9BC3
(95,155,195)
#6EA5C8
(110,165,200)
#7DAFCD
(125,175,205)
#8CB9D2
(140,185,210)
#9BC3D7
(155,195,215)
#AACDDC
(170,205,220)
#B9D7E1
(185,215,225)
#C8E1E6
(200,225,230)
#D7EBEB
(215,235,235)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5091BE color. Also use rgb(80,145,190) instead hex code.

Text Font Color

.myTextColor { color: #5091BE; }

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

This text font color is #5091BE.


Background Color

.myBgColor { background-color: #5091BE; }

<div style="background-color:#5091BE">Inner text</div>

This div background color is #5091BE.


Border color

.myBorderColor { border: 1px solid #5091BE; }

<div style="border:3px solid #5091BE">Div</div>

This div border color is #5091BE.


Opacity

.myOpacity80 { color: #5091BE; opacity: 0.8; }

<p style="color:#5091BE;opacity:0.8;">80%</p>

Text with #5091BE 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 #5091BE;}

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

This text has shadow with #5091BE color.

.textShadow {text-shadow: 3px 3px 1px #5091BE, 3px 3px 1px red;}

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

This text has shadow with #5091BE primary color and red secondary color.


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

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

This text has shadow with #5091BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5091BE on black background.


Color preview on white background

This text has color #5091BE on white background.



Black color preview on #5091BE background

This text has black color on #5091BE background.


White color preview on #5091BE background

This text has white color on #5091BE background.