COLOR #5095B9

HEX: #5095B9
RGB: (80,149,185)

Color info

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

RGB color model

#5095B9 color RGB value is (80,149,185).

  • red value is 80;
  • green value is 149;
  • blue value is 185.
RGB:
(80,149,185)
(31%,58%,73%)

RGB channels and saturation

R 80 of 255 = 31%
G 149 of 255 = 58%
B 185 of 255 = 73%

80
149
185

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

Portions of RGB colors in percentages

R + G + B =
80 + 149 + 185 = 414 (100%)
R 80 of 414 ~ 19.32%
G 149 of 414 ~ 35.99%
B 185 of 414 ~ 44.69%

%19.32
%35.99
%44.69

CMYK color model

#5095B9 color CMYK value is (57,19,0,27).

  • cyan value is 56.76%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(57,19,0,27)
C57M19Y0K27 
(57%,19%,0%,27%)
(0.57/0.19/0.00/0.27)	

CMYK percentages

%56.76
%19.46
%0
%27.45

Codes

Color #5095B9 in popluar color models

5095B9
RGB80149185
HSL201°42.86%51.96%
HSB/HSV201°56.76%72.55%
CMYK56.76%19.46%0.00%
27.45%

Color #5095B9 in popluar number systems.

HEX5095B9
Decimal80149185
Binary10100001001010110111001
Octal120225271

Shades and tints

Shades of #5095B9

#5095B9
(80,149,185)
#4988A9
(73,136,169)
#427B99
(66,123,153)
#3B6E89
(59,110,137)
#346179
(52,97,121)
#2D5469
(45,84,105)
#264759
(38,71,89)
#1F3A49
(31,58,73)
#182D39
(24,45,57)
#112029
(17,32,41)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #5095B9

#5095B9
(80,149,185)
#5F9EBF
(95,158,191)
#6EA7C5
(110,167,197)
#7DB0CB
(125,176,203)
#8CB9D1
(140,185,209)
#9BC2D7
(155,194,215)
#AACBDD
(170,203,221)
#B9D4E3
(185,212,227)
#C8DDE9
(200,221,233)
#D7E6EF
(215,230,239)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5095B9 color. Also use rgb(80,149,185) instead hex code.

Text Font Color

.myTextColor { color: #5095B9; }

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

This text font color is #5095B9.


Background Color

.myBgColor { background-color: #5095B9; }

<div style="background-color:#5095B9">Inner text</div>

This div background color is #5095B9.


Border color

.myBorderColor { border: 1px solid #5095B9; }

<div style="border:3px solid #5095B9">Div</div>

This div border color is #5095B9.


Opacity

.myOpacity80 { color: #5095B9; opacity: 0.8; }

<p style="color:#5095B9;opacity:0.8;">80%</p>

Text with #5095B9 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 #5095B9;}

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

This text has shadow with #5095B9 color.

.textShadow {text-shadow: 3px 3px 1px #5095B9, 3px 3px 1px red;}

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

This text has shadow with #5095B9 primary color and red secondary color.


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

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

This text has shadow with #5095B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5095B9 on black background.


Color preview on white background

This text has color #5095B9 on white background.



Black color preview on #5095B9 background

This text has black color on #5095B9 background.


White color preview on #5095B9 background

This text has white color on #5095B9 background.