COLOR #5D6F82

HEX: #5D6F82
RGB: (93,111,130)

Color info

#5D6F82 contains red, green and blue colors in about the same proportion. Web safe color of #5D6F82 is #666699 (or #669).

RGB color model

#5D6F82 color RGB value is (93,111,130).

  • red value is 93;
  • green value is 111;
  • blue value is 130.
RGB:
(93,111,130)
(36%,44%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 111 of 255 = 44%
B 130 of 255 = 51%

93
111
130

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

Portions of RGB colors in percentages

R + G + B =
93 + 111 + 130 = 334 (100%)
R 93 of 334 ~ 27.84%
G 111 of 334 ~ 33.23%
B 130 of 334 ~ 38.92%

%27.84
%33.23
%38.92

CMYK color model

#5D6F82 color CMYK value is (28,15,0,49).

  • cyan value is 28.46%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(28,15,0,49)
C28M15Y0K49 
(28%,15%,0%,49%)
(0.28/0.15/0.00/0.49)	

CMYK percentages

%28.46
%14.62
%0
%49.02

Codes

Color #5D6F82 in popluar color models

5D6F82
RGB93111130
HSL211°16.59%43.73%
HSB/HSV211°28.46%50.98%
CMYK28.46%14.62%0.00%
49.02%

Color #5D6F82 in popluar number systems.

HEX5D6F82
Decimal93111130
Binary1011101110111110000010
Octal135157202

Shades and tints

Shades of #5D6F82

#5D6F82
(93,111,130)
#556577
(85,101,119)
#4D5B6C
(77,91,108)
#455161
(69,81,97)
#3D4756
(61,71,86)
#353D4B
(53,61,75)
#2D3340
(45,51,64)
#252935
(37,41,53)
#1D1F2A
(29,31,42)
#15151F
(21,21,31)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #5D6F82

#5D6F82
(93,111,130)
#6B7C8D
(107,124,141)
#798998
(121,137,152)
#8796A3
(135,150,163)
#95A3AE
(149,163,174)
#A3B0B9
(163,176,185)
#B1BDC4
(177,189,196)
#BFCACF
(191,202,207)
#CDD7DA
(205,215,218)
#DBE4E5
(219,228,229)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6F82; }

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

This text font color is #5D6F82.


Background Color

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

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

This div background color is #5D6F82.


Border color

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

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

This div border color is #5D6F82.


Opacity

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

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

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

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

This text has shadow with #5D6F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6F82 on black background.


Color preview on white background

This text has color #5D6F82 on white background.



Black color preview on #5D6F82 background

This text has black color on #5D6F82 background.


White color preview on #5D6F82 background

This text has white color on #5D6F82 background.