COLOR #5059D7

HEX: #5059D7
RGB: (80,89,215)

Color info

#5059D7 contains mainly blue color. Web safe color of #5059D7 is #6666CC (or #66C).

RGB color model

#5059D7 color RGB value is (80,89,215).

  • red value is 80;
  • green value is 89;
  • blue value is 215.
RGB:
(80,89,215)
(31%,35%,84%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 215 of 255 = 84%

80
89
215

R + G + B ~ 50%. #5059D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 215 = 384 (100%)
R 80 of 384 ~ 20.83%
G 89 of 384 ~ 23.18%
B 215 of 384 ~ 55.99%

%20.83
%23.18
%55.99

CMYK color model

#5059D7 color CMYK value is (63,59,0,16).

  • cyan value is 62.79%
  • magenta value is 58.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(63,59,0,16)
C63M59Y0K16 
(63%,59%,0%,16%)
(0.63/0.59/0.00/0.16)	

CMYK percentages

%62.79
%58.6
%0
%15.69

Codes

Color #5059D7 in popluar color models

5059D7
RGB8089215
HSL236°62.79%57.84%
HSB/HSV236°62.79%84.31%
CMYK62.79%58.60%0.00%
15.69%

Color #5059D7 in popluar number systems.

HEX5059D7
Decimal8089215
Binary1010000101100111010111
Octal120131327

Shades and tints

Shades of #5059D7

#5059D7
(80,89,215)
#4951C4
(73,81,196)
#4249B1
(66,73,177)
#3B419E
(59,65,158)
#34398B
(52,57,139)
#2D3178
(45,49,120)
#262965
(38,41,101)
#1F2152
(31,33,82)
#18193F
(24,25,63)
#11112C
(17,17,44)
#0A0919
(10,9,25)
#000000
(0,0,0)

Tints of #5059D7

#5059D7
(80,89,215)
#5F68DA
(95,104,218)
#6E77DD
(110,119,221)
#7D86E0
(125,134,224)
#8C95E3
(140,149,227)
#9BA4E6
(155,164,230)
#AAB3E9
(170,179,233)
#B9C2EC
(185,194,236)
#C8D1EF
(200,209,239)
#D7E0F2
(215,224,242)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5059D7 color. Also use rgb(80,89,215) instead hex code.

Text Font Color

.myTextColor { color: #5059D7; }

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

This text font color is #5059D7.


Background Color

.myBgColor { background-color: #5059D7; }

<div style="background-color:#5059D7">Inner text</div>

This div background color is #5059D7.


Border color

.myBorderColor { border: 1px solid #5059D7; }

<div style="border:3px solid #5059D7">Div</div>

This div border color is #5059D7.


Opacity

.myOpacity80 { color: #5059D7; opacity: 0.8; }

<p style="color:#5059D7;opacity:0.8;">80%</p>

Text with #5059D7 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 #5059D7;}

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

This text has shadow with #5059D7 color.

.textShadow {text-shadow: 3px 3px 1px #5059D7, 3px 3px 1px red;}

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

This text has shadow with #5059D7 primary color and red secondary color.


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

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

This text has shadow with #5059D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5059D7 on black background.


Color preview on white background

This text has color #5059D7 on white background.



Black color preview on #5059D7 background

This text has black color on #5059D7 background.


White color preview on #5059D7 background

This text has white color on #5059D7 background.