COLOR #5D6280

HEX: #5D6280
RGB: (93,98,128)

Color info

#5D6280 contains red, green and blue colors in about the same proportion. Web safe color of #5D6280 is #666666 (or #666).

RGB color model

#5D6280 color RGB value is (93,98,128).

  • red value is 93;
  • green value is 98;
  • blue value is 128.
RGB:
(93,98,128)
(36%,38%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 128 of 255 = 50%

93
98
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 128 = 319 (100%)
R 93 of 319 ~ 29.15%
G 98 of 319 ~ 30.72%
B 128 of 319 ~ 40.13%

%29.15
%30.72
%40.13

CMYK color model

#5D6280 color CMYK value is (27,23,0,50).

  • cyan value is 27.34%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,23,0,50)
C27M23Y0K50 
(27%,23%,0%,50%)
(0.27/0.23/0.00/0.50)	

CMYK percentages

%27.34
%23.44
%0
%49.8

Codes

Color #5D6280 in popluar color models

5D6280
RGB9398128
HSL231°15.84%43.33%
HSB/HSV231°27.34%50.20%
CMYK27.34%23.44%0.00%
49.80%

Color #5D6280 in popluar number systems.

HEX5D6280
Decimal9398128
Binary1011101110001010000000
Octal135142200

Shades and tints

Shades of #5D6280

#5D6280
(93,98,128)
#555A75
(85,90,117)
#4D526A
(77,82,106)
#454A5F
(69,74,95)
#3D4254
(61,66,84)
#353A49
(53,58,73)
#2D323E
(45,50,62)
#252A33
(37,42,51)
#1D2228
(29,34,40)
#151A1D
(21,26,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5D6280

#5D6280
(93,98,128)
#6B708B
(107,112,139)
#797E96
(121,126,150)
#878CA1
(135,140,161)
#959AAC
(149,154,172)
#A3A8B7
(163,168,183)
#B1B6C2
(177,182,194)
#BFC4CD
(191,196,205)
#CDD2D8
(205,210,216)
#DBE0E3
(219,224,227)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6280; }

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

This text font color is #5D6280.


Background Color

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

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

This div background color is #5D6280.


Border color

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

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

This div border color is #5D6280.


Opacity

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

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

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

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

This text has shadow with #5D6280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6280 on black background.


Color preview on white background

This text has color #5D6280 on white background.



Black color preview on #5D6280 background

This text has black color on #5D6280 background.


White color preview on #5D6280 background

This text has white color on #5D6280 background.