COLOR #5A6782

HEX: #5A6782 RGB: (90,103,130)

Color info

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

RGB color model

#5A6782 color RGB value is (90,103,130).

RGB: (90,103,130) (35%, 40%, 51%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 130 of 255 = 51%

90
103
130

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

Portions of RGB colors in percentages

R + G + B = 90 + 103 + 130 = 323 (100%)
R 90 of 323 ~ 27.86%
G 103 of 323 ~ 31.89%
B 130 of 323 ~ 40.25'%

%27.86
%31.89
%40.25

CMYK color model

#5A6782 color CMYK value is (31,21,0,49).

  • cyan value is 30.77%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (31,21,0,49)
C31M21Y0K49 (31%, 21%, 0%, 49%)
(0.31 / 0.21 / 0.00 / 0.49)

CMYK percentages

%30.77
%20.77
%0
%49.02

Codes

Color #5A6782 in popluar color models

5A 67 82
RGB 90 103 130
HSL 221° 18.18% 43.14%
HSB/HSV 221° 30.77% 50.98%
CMYK 30.77% 20.77% 0.00%
49.02%

Color #5A6782 in popluar number systems.

HEX 5A 67 82
Decimal 90 103 130
Binary 1011010 1100111 10000010
Octal 132 147 202

Shades and tints

Shades of #5A6782

#5A6782
(90,103,130)
#525E77
(82,94,119)
#4A556C
(74,85,108)
#424C61
(66,76,97)
#3A4356
(58,67,86)
#323A4B
(50,58,75)
#2A3140
(42,49,64)
#222835
(34,40,53)
#1A1F2A
(26,31,42)
#12161F
(18,22,31)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #5A6782

#5A6782
(90,103,130)
#69748D
(105,116,141)
#788198
(120,129,152)
#878EA3
(135,142,163)
#969BAE
(150,155,174)
#A5A8B9
(165,168,185)
#B4B5C4
(180,181,196)
#C3C2CF
(195,194,207)
#D2CFDA
(210,207,218)
#E1DCE5
(225,220,229)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6782; }

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

This text font color is #5A6782.

Background Color

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

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

This div background color is #5A6782.

Border color

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

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

This div border color is #5A6782.

Opacity

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

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

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

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

This text has shadow with #5A6782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6782.

Preview

Color preview on black background

This text has color #5A6782 on black background.


Color preview on white background

This text has color #5A6782 on white background.


Black color preview on #5A6782 background

This text has black color on #5A6782 background.


White color preview on #5A6782 background

This text has white color on #5A6782 background.


Related colors

Complementary color

Complementary color for #hex is #A5987D.


I love getcolorcode.com

Triadic colors

1 #825A67 and #67825A with #5A6782 are triadic colors.

2 #82675A and #675A82 with #5A6782 are triadic colors.