COLOR #5D50AE

HEX: #5D50AE
RGB: (93,80,174)

Color info

#5D50AE contains mainly blue color. Web safe color of #5D50AE is #666699 (or #669).

RGB color model

#5D50AE color RGB value is (93,80,174).

  • red value is 93;
  • green value is 80;
  • blue value is 174.
RGB:
(93,80,174)
(36%,31%,68%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 174 of 255 = 68%

93
80
174

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 174 = 347 (100%)
R 93 of 347 ~ 26.8%
G 80 of 347 ~ 23.05%
B 174 of 347 ~ 50.14%

%26.8
%23.05
%50.14

CMYK color model

#5D50AE color CMYK value is (47,54,0,32).

  • cyan value is 46.55%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(47,54,0,32)
C47M54Y0K32 
(47%,54%,0%,32%)
(0.47/0.54/0.00/0.32)	

CMYK percentages

%46.55
%54.02
%0
%31.76

Codes

Color #5D50AE in popluar color models

5D50AE
RGB9380174
HSL248°37.01%49.80%
HSB/HSV248°54.02%68.24%
CMYK46.55%54.02%0.00%
31.76%

Color #5D50AE in popluar number systems.

HEX5D50AE
Decimal9380174
Binary1011101101000010101110
Octal135120256

Shades and tints

Shades of #5D50AE

#5D50AE
(93,80,174)
#55499F
(85,73,159)
#4D4290
(77,66,144)
#453B81
(69,59,129)
#3D3472
(61,52,114)
#352D63
(53,45,99)
#2D2654
(45,38,84)
#251F45
(37,31,69)
#1D1836
(29,24,54)
#151127
(21,17,39)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #5D50AE

#5D50AE
(93,80,174)
#6B5FB5
(107,95,181)
#796EBC
(121,110,188)
#877DC3
(135,125,195)
#958CCA
(149,140,202)
#A39BD1
(163,155,209)
#B1AAD8
(177,170,216)
#BFB9DF
(191,185,223)
#CDC8E6
(205,200,230)
#DBD7ED
(219,215,237)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D50AE color. Also use rgb(93,80,174) instead hex code.

Text Font Color

.myTextColor { color: #5D50AE; }

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

This text font color is #5D50AE.


Background Color

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

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

This div background color is #5D50AE.


Border color

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

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

This div border color is #5D50AE.


Opacity

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

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

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

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

This text has shadow with #5D50AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D50AE on black background.


Color preview on white background

This text has color #5D50AE on white background.



Black color preview on #5D50AE background

This text has black color on #5D50AE background.


White color preview on #5D50AE background

This text has white color on #5D50AE background.