COLOR #5D6282

HEX: #5D6282
RGB: (93,98,130)

Color info

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

RGB color model

#5D6282 color RGB value is (93,98,130).

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

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 130 of 255 = 51%

93
98
130

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 130 = 321 (100%)
R 93 of 321 ~ 28.97%
G 98 of 321 ~ 30.53%
B 130 of 321 ~ 40.5%

%28.97
%30.53
%40.5

CMYK color model

#5D6282 color CMYK value is (28,25,0,49).

  • cyan value is 28.46%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(28,25,0,49)
C28M25Y0K49 
(28%,25%,0%,49%)
(0.28/0.25/0.00/0.49)	

CMYK percentages

%28.46
%24.62
%0
%49.02

Codes

Color #5D6282 in popluar color models

5D6282
RGB9398130
HSL232°16.59%43.73%
HSB/HSV232°28.46%50.98%
CMYK28.46%24.62%0.00%
49.02%

Color #5D6282 in popluar number systems.

HEX5D6282
Decimal9398130
Binary1011101110001010000010
Octal135142202

Shades and tints

Shades of #5D6282

#5D6282
(93,98,130)
#555A77
(85,90,119)
#4D526C
(77,82,108)
#454A61
(69,74,97)
#3D4256
(61,66,86)
#353A4B
(53,58,75)
#2D3240
(45,50,64)
#252A35
(37,42,53)
#1D222A
(29,34,42)
#151A1F
(21,26,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #5D6282

#5D6282
(93,98,130)
#6B708D
(107,112,141)
#797E98
(121,126,152)
#878CA3
(135,140,163)
#959AAE
(149,154,174)
#A3A8B9
(163,168,185)
#B1B6C4
(177,182,196)
#BFC4CF
(191,196,207)
#CDD2DA
(205,210,218)
#DBE0E5
(219,224,229)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6282; }

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

This text font color is #5D6282.


Background Color

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

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

This div background color is #5D6282.


Border color

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

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

This div border color is #5D6282.


Opacity

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

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

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

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

This text has shadow with #5D6282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6282 on black background.


Color preview on white background

This text has color #5D6282 on white background.



Black color preview on #5D6282 background

This text has black color on #5D6282 background.


White color preview on #5D6282 background

This text has white color on #5D6282 background.