COLOR #5075B1

HEX: #5075B1
RGB: (80,117,177)

Color info

#5075B1 contains mainly blue color. Web safe color of #5075B1 is #666699 (or #669).

RGB color model

#5075B1 color RGB value is (80,117,177).

  • red value is 80;
  • green value is 117;
  • blue value is 177.
RGB:
(80,117,177)
(31%,46%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 177 of 255 = 69%

80
117
177

R + G + B ~ 49%. #5075B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 177 = 374 (100%)
R 80 of 374 ~ 21.39%
G 117 of 374 ~ 31.28%
B 177 of 374 ~ 47.33%

%21.39
%31.28
%47.33

CMYK color model

#5075B1 color CMYK value is (55,34,0,31).

  • cyan value is 54.80%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(55,34,0,31)
C55M34Y0K31 
(55%,34%,0%,31%)
(0.55/0.34/0.00/0.31)	

CMYK percentages

%54.8
%33.9
%0
%30.59

Codes

Color #5075B1 in popluar color models

5075B1
RGB80117177
HSL217°38.34%50.39%
HSB/HSV217°54.80%69.41%
CMYK54.80%33.90%0.00%
30.59%

Color #5075B1 in popluar number systems.

HEX5075B1
Decimal80117177
Binary1010000111010110110001
Octal120165261

Shades and tints

Shades of #5075B1

#5075B1
(80,117,177)
#496BA1
(73,107,161)
#426191
(66,97,145)
#3B5781
(59,87,129)
#344D71
(52,77,113)
#2D4361
(45,67,97)
#263951
(38,57,81)
#1F2F41
(31,47,65)
#182531
(24,37,49)
#111B21
(17,27,33)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #5075B1

#5075B1
(80,117,177)
#5F81B8
(95,129,184)
#6E8DBF
(110,141,191)
#7D99C6
(125,153,198)
#8CA5CD
(140,165,205)
#9BB1D4
(155,177,212)
#AABDDB
(170,189,219)
#B9C9E2
(185,201,226)
#C8D5E9
(200,213,233)
#D7E1F0
(215,225,240)
#E6EDF7
(230,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5075B1 color. Also use rgb(80,117,177) instead hex code.

Text Font Color

.myTextColor { color: #5075B1; }

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

This text font color is #5075B1.


Background Color

.myBgColor { background-color: #5075B1; }

<div style="background-color:#5075B1">Inner text</div>

This div background color is #5075B1.


Border color

.myBorderColor { border: 1px solid #5075B1; }

<div style="border:3px solid #5075B1">Div</div>

This div border color is #5075B1.


Opacity

.myOpacity80 { color: #5075B1; opacity: 0.8; }

<p style="color:#5075B1;opacity:0.8;">80%</p>

Text with #5075B1 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 #5075B1;}

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

This text has shadow with #5075B1 color.

.textShadow {text-shadow: 3px 3px 1px #5075B1, 3px 3px 1px red;}

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

This text has shadow with #5075B1 primary color and red secondary color.


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

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

This text has shadow with #5075B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5075B1 on black background.


Color preview on white background

This text has color #5075B1 on white background.



Black color preview on #5075B1 background

This text has black color on #5075B1 background.


White color preview on #5075B1 background

This text has white color on #5075B1 background.