COLOR #5D6892

HEX: #5D6892 RGB: (93,104,146)

Color info

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

RGB color model

#5D6892 color RGB value is (93,104,146).

RGB: (93,104,146) (36%, 41%, 57%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 146 of 255 = 57%

93
104
146

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

Portions of RGB colors in percentages

R + G + B = 93 + 104 + 146 = 343 (100%)
R 93 of 343 ~ 27.11%
G 104 of 343 ~ 30.32%
B 146 of 343 ~ 42.57'%

%27.11
%30.32
%42.57

CMYK color model

#5D6892 color CMYK value is (36,29,0,43).

  • cyan value is 36.30%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (36,29,0,43)
C36M29Y0K43 (36%, 29%, 0%, 43%)
(0.36 / 0.29 / 0.00 / 0.43)

CMYK percentages

%36.3
%28.77
%0
%42.75

Codes

Color #5D6892 in popluar color models

5D 68 92
RGB 93 104 146
HSL 228° 22.18% 46.86%
HSB/HSV 228° 36.30% 57.25%
CMYK 36.30% 28.77% 0.00%
42.75%

Color #5D6892 in popluar number systems.

HEX 5D 68 92
Decimal 93 104 146
Binary 1011101 1101000 10010010
Octal 135 150 222

Shades and tints

Shades of #5D6892

#5D6892
(93,104,146)
#555F85
(85,95,133)
#4D5678
(77,86,120)
#454D6B
(69,77,107)
#3D445E
(61,68,94)
#353B51
(53,59,81)
#2D3244
(45,50,68)
#252937
(37,41,55)
#1D202A
(29,32,42)
#15171D
(21,23,29)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D6892

#5D6892
(93,104,146)
#6B759B
(107,117,155)
#7982A4
(121,130,164)
#878FAD
(135,143,173)
#959CB6
(149,156,182)
#A3A9BF
(163,169,191)
#B1B6C8
(177,182,200)
#BFC3D1
(191,195,209)
#CDD0DA
(205,208,218)
#DBDDE3
(219,221,227)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6892; }

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

This text font color is #5D6892.

Background Color

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

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

This div background color is #5D6892.

Border color

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

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

This div border color is #5D6892.

Opacity

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

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

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

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

This text has shadow with #5D6892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6892.

Preview

Color preview on black background

This text has color #5D6892 on black background.


Color preview on white background

This text has color #5D6892 on white background.


Black color preview on #5D6892 background

This text has black color on #5D6892 background.


White color preview on #5D6892 background

This text has white color on #5D6892 background.


Related colors

Complementary color

Complementary color for #hex is #A2976D.


I love getcolorcode.com

Triadic colors

1 #925D68 and #68925D with #5D6892 are triadic colors.

2 #92685D and #685D92 with #5D6892 are triadic colors.