COLOR #5A6D95

HEX: #5A6D95
RGB: (90,109,149)

Color info

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

RGB color model

#5A6D95 color RGB value is (90,109,149).

  • red value is 90;
  • green value is 109;
  • blue value is 149.
RGB:
(90,109,149)
(35%,43%,58%)

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 149 of 255 = 58%

90
109
149

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

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 149 = 348 (100%)
R 90 of 348 ~ 25.86%
G 109 of 348 ~ 31.32%
B 149 of 348 ~ 42.82%

%25.86
%31.32
%42.82

CMYK color model

#5A6D95 color CMYK value is (40,27,0,42).

  • cyan value is 39.60%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(40,27,0,42)
C40M27Y0K42 
(40%,27%,0%,42%)
(0.40/0.27/0.00/0.42)	

CMYK percentages

%39.6
%26.85
%0
%41.57

Codes

Color #5A6D95 in popluar color models

5A6D95
RGB90109149
HSL221°24.69%46.86%
HSB/HSV221°39.60%58.43%
CMYK39.60%26.85%0.00%
41.57%

Color #5A6D95 in popluar number systems.

HEX5A6D95
Decimal90109149
Binary1011010110110110010101
Octal132155225

Shades and tints

Shades of #5A6D95

#5A6D95
(90,109,149)
#526488
(82,100,136)
#4A5B7B
(74,91,123)
#42526E
(66,82,110)
#3A4961
(58,73,97)
#324054
(50,64,84)
#2A3747
(42,55,71)
#222E3A
(34,46,58)
#1A252D
(26,37,45)
#121C20
(18,28,32)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #5A6D95

#5A6D95
(90,109,149)
#697A9E
(105,122,158)
#7887A7
(120,135,167)
#8794B0
(135,148,176)
#96A1B9
(150,161,185)
#A5AEC2
(165,174,194)
#B4BBCB
(180,187,203)
#C3C8D4
(195,200,212)
#D2D5DD
(210,213,221)
#E1E2E6
(225,226,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6D95 color. Also use rgb(90,109,149) instead hex code.

Text Font Color

.myTextColor { color: #5A6D95; }

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

This text font color is #5A6D95.


Background Color

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

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

This div background color is #5A6D95.


Border color

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

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

This div border color is #5A6D95.


Opacity

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

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

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

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

This text has shadow with #5A6D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D95 on black background.


Color preview on white background

This text has color #5A6D95 on white background.



Black color preview on #5A6D95 background

This text has black color on #5A6D95 background.


White color preview on #5A6D95 background

This text has white color on #5A6D95 background.