COLOR #507583

HEX: #507583
RGB: (80,117,131)

Color info

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

RGB color model

#507583 color RGB value is (80,117,131).

  • red value is 80;
  • green value is 117;
  • blue value is 131.
RGB:
(80,117,131)
(31%,46%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 131 of 255 = 51%

80
117
131

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 131 = 328 (100%)
R 80 of 328 ~ 24.39%
G 117 of 328 ~ 35.67%
B 131 of 328 ~ 39.94%

%24.39
%35.67
%39.94

CMYK color model

#507583 color CMYK value is (39,11,0,49).

  • cyan value is 38.93%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,11,0,49)
C39M11Y0K49 
(39%,11%,0%,49%)
(0.39/0.11/0.00/0.49)	

CMYK percentages

%38.93
%10.69
%0
%48.63

Codes

Color #507583 in popluar color models

507583
RGB80117131
HSL196°24.17%41.37%
HSB/HSV196°38.93%51.37%
CMYK38.93%10.69%0.00%
48.63%

Color #507583 in popluar number systems.

HEX507583
Decimal80117131
Binary1010000111010110000011
Octal120165203

Shades and tints

Shades of #507583

#507583
(80,117,131)
#496B78
(73,107,120)
#42616D
(66,97,109)
#3B5762
(59,87,98)
#344D57
(52,77,87)
#2D434C
(45,67,76)
#263941
(38,57,65)
#1F2F36
(31,47,54)
#18252B
(24,37,43)
#111B20
(17,27,32)
#0A1115
(10,17,21)
#000000
(0,0,0)

Tints of #507583

#507583
(80,117,131)
#5F818E
(95,129,142)
#6E8D99
(110,141,153)
#7D99A4
(125,153,164)
#8CA5AF
(140,165,175)
#9BB1BA
(155,177,186)
#AABDC5
(170,189,197)
#B9C9D0
(185,201,208)
#C8D5DB
(200,213,219)
#D7E1E6
(215,225,230)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507583 color. Also use rgb(80,117,131) instead hex code.

Text Font Color

.myTextColor { color: #507583; }

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

This text font color is #507583.


Background Color

.myBgColor { background-color: #507583; }

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

This div background color is #507583.


Border color

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

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

This div border color is #507583.


Opacity

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

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

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

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

This text has shadow with #507583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507583 on black background.


Color preview on white background

This text has color #507583 on white background.



Black color preview on #507583 background

This text has black color on #507583 background.


White color preview on #507583 background

This text has white color on #507583 background.