COLOR #5D6897

HEX: #5D6897
RGB: (93,104,151)

Color info

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

RGB color model

#5D6897 color RGB value is (93,104,151).

  • red value is 93;
  • green value is 104;
  • blue value is 151.
RGB:
(93,104,151)
(36%,41%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 151 of 255 = 59%

93
104
151

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

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 151 = 348 (100%)
R 93 of 348 ~ 26.72%
G 104 of 348 ~ 29.89%
B 151 of 348 ~ 43.39%

%26.72
%29.89
%43.39

CMYK color model

#5D6897 color CMYK value is (38,31,0,41).

  • cyan value is 38.41%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(38,31,0,41)
C38M31Y0K41 
(38%,31%,0%,41%)
(0.38/0.31/0.00/0.41)	

CMYK percentages

%38.41
%31.13
%0
%40.78

Codes

Color #5D6897 in popluar color models

5D6897
RGB93104151
HSL229°23.77%47.84%
HSB/HSV229°38.41%59.22%
CMYK38.41%31.13%0.00%
40.78%

Color #5D6897 in popluar number systems.

HEX5D6897
Decimal93104151
Binary1011101110100010010111
Octal135150227

Shades and tints

Shades of #5D6897

#5D6897
(93,104,151)
#555F8A
(85,95,138)
#4D567D
(77,86,125)
#454D70
(69,77,112)
#3D4463
(61,68,99)
#353B56
(53,59,86)
#2D3249
(45,50,73)
#25293C
(37,41,60)
#1D202F
(29,32,47)
#151722
(21,23,34)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D6897

#5D6897
(93,104,151)
#6B75A0
(107,117,160)
#7982A9
(121,130,169)
#878FB2
(135,143,178)
#959CBB
(149,156,187)
#A3A9C4
(163,169,196)
#B1B6CD
(177,182,205)
#BFC3D6
(191,195,214)
#CDD0DF
(205,208,223)
#DBDDE8
(219,221,232)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6897; }

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

This text font color is #5D6897.


Background Color

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

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

This div background color is #5D6897.


Border color

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

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

This div border color is #5D6897.


Opacity

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

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

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

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

This text has shadow with #5D6897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6897 on black background.


Color preview on white background

This text has color #5D6897 on white background.



Black color preview on #5D6897 background

This text has black color on #5D6897 background.


White color preview on #5D6897 background

This text has white color on #5D6897 background.