COLOR #5D6692

HEX: #5D6692
RGB: (93,102,146)

Color info

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

RGB color model

#5D6692 color RGB value is (93,102,146).

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

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 146 of 255 = 57%

93
102
146

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 146 = 341 (100%)
R 93 of 341 ~ 27.27%
G 102 of 341 ~ 29.91%
B 146 of 341 ~ 42.82%

%27.27
%29.91
%42.82

CMYK color model

#5D6692 color CMYK value is (36,30,0,43).

  • cyan value is 36.30%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,30,0,43)
C36M30Y0K43 
(36%,30%,0%,43%)
(0.36/0.30/0.00/0.43)	

CMYK percentages

%36.3
%30.14
%0
%42.75

Codes

Color #5D6692 in popluar color models

5D6692
RGB93102146
HSL230°22.18%46.86%
HSB/HSV230°36.30%57.25%
CMYK36.30%30.14%0.00%
42.75%

Color #5D6692 in popluar number systems.

HEX5D6692
Decimal93102146
Binary1011101110011010010010
Octal135146222

Shades and tints

Shades of #5D6692

#5D6692
(93,102,146)
#555D85
(85,93,133)
#4D5478
(77,84,120)
#454B6B
(69,75,107)
#3D425E
(61,66,94)
#353951
(53,57,81)
#2D3044
(45,48,68)
#252737
(37,39,55)
#1D1E2A
(29,30,42)
#15151D
(21,21,29)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #5D6692

#5D6692
(93,102,146)
#6B739B
(107,115,155)
#7980A4
(121,128,164)
#878DAD
(135,141,173)
#959AB6
(149,154,182)
#A3A7BF
(163,167,191)
#B1B4C8
(177,180,200)
#BFC1D1
(191,193,209)
#CDCEDA
(205,206,218)
#DBDBE3
(219,219,227)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6692; }

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

This text font color is #5D6692.


Background Color

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

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

This div background color is #5D6692.


Border color

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

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

This div border color is #5D6692.


Opacity

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

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

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

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

This text has shadow with #5D6692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6692 on black background.


Color preview on white background

This text has color #5D6692 on white background.



Black color preview on #5D6692 background

This text has black color on #5D6692 background.


White color preview on #5D6692 background

This text has white color on #5D6692 background.