COLOR #5D6A95

HEX: #5D6A95
RGB: (93,106,149)

Color info

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

RGB color model

#5D6A95 color RGB value is (93,106,149).

  • red value is 93;
  • green value is 106;
  • blue value is 149.
RGB:
(93,106,149)
(36%,42%,58%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 149 of 255 = 58%

93
106
149

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

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 149 = 348 (100%)
R 93 of 348 ~ 26.72%
G 106 of 348 ~ 30.46%
B 149 of 348 ~ 42.82%

%26.72
%30.46
%42.82

CMYK color model

#5D6A95 color CMYK value is (38,29,0,42).

  • cyan value is 37.58%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(38,29,0,42)
C38M29Y0K42 
(38%,29%,0%,42%)
(0.38/0.29/0.00/0.42)	

CMYK percentages

%37.58
%28.86
%0
%41.57

Codes

Color #5D6A95 in popluar color models

5D6A95
RGB93106149
HSL226°23.14%47.45%
HSB/HSV226°37.58%58.43%
CMYK37.58%28.86%0.00%
41.57%

Color #5D6A95 in popluar number systems.

HEX5D6A95
Decimal93106149
Binary1011101110101010010101
Octal135152225

Shades and tints

Shades of #5D6A95

#5D6A95
(93,106,149)
#556188
(85,97,136)
#4D587B
(77,88,123)
#454F6E
(69,79,110)
#3D4661
(61,70,97)
#353D54
(53,61,84)
#2D3447
(45,52,71)
#252B3A
(37,43,58)
#1D222D
(29,34,45)
#151920
(21,25,32)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #5D6A95

#5D6A95
(93,106,149)
#6B779E
(107,119,158)
#7984A7
(121,132,167)
#8791B0
(135,145,176)
#959EB9
(149,158,185)
#A3ABC2
(163,171,194)
#B1B8CB
(177,184,203)
#BFC5D4
(191,197,212)
#CDD2DD
(205,210,221)
#DBDFE6
(219,223,230)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6A95 color. Also use rgb(93,106,149) instead hex code.

Text Font Color

.myTextColor { color: #5D6A95; }

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

This text font color is #5D6A95.


Background Color

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

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

This div background color is #5D6A95.


Border color

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

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

This div border color is #5D6A95.


Opacity

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

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

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

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

This text has shadow with #5D6A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A95 on black background.


Color preview on white background

This text has color #5D6A95 on white background.



Black color preview on #5D6A95 background

This text has black color on #5D6A95 background.


White color preview on #5D6A95 background

This text has white color on #5D6A95 background.