COLOR #5D005D

HEX: #5D005D
RGB: (93,0,93)

Color info

#5D005D contains only red and blue colors. Web safe color of #5D005D is #660066 (or #606).

RGB color model

#5D005D color RGB value is (93,0,93).

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

RGB channels and saturation

R 93 of 255 = 36%
G 0 of 255 = 0%
B 93 of 255 = 36%

93
0
93

R + G + B ~ 24%. #5D005D is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 0 + 93 = 186 (100%)
R 93 of 186 ~ 50%
G 0 of 186 ~ 0%
B 93 of 186 ~ 50%

%50
%50

CMYK color model

#5D005D color CMYK value is (0,100,0,64).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(0,100,0,64)
C0M100Y0K64 
(0%,100%,0%,64%)
(0.00/1.00/0.00/0.64)	

CMYK percentages

%0
%100
%0
%63.53

Codes

Color #5D005D in popluar color models

5D005D
RGB93093
HSL300°100.00%18.24%
HSB/HSV300°100.00%36.47%
CMYK0.00%100.00%0.00%
63.53%

Color #5D005D in popluar number systems.

HEX5D005D
Decimal93093
Binary101110101011101
Octal1350135

Shades and tints

Shades of #5D005D

#5D005D
(93,0,93)
#550055
(85,0,85)
#4D004D
(77,0,77)
#450045
(69,0,69)
#3D003D
(61,0,61)
#350035
(53,0,53)
#2D002D
(45,0,45)
#250025
(37,0,37)
#1D001D
(29,0,29)
#150015
(21,0,21)
#0D000D
(13,0,13)
#000000
(0,0,0)

Tints of #5D005D

#5D005D
(93,0,93)
#6B176B
(107,23,107)
#792E79
(121,46,121)
#874587
(135,69,135)
#955C95
(149,92,149)
#A373A3
(163,115,163)
#B18AB1
(177,138,177)
#BFA1BF
(191,161,191)
#CDB8CD
(205,184,205)
#DBCFDB
(219,207,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D005D; }

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

This text font color is #5D005D.


Background Color

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

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

This div background color is #5D005D.


Border color

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

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

This div border color is #5D005D.


Opacity

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

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

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

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

This text has shadow with #5D005D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D005D on black background.


Color preview on white background

This text has color #5D005D on white background.



Black color preview on #5D005D background

This text has black color on #5D005D background.


White color preview on #5D005D background

This text has white color on #5D005D background.