COLOR #5D6292

HEX: #5D6292
RGB: (93,98,146)

Color info

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

RGB color model

#5D6292 color RGB value is (93,98,146).

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

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 146 of 255 = 57%

93
98
146

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 146 = 337 (100%)
R 93 of 337 ~ 27.6%
G 98 of 337 ~ 29.08%
B 146 of 337 ~ 43.32%

%27.6
%29.08
%43.32

CMYK color model

#5D6292 color CMYK value is (36,33,0,43).

  • cyan value is 36.30%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,33,0,43)
C36M33Y0K43 
(36%,33%,0%,43%)
(0.36/0.33/0.00/0.43)	

CMYK percentages

%36.3
%32.88
%0
%42.75

Codes

Color #5D6292 in popluar color models

5D6292
RGB9398146
HSL234°22.18%46.86%
HSB/HSV234°36.30%57.25%
CMYK36.30%32.88%0.00%
42.75%

Color #5D6292 in popluar number systems.

HEX5D6292
Decimal9398146
Binary1011101110001010010010
Octal135142222

Shades and tints

Shades of #5D6292

#5D6292
(93,98,146)
#555A85
(85,90,133)
#4D5278
(77,82,120)
#454A6B
(69,74,107)
#3D425E
(61,66,94)
#353A51
(53,58,81)
#2D3244
(45,50,68)
#252A37
(37,42,55)
#1D222A
(29,34,42)
#151A1D
(21,26,29)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D6292

#5D6292
(93,98,146)
#6B709B
(107,112,155)
#797EA4
(121,126,164)
#878CAD
(135,140,173)
#959AB6
(149,154,182)
#A3A8BF
(163,168,191)
#B1B6C8
(177,182,200)
#BFC4D1
(191,196,209)
#CDD2DA
(205,210,218)
#DBE0E3
(219,224,227)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6292; }

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

This text font color is #5D6292.


Background Color

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

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

This div background color is #5D6292.


Border color

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

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

This div border color is #5D6292.


Opacity

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

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

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

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

This text has shadow with #5D6292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6292 on black background.


Color preview on white background

This text has color #5D6292 on white background.



Black color preview on #5D6292 background

This text has black color on #5D6292 background.


White color preview on #5D6292 background

This text has white color on #5D6292 background.