COLOR #5088BE

HEX: #5088BE
RGB: (80,136,190)

Color info

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

RGB color model

#5088BE color RGB value is (80,136,190).

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

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 190 of 255 = 75%

80
136
190

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

Portions of RGB colors in percentages

R + G + B =
80 + 136 + 190 = 406 (100%)
R 80 of 406 ~ 19.7%
G 136 of 406 ~ 33.5%
B 190 of 406 ~ 46.8%

%19.7
%33.5
%46.8

CMYK color model

#5088BE color CMYK value is (58,28,0,25).

  • cyan value is 57.89%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(58,28,0,25)
C58M28Y0K25 
(58%,28%,0%,25%)
(0.58/0.28/0.00/0.25)	

CMYK percentages

%57.89
%28.42
%0
%25.49

Codes

Color #5088BE in popluar color models

5088BE
RGB80136190
HSL209°45.83%52.94%
HSB/HSV209°57.89%74.51%
CMYK57.89%28.42%0.00%
25.49%

Color #5088BE in popluar number systems.

HEX5088BE
Decimal80136190
Binary10100001000100010111110
Octal120210276

Shades and tints

Shades of #5088BE

#5088BE
(80,136,190)
#497CAD
(73,124,173)
#42709C
(66,112,156)
#3B648B
(59,100,139)
#34587A
(52,88,122)
#2D4C69
(45,76,105)
#264058
(38,64,88)
#1F3447
(31,52,71)
#182836
(24,40,54)
#111C25
(17,28,37)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #5088BE

#5088BE
(80,136,190)
#5F92C3
(95,146,195)
#6E9CC8
(110,156,200)
#7DA6CD
(125,166,205)
#8CB0D2
(140,176,210)
#9BBAD7
(155,186,215)
#AAC4DC
(170,196,220)
#B9CEE1
(185,206,225)
#C8D8E6
(200,216,230)
#D7E2EB
(215,226,235)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5088BE; }

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

This text font color is #5088BE.


Background Color

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

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

This div background color is #5088BE.


Border color

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

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

This div border color is #5088BE.


Opacity

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

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

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

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

This text has shadow with #5088BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5088BE on black background.


Color preview on white background

This text has color #5088BE on white background.



Black color preview on #5088BE background

This text has black color on #5088BE background.


White color preview on #5088BE background

This text has white color on #5088BE background.