COLOR #5A6D82

HEX: #5A6D82
RGB: (90,109,130)

Color info

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

RGB color model

#5A6D82 color RGB value is (90,109,130).

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

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 130 of 255 = 51%

90
109
130

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

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 130 = 329 (100%)
R 90 of 329 ~ 27.36%
G 109 of 329 ~ 33.13%
B 130 of 329 ~ 39.51%

%27.36
%33.13
%39.51

CMYK color model

#5A6D82 color CMYK value is (31,16,0,49).

  • cyan value is 30.77%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(31,16,0,49)
C31M16Y0K49 
(31%,16%,0%,49%)
(0.31/0.16/0.00/0.49)	

CMYK percentages

%30.77
%16.15
%0
%49.02

Codes

Color #5A6D82 in popluar color models

5A6D82
RGB90109130
HSL212°18.18%43.14%
HSB/HSV212°30.77%50.98%
CMYK30.77%16.15%0.00%
49.02%

Color #5A6D82 in popluar number systems.

HEX5A6D82
Decimal90109130
Binary1011010110110110000010
Octal132155202

Shades and tints

Shades of #5A6D82

#5A6D82
(90,109,130)
#526477
(82,100,119)
#4A5B6C
(74,91,108)
#425261
(66,82,97)
#3A4956
(58,73,86)
#32404B
(50,64,75)
#2A3740
(42,55,64)
#222E35
(34,46,53)
#1A252A
(26,37,42)
#121C1F
(18,28,31)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #5A6D82

#5A6D82
(90,109,130)
#697A8D
(105,122,141)
#788798
(120,135,152)
#8794A3
(135,148,163)
#96A1AE
(150,161,174)
#A5AEB9
(165,174,185)
#B4BBC4
(180,187,196)
#C3C8CF
(195,200,207)
#D2D5DA
(210,213,218)
#E1E2E5
(225,226,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6D82; }

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

This text font color is #5A6D82.


Background Color

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

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

This div background color is #5A6D82.


Border color

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

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

This div border color is #5A6D82.


Opacity

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

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

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

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

This text has shadow with #5A6D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D82 on black background.


Color preview on white background

This text has color #5A6D82 on white background.



Black color preview on #5A6D82 background

This text has black color on #5A6D82 background.


White color preview on #5A6D82 background

This text has white color on #5A6D82 background.