COLOR #5D01C8

HEX: #5D01C8
RGB: (93,1,200)

Color info

#5D01C8 contains mainly blue color. Web safe color of #5D01C8 is #6600CC (or #60C).

RGB color model

#5D01C8 color RGB value is (93,1,200).

  • red value is 93;
  • green value is 1;
  • blue value is 200.
RGB:
(93,1,200)
(36%,0%,78%)

RGB channels and saturation

R 93 of 255 = 36%
G 1 of 255 = 0%
B 200 of 255 = 78%

93
1
200

R + G + B ~ 38%. #5D01C8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 1 + 200 = 294 (100%)
R 93 of 294 ~ 31.63%
G 1 of 294 ~ 0.34%
B 200 of 294 ~ 68.03%

%31.63
%68.03

CMYK color model

#5D01C8 color CMYK value is (54,100,0,22).

  • cyan value is 53.50%
  • magenta value is 99.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(54,100,0,22)
C54M100Y0K22 
(54%,100%,0%,22%)
(0.54/1.00/0.00/0.22)	

CMYK percentages

%53.5
%99.5
%0
%21.57

Codes

Color #5D01C8 in popluar color models

5D01C8
RGB931200
HSL268°99.00%39.41%
HSB/HSV268°99.50%78.43%
CMYK53.50%99.50%0.00%
21.57%

Color #5D01C8 in popluar number systems.

HEX5D01C8
Decimal931200
Binary1011101111001000
Octal1351310

Shades and tints

Shades of #5D01C8

#5D01C8
(93,1,200)
#5501B6
(85,1,182)
#4D01A4
(77,1,164)
#450192
(69,1,146)
#3D0180
(61,1,128)
#35016E
(53,1,110)
#2D015C
(45,1,92)
#25014A
(37,1,74)
#1D0138
(29,1,56)
#150126
(21,1,38)
#0D0114
(13,1,20)
#000000
(0,0,0)

Tints of #5D01C8

#5D01C8
(93,1,200)
#6B18CD
(107,24,205)
#792FD2
(121,47,210)
#8746D7
(135,70,215)
#955DDC
(149,93,220)
#A374E1
(163,116,225)
#B18BE6
(177,139,230)
#BFA2EB
(191,162,235)
#CDB9F0
(205,185,240)
#DBD0F5
(219,208,245)
#E9E7FA
(233,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D01C8 color. Also use rgb(93,1,200) instead hex code.

Text Font Color

.myTextColor { color: #5D01C8; }

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

This text font color is #5D01C8.


Background Color

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

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

This div background color is #5D01C8.


Border color

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

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

This div border color is #5D01C8.


Opacity

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

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

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

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

This text has shadow with #5D01C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D01C8 on black background.


Color preview on white background

This text has color #5D01C8 on white background.



Black color preview on #5D01C8 background

This text has black color on #5D01C8 background.


White color preview on #5D01C8 background

This text has white color on #5D01C8 background.