COLOR #5D6078

HEX: #5D6078
RGB: (93,96,120)

Color info

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

RGB color model

#5D6078 color RGB value is (93,96,120).

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

RGB channels and saturation

R 93 of 255 = 36%
G 96 of 255 = 38%
B 120 of 255 = 47%

93
96
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 96 + 120 = 309 (100%)
R 93 of 309 ~ 30.1%
G 96 of 309 ~ 31.07%
B 120 of 309 ~ 38.83%

%30.1
%31.07
%38.83

CMYK color model

#5D6078 color CMYK value is (23,20,0,53).

  • cyan value is 22.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,20,0,53)
C23M20Y0K53 
(23%,20%,0%,53%)
(0.23/0.20/0.00/0.53)	

CMYK percentages

%22.5
%20
%0
%52.94

Codes

Color #5D6078 in popluar color models

5D6078
RGB9396120
HSL233°12.68%41.76%
HSB/HSV233°22.50%47.06%
CMYK22.50%20.00%0.00%
52.94%

Color #5D6078 in popluar number systems.

HEX5D6078
Decimal9396120
Binary101110111000001111000
Octal135140170

Shades and tints

Shades of #5D6078

#5D6078
(93,96,120)
#55586E
(85,88,110)
#4D5064
(77,80,100)
#45485A
(69,72,90)
#3D4050
(61,64,80)
#353846
(53,56,70)
#2D303C
(45,48,60)
#252832
(37,40,50)
#1D2028
(29,32,40)
#15181E
(21,24,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #5D6078

#5D6078
(93,96,120)
#6B6E84
(107,110,132)
#797C90
(121,124,144)
#878A9C
(135,138,156)
#9598A8
(149,152,168)
#A3A6B4
(163,166,180)
#B1B4C0
(177,180,192)
#BFC2CC
(191,194,204)
#CDD0D8
(205,208,216)
#DBDEE4
(219,222,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6078; }

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

This text font color is #5D6078.


Background Color

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

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

This div background color is #5D6078.


Border color

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

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

This div border color is #5D6078.


Opacity

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

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

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

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

This text has shadow with #5D6078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6078 on black background.


Color preview on white background

This text has color #5D6078 on white background.



Black color preview on #5D6078 background

This text has black color on #5D6078 background.


White color preview on #5D6078 background

This text has white color on #5D6078 background.