COLOR #5137B6

HEX: #5137B6
RGB: (81,55,182)

Color info

#5137B6 contains mainly blue color. Web safe color of #5137B6 is #6633CC (or #63C).

RGB color model

#5137B6 color RGB value is (81,55,182).

  • red value is 81;
  • green value is 55;
  • blue value is 182.
RGB:
(81,55,182)
(32%,22%,71%)

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 182 of 255 = 71%

81
55
182

R + G + B ~ 42%. #5137B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 182 = 318 (100%)
R 81 of 318 ~ 25.47%
G 55 of 318 ~ 17.3%
B 182 of 318 ~ 57.23%

%25.47
%17.3
%57.23

CMYK color model

#5137B6 color CMYK value is (55,70,0,29).

  • cyan value is 55.49%
  • magenta value is 69.78%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(55,70,0,29)
C55M70Y0K29 
(55%,70%,0%,29%)
(0.55/0.70/0.00/0.29)	

CMYK percentages

%55.49
%69.78
%0
%28.63

Codes

Color #5137B6 in popluar color models

5137B6
RGB8155182
HSL252°53.59%46.47%
HSB/HSV252°69.78%71.37%
CMYK55.49%69.78%0.00%
28.63%

Color #5137B6 in popluar number systems.

HEX5137B6
Decimal8155182
Binary101000111011110110110
Octal12167266

Shades and tints

Shades of #5137B6

#5137B6
(81,55,182)
#4A32A6
(74,50,166)
#432D96
(67,45,150)
#3C2886
(60,40,134)
#352376
(53,35,118)
#2E1E66
(46,30,102)
#271956
(39,25,86)
#201446
(32,20,70)
#190F36
(25,15,54)
#120A26
(18,10,38)
#0B0516
(11,5,22)
#000000
(0,0,0)

Tints of #5137B6

#5137B6
(81,55,182)
#6049BC
(96,73,188)
#6F5BC2
(111,91,194)
#7E6DC8
(126,109,200)
#8D7FCE
(141,127,206)
#9C91D4
(156,145,212)
#ABA3DA
(171,163,218)
#BAB5E0
(186,181,224)
#C9C7E6
(201,199,230)
#D8D9EC
(216,217,236)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5137B6 color. Also use rgb(81,55,182) instead hex code.

Text Font Color

.myTextColor { color: #5137B6; }

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

This text font color is #5137B6.


Background Color

.myBgColor { background-color: #5137B6; }

<div style="background-color:#5137B6">Inner text</div>

This div background color is #5137B6.


Border color

.myBorderColor { border: 1px solid #5137B6; }

<div style="border:3px solid #5137B6">Div</div>

This div border color is #5137B6.


Opacity

.myOpacity80 { color: #5137B6; opacity: 0.8; }

<p style="color:#5137B6;opacity:0.8;">80%</p>

Text with #5137B6 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 #5137B6;}

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

This text has shadow with #5137B6 color.

.textShadow {text-shadow: 3px 3px 1px #5137B6, 3px 3px 1px red;}

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

This text has shadow with #5137B6 primary color and red secondary color.


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

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

This text has shadow with #5137B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5137B6 on black background.


Color preview on white background

This text has color #5137B6 on white background.



Black color preview on #5137B6 background

This text has black color on #5137B6 background.


White color preview on #5137B6 background

This text has white color on #5137B6 background.