COLOR #5159EB

HEX: #5159EB RGB: (81,89,235)

Color info

#5159EB contains mainly blue color. Web safe color of #5159EB is #6666FF (or #66F).

RGB color model

#5159EB color RGB value is (81,89,235).

RGB: (81,89,235) (32%, 35%, 92%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 235 of 255 = 92%

81
89
235

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

Portions of RGB colors in percentages

R + G + B = 81 + 89 + 235 = 405 (100%)
R 81 of 405 ~ 20%
G 89 of 405 ~ 21.98%
B 235 of 405 ~ 58.02'%

%20
%21.98
%58.02

CMYK color model

#5159EB color CMYK value is (66,62,0,8).

  • cyan value is 65.53%
  • magenta value is 62.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (66,62,0,8)
C66M62Y0K8 (66%, 62%, 0%, 8%)
(0.66 / 0.62 / 0.00 / 0.08)

CMYK percentages

%65.53
%62.13
%0
%7.84

Codes

Color #5159EB in popluar color models

51 59 EB
RGB 81 89 235
HSL 237° 79.38% 61.96%
HSB/HSV 237° 65.53% 92.16%
CMYK 65.53% 62.13% 0.00%
7.84%

Color #5159EB in popluar number systems.

HEX 51 59 EB
Decimal 81 89 235
Binary 1010001 1011001 11101011
Octal 121 131 353

Shades and tints

Shades of #5159EB

#5159EB
(81,89,235)
#4A51D6
(74,81,214)
#4349C1
(67,73,193)
#3C41AC
(60,65,172)
#353997
(53,57,151)
#2E3182
(46,49,130)
#27296D
(39,41,109)
#202158
(32,33,88)
#191943
(25,25,67)
#12112E
(18,17,46)
#0B0919
(11,9,25)
#000000
(0,0,0)

Tints of #5159EB

#5159EB
(81,89,235)
#6068EC
(96,104,236)
#6F77ED
(111,119,237)
#7E86EE
(126,134,238)
#8D95EF
(141,149,239)
#9CA4F0
(156,164,240)
#ABB3F1
(171,179,241)
#BAC2F2
(186,194,242)
#C9D1F3
(201,209,243)
#D8E0F4
(216,224,244)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5159EB color. Also use rgb(81,89,235) instead hex code.

Text Font Color

.myTextColor { color: #5159EB; }

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

This text font color is #5159EB.

Background Color

.myBgColor { background-color: #5159EB; }

<div style="background-color:#5159EB">Inner text</div>

This div background color is #5159EB.

Border color

.myBorderColor { border: 1px solid #5159EB; }

<div style="border:3px solid #5159EB">Div</div>

This div border color is #5159EB.

Opacity

.myOpacity80 { color: #5159EB; opacity: 0.8; }

<p style="color:#5159EB;opacity:0.8;">80%</p>

Text with #5159EB 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 #5159EB;}

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

This text has shadow with #5159EB color.


.textShadow {text-shadow: 3px 3px 1px #5159EB', 3px 3px 1px red;}

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

This text has shadow with #5159EB primary color and red secondary color.


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

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

This text has shadow with #5159EB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5159EB; -webkit-box-shadow: 1px 1px 3px 2px #5159EB; box-shadow:1px 1px 3px 2px #5159EB;">
Div content here
</div>

This div box has shadow with color #5159EB.

Preview

Color preview on black background

This text has color #5159EB on black background.


Color preview on white background

This text has color #5159EB on white background.


Black color preview on #5159EB background

This text has black color on #5159EB background.


White color preview on #5159EB background

This text has white color on #5159EB background.


Related colors

Complementary color

Complementary color for #hex is #AEA614.


I love getcolorcode.com

Triadic colors

1 #EB5159 and #59EB51 with #5159EB are triadic colors.

2 #EB5951 and #5951EB with #5159EB are triadic colors.