COLOR #5D35C0

HEX: #5D35C0
RGB: (93,53,192)

Color info

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

RGB color model

#5D35C0 color RGB value is (93,53,192).

  • red value is 93;
  • green value is 53;
  • blue value is 192.
RGB:
(93,53,192)
(36%,21%,75%)

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 192 of 255 = 75%

93
53
192

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

Portions of RGB colors in percentages

R + G + B =
93 + 53 + 192 = 338 (100%)
R 93 of 338 ~ 27.51%
G 53 of 338 ~ 15.68%
B 192 of 338 ~ 56.8%

%27.51
%15.68
%56.8

CMYK color model

#5D35C0 color CMYK value is (52,72,0,25).

  • cyan value is 51.56%
  • magenta value is 72.40%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(52,72,0,25)
C52M72Y0K25 
(52%,72%,0%,25%)
(0.52/0.72/0.00/0.25)	

CMYK percentages

%51.56
%72.4
%0
%24.71

Codes

Color #5D35C0 in popluar color models

5D35C0
RGB9353192
HSL257°56.73%48.04%
HSB/HSV257°72.40%75.29%
CMYK51.56%72.40%0.00%
24.71%

Color #5D35C0 in popluar number systems.

HEX5D35C0
Decimal9353192
Binary101110111010111000000
Octal13565300

Shades and tints

Shades of #5D35C0

#5D35C0
(93,53,192)
#5531AF
(85,49,175)
#4D2D9E
(77,45,158)
#45298D
(69,41,141)
#3D257C
(61,37,124)
#35216B
(53,33,107)
#2D1D5A
(45,29,90)
#251949
(37,25,73)
#1D1538
(29,21,56)
#151127
(21,17,39)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #5D35C0

#5D35C0
(93,53,192)
#6B47C5
(107,71,197)
#7959CA
(121,89,202)
#876BCF
(135,107,207)
#957DD4
(149,125,212)
#A38FD9
(163,143,217)
#B1A1DE
(177,161,222)
#BFB3E3
(191,179,227)
#CDC5E8
(205,197,232)
#DBD7ED
(219,215,237)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D35C0 color. Also use rgb(93,53,192) instead hex code.

Text Font Color

.myTextColor { color: #5D35C0; }

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

This text font color is #5D35C0.


Background Color

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

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

This div background color is #5D35C0.


Border color

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

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

This div border color is #5D35C0.


Opacity

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

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

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

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

This text has shadow with #5D35C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D35C0 on black background.


Color preview on white background

This text has color #5D35C0 on white background.



Black color preview on #5D35C0 background

This text has black color on #5D35C0 background.


White color preview on #5D35C0 background

This text has white color on #5D35C0 background.