COLOR #5D6080

HEX: #5D6080
RGB: (93,96,128)

Color info

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

RGB color model

#5D6080 color RGB value is (93,96,128).

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

RGB channels and saturation

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

93
96
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 96 + 128 = 317 (100%)
R 93 of 317 ~ 29.34%
G 96 of 317 ~ 30.28%
B 128 of 317 ~ 40.38%

%29.34
%30.28
%40.38

CMYK color model

#5D6080 color CMYK value is (27,25,0,50).

  • cyan value is 27.34%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,25,0,50)
C27M25Y0K50 
(27%,25%,0%,50%)
(0.27/0.25/0.00/0.50)	

CMYK percentages

%27.34
%25
%0
%49.8

Codes

Color #5D6080 in popluar color models

5D6080
RGB9396128
HSL235°15.84%43.33%
HSB/HSV235°27.34%50.20%
CMYK27.34%25.00%0.00%
49.80%

Color #5D6080 in popluar number systems.

HEX5D6080
Decimal9396128
Binary1011101110000010000000
Octal135140200

Shades and tints

Shades of #5D6080

#5D6080
(93,96,128)
#555875
(85,88,117)
#4D506A
(77,80,106)
#45485F
(69,72,95)
#3D4054
(61,64,84)
#353849
(53,56,73)
#2D303E
(45,48,62)
#252833
(37,40,51)
#1D2028
(29,32,40)
#15181D
(21,24,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #5D6080

#5D6080
(93,96,128)
#6B6E8B
(107,110,139)
#797C96
(121,124,150)
#878AA1
(135,138,161)
#9598AC
(149,152,172)
#A3A6B7
(163,166,183)
#B1B4C2
(177,180,194)
#BFC2CD
(191,194,205)
#CDD0D8
(205,208,216)
#DBDEE3
(219,222,227)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6080; }

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

This text font color is #5D6080.


Background Color

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

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

This div background color is #5D6080.


Border color

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

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

This div border color is #5D6080.


Opacity

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

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

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

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

This text has shadow with #5D6080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6080 on black background.


Color preview on white background

This text has color #5D6080 on white background.



Black color preview on #5D6080 background

This text has black color on #5D6080 background.


White color preview on #5D6080 background

This text has white color on #5D6080 background.