COLOR #509FAC

HEX: #509FAC
RGB: (80,159,172)

Color info

#509FAC contains mainly green and blue colors. Web safe color of #509FAC is #669999 (or #699).

RGB color model

#509FAC color RGB value is (80,159,172).

  • red value is 80;
  • green value is 159;
  • blue value is 172.
RGB:
(80,159,172)
(31%,62%,67%)

RGB channels and saturation

R 80 of 255 = 31%
G 159 of 255 = 62%
B 172 of 255 = 67%

80
159
172

R + G + B ~ 53%. #509FAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 159 + 172 = 411 (100%)
R 80 of 411 ~ 19.46%
G 159 of 411 ~ 38.69%
B 172 of 411 ~ 41.85%

%19.46
%38.69
%41.85

CMYK color model

#509FAC color CMYK value is (53,8,0,33).

  • cyan value is 53.49%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(53,8,0,33)
C53M8Y0K33 
(53%,8%,0%,33%)
(0.53/0.08/0.00/0.33)	

CMYK percentages

%53.49
%7.56
%0
%32.55

Codes

Color #509FAC in popluar color models

509FAC
RGB80159172
HSL188°36.51%49.41%
HSB/HSV188°53.49%67.45%
CMYK53.49%7.56%0.00%
32.55%

Color #509FAC in popluar number systems.

HEX509FAC
Decimal80159172
Binary10100001001111110101100
Octal120237254

Shades and tints

Shades of #509FAC

#509FAC
(80,159,172)
#49919D
(73,145,157)
#42838E
(66,131,142)
#3B757F
(59,117,127)
#346770
(52,103,112)
#2D5961
(45,89,97)
#264B52
(38,75,82)
#1F3D43
(31,61,67)
#182F34
(24,47,52)
#112125
(17,33,37)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #509FAC

#509FAC
(80,159,172)
#5FA7B3
(95,167,179)
#6EAFBA
(110,175,186)
#7DB7C1
(125,183,193)
#8CBFC8
(140,191,200)
#9BC7CF
(155,199,207)
#AACFD6
(170,207,214)
#B9D7DD
(185,215,221)
#C8DFE4
(200,223,228)
#D7E7EB
(215,231,235)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509FAC color. Also use rgb(80,159,172) instead hex code.

Text Font Color

.myTextColor { color: #509FAC; }

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

This text font color is #509FAC.


Background Color

.myBgColor { background-color: #509FAC; }

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

This div background color is #509FAC.


Border color

.myBorderColor { border: 1px solid #509FAC; }

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

This div border color is #509FAC.


Opacity

.myOpacity80 { color: #509FAC; opacity: 0.8; }

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

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

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

This text has shadow with #509FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509FAC on black background.


Color preview on white background

This text has color #509FAC on white background.



Black color preview on #509FAC background

This text has black color on #509FAC background.


White color preview on #509FAC background

This text has white color on #509FAC background.