COLOR #506482

HEX: #506482
RGB: (80,100,130)

Color info

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

RGB color model

#506482 color RGB value is (80,100,130).

  • red value is 80;
  • green value is 100;
  • blue value is 130.
RGB:
(80,100,130)
(31%,39%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 130 of 255 = 51%

80
100
130

R + G + B ~ 40%. #506482 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 130 = 310 (100%)
R 80 of 310 ~ 25.81%
G 100 of 310 ~ 32.26%
B 130 of 310 ~ 41.94%

%25.81
%32.26
%41.94

CMYK color model

#506482 color CMYK value is (38,23,0,49).

  • cyan value is 38.46%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(38,23,0,49)
C38M23Y0K49 
(38%,23%,0%,49%)
(0.38/0.23/0.00/0.49)	

CMYK percentages

%38.46
%23.08
%0
%49.02

Codes

Color #506482 in popluar color models

506482
RGB80100130
HSL216°23.81%41.18%
HSB/HSV216°38.46%50.98%
CMYK38.46%23.08%0.00%
49.02%

Color #506482 in popluar number systems.

HEX506482
Decimal80100130
Binary1010000110010010000010
Octal120144202

Shades and tints

Shades of #506482

#506482
(80,100,130)
#495B77
(73,91,119)
#42526C
(66,82,108)
#3B4961
(59,73,97)
#344056
(52,64,86)
#2D374B
(45,55,75)
#262E40
(38,46,64)
#1F2535
(31,37,53)
#181C2A
(24,28,42)
#11131F
(17,19,31)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #506482

#506482
(80,100,130)
#5F728D
(95,114,141)
#6E8098
(110,128,152)
#7D8EA3
(125,142,163)
#8C9CAE
(140,156,174)
#9BAAB9
(155,170,185)
#AAB8C4
(170,184,196)
#B9C6CF
(185,198,207)
#C8D4DA
(200,212,218)
#D7E2E5
(215,226,229)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506482 color. Also use rgb(80,100,130) instead hex code.

Text Font Color

.myTextColor { color: #506482; }

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

This text font color is #506482.


Background Color

.myBgColor { background-color: #506482; }

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

This div background color is #506482.


Border color

.myBorderColor { border: 1px solid #506482; }

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

This div border color is #506482.


Opacity

.myOpacity80 { color: #506482; opacity: 0.8; }

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

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

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

This text has shadow with #506482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506482 on black background.


Color preview on white background

This text has color #506482 on white background.



Black color preview on #506482 background

This text has black color on #506482 background.


White color preview on #506482 background

This text has white color on #506482 background.