COLOR #5136BD

HEX: #5136BD
RGB: (81,54,189)

Color info

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

RGB color model

#5136BD color RGB value is (81,54,189).

  • red value is 81;
  • green value is 54;
  • blue value is 189.
RGB:
(81,54,189)
(32%,21%,74%)

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 189 of 255 = 74%

81
54
189

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

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 189 = 324 (100%)
R 81 of 324 ~ 25%
G 54 of 324 ~ 16.67%
B 189 of 324 ~ 58.33%

%25
%16.67
%58.33

CMYK color model

#5136BD color CMYK value is (57,71,0,26).

  • cyan value is 57.14%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(57,71,0,26)
C57M71Y0K26 
(57%,71%,0%,26%)
(0.57/0.71/0.00/0.26)	

CMYK percentages

%57.14
%71.43
%0
%25.88

Codes

Color #5136BD in popluar color models

5136BD
RGB8154189
HSL252°55.56%47.65%
HSB/HSV252°71.43%74.12%
CMYK57.14%71.43%0.00%
25.88%

Color #5136BD in popluar number systems.

HEX5136BD
Decimal8154189
Binary101000111011010111101
Octal12166275

Shades and tints

Shades of #5136BD

#5136BD
(81,54,189)
#4A32AC
(74,50,172)
#432E9B
(67,46,155)
#3C2A8A
(60,42,138)
#352679
(53,38,121)
#2E2268
(46,34,104)
#271E57
(39,30,87)
#201A46
(32,26,70)
#191635
(25,22,53)
#121224
(18,18,36)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #5136BD

#5136BD
(81,54,189)
#6048C3
(96,72,195)
#6F5AC9
(111,90,201)
#7E6CCF
(126,108,207)
#8D7ED5
(141,126,213)
#9C90DB
(156,144,219)
#ABA2E1
(171,162,225)
#BAB4E7
(186,180,231)
#C9C6ED
(201,198,237)
#D8D8F3
(216,216,243)
#E7EAF9
(231,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5136BD color. Also use rgb(81,54,189) instead hex code.

Text Font Color

.myTextColor { color: #5136BD; }

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

This text font color is #5136BD.


Background Color

.myBgColor { background-color: #5136BD; }

<div style="background-color:#5136BD">Inner text</div>

This div background color is #5136BD.


Border color

.myBorderColor { border: 1px solid #5136BD; }

<div style="border:3px solid #5136BD">Div</div>

This div border color is #5136BD.


Opacity

.myOpacity80 { color: #5136BD; opacity: 0.8; }

<p style="color:#5136BD;opacity:0.8;">80%</p>

Text with #5136BD 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 #5136BD;}

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

This text has shadow with #5136BD color.

.textShadow {text-shadow: 3px 3px 1px #5136BD, 3px 3px 1px red;}

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

This text has shadow with #5136BD primary color and red secondary color.


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

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

This text has shadow with #5136BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5136BD on black background.


Color preview on white background

This text has color #5136BD on white background.



Black color preview on #5136BD background

This text has black color on #5136BD background.


White color preview on #5136BD background

This text has white color on #5136BD background.