COLOR #5D47B7

HEX: #5D47B7
RGB: (93,71,183)

Color info

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

RGB color model

#5D47B7 color RGB value is (93,71,183).

  • red value is 93;
  • green value is 71;
  • blue value is 183.
RGB:
(93,71,183)
(36%,28%,72%)

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 183 of 255 = 72%

93
71
183

R + G + B ~ 45%. #5D47B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 183 = 347 (100%)
R 93 of 347 ~ 26.8%
G 71 of 347 ~ 20.46%
B 183 of 347 ~ 52.74%

%26.8
%20.46
%52.74

CMYK color model

#5D47B7 color CMYK value is (49,61,0,28).

  • cyan value is 49.18%
  • magenta value is 61.20%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,61,0,28)
C49M61Y0K28 
(49%,61%,0%,28%)
(0.49/0.61/0.00/0.28)	

CMYK percentages

%49.18
%61.2
%0
%28.24

Codes

Color #5D47B7 in popluar color models

5D47B7
RGB9371183
HSL252°44.09%49.80%
HSB/HSV252°61.20%71.76%
CMYK49.18%61.20%0.00%
28.24%

Color #5D47B7 in popluar number systems.

HEX5D47B7
Decimal9371183
Binary1011101100011110110111
Octal135107267

Shades and tints

Shades of #5D47B7

#5D47B7
(93,71,183)
#5541A7
(85,65,167)
#4D3B97
(77,59,151)
#453587
(69,53,135)
#3D2F77
(61,47,119)
#352967
(53,41,103)
#2D2357
(45,35,87)
#251D47
(37,29,71)
#1D1737
(29,23,55)
#151127
(21,17,39)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #5D47B7

#5D47B7
(93,71,183)
#6B57BD
(107,87,189)
#7967C3
(121,103,195)
#8777C9
(135,119,201)
#9587CF
(149,135,207)
#A397D5
(163,151,213)
#B1A7DB
(177,167,219)
#BFB7E1
(191,183,225)
#CDC7E7
(205,199,231)
#DBD7ED
(219,215,237)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D47B7 color. Also use rgb(93,71,183) instead hex code.

Text Font Color

.myTextColor { color: #5D47B7; }

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

This text font color is #5D47B7.


Background Color

.myBgColor { background-color: #5D47B7; }

<div style="background-color:#5D47B7">Inner text</div>

This div background color is #5D47B7.


Border color

.myBorderColor { border: 1px solid #5D47B7; }

<div style="border:3px solid #5D47B7">Div</div>

This div border color is #5D47B7.


Opacity

.myOpacity80 { color: #5D47B7; opacity: 0.8; }

<p style="color:#5D47B7;opacity:0.8;">80%</p>

Text with #5D47B7 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 #5D47B7;}

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

This text has shadow with #5D47B7 color.

.textShadow {text-shadow: 3px 3px 1px #5D47B7, 3px 3px 1px red;}

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

This text has shadow with #5D47B7 primary color and red secondary color.


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

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

This text has shadow with #5D47B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D47B7 on black background.


Color preview on white background

This text has color #5D47B7 on white background.



Black color preview on #5D47B7 background

This text has black color on #5D47B7 background.


White color preview on #5D47B7 background

This text has white color on #5D47B7 background.