COLOR #507885

HEX: #507885
RGB: (80,120,133)

Color info

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

RGB color model

#507885 color RGB value is (80,120,133).

  • red value is 80;
  • green value is 120;
  • blue value is 133.
RGB:
(80,120,133)
(31%,47%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 133 of 255 = 52%

80
120
133

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

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 133 = 333 (100%)
R 80 of 333 ~ 24.02%
G 120 of 333 ~ 36.04%
B 133 of 333 ~ 39.94%

%24.02
%36.04
%39.94

CMYK color model

#507885 color CMYK value is (40,10,0,48).

  • cyan value is 39.85%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,10,0,48)
C40M10Y0K48 
(40%,10%,0%,48%)
(0.40/0.10/0.00/0.48)	

CMYK percentages

%39.85
%9.77
%0
%47.84

Codes

Color #507885 in popluar color models

507885
RGB80120133
HSL195°24.88%41.76%
HSB/HSV195°39.85%52.16%
CMYK39.85%9.77%0.00%
47.84%

Color #507885 in popluar number systems.

HEX507885
Decimal80120133
Binary1010000111100010000101
Octal120170205

Shades and tints

Shades of #507885

#507885
(80,120,133)
#496E79
(73,110,121)
#42646D
(66,100,109)
#3B5A61
(59,90,97)
#345055
(52,80,85)
#2D4649
(45,70,73)
#263C3D
(38,60,61)
#1F3231
(31,50,49)
#182825
(24,40,37)
#111E19
(17,30,25)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #507885

#507885
(80,120,133)
#5F8490
(95,132,144)
#6E909B
(110,144,155)
#7D9CA6
(125,156,166)
#8CA8B1
(140,168,177)
#9BB4BC
(155,180,188)
#AAC0C7
(170,192,199)
#B9CCD2
(185,204,210)
#C8D8DD
(200,216,221)
#D7E4E8
(215,228,232)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507885 color. Also use rgb(80,120,133) instead hex code.

Text Font Color

.myTextColor { color: #507885; }

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

This text font color is #507885.


Background Color

.myBgColor { background-color: #507885; }

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

This div background color is #507885.


Border color

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

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

This div border color is #507885.


Opacity

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

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

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

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

This text has shadow with #507885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507885 on black background.


Color preview on white background

This text has color #507885 on white background.



Black color preview on #507885 background

This text has black color on #507885 background.


White color preview on #507885 background

This text has white color on #507885 background.