COLOR #5A6282

HEX: #5A6282
RGB: (90,98,130)

Color info

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

RGB color model

#5A6282 color RGB value is (90,98,130).

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

RGB channels and saturation

R 90 of 255 = 35%
G 98 of 255 = 38%
B 130 of 255 = 51%

90
98
130

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

Portions of RGB colors in percentages

R + G + B =
90 + 98 + 130 = 318 (100%)
R 90 of 318 ~ 28.3%
G 98 of 318 ~ 30.82%
B 130 of 318 ~ 40.88%

%28.3
%30.82
%40.88

CMYK color model

#5A6282 color CMYK value is (31,25,0,49).

  • cyan value is 30.77%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(31,25,0,49)
C31M25Y0K49 
(31%,25%,0%,49%)
(0.31/0.25/0.00/0.49)	

CMYK percentages

%30.77
%24.62
%0
%49.02

Codes

Color #5A6282 in popluar color models

5A6282
RGB9098130
HSL228°18.18%43.14%
HSB/HSV228°30.77%50.98%
CMYK30.77%24.62%0.00%
49.02%

Color #5A6282 in popluar number systems.

HEX5A6282
Decimal9098130
Binary1011010110001010000010
Octal132142202

Shades and tints

Shades of #5A6282

#5A6282
(90,98,130)
#525A77
(82,90,119)
#4A526C
(74,82,108)
#424A61
(66,74,97)
#3A4256
(58,66,86)
#323A4B
(50,58,75)
#2A3240
(42,50,64)
#222A35
(34,42,53)
#1A222A
(26,34,42)
#121A1F
(18,26,31)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #5A6282

#5A6282
(90,98,130)
#69708D
(105,112,141)
#787E98
(120,126,152)
#878CA3
(135,140,163)
#969AAE
(150,154,174)
#A5A8B9
(165,168,185)
#B4B6C4
(180,182,196)
#C3C4CF
(195,196,207)
#D2D2DA
(210,210,218)
#E1E0E5
(225,224,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6282; }

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

This text font color is #5A6282.


Background Color

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

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

This div background color is #5A6282.


Border color

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

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

This div border color is #5A6282.


Opacity

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

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

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

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

This text has shadow with #5A6282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6282 on black background.


Color preview on white background

This text has color #5A6282 on white background.



Black color preview on #5A6282 background

This text has black color on #5A6282 background.


White color preview on #5A6282 background

This text has white color on #5A6282 background.