COLOR #509EB2

HEX: #509EB2
RGB: (80,158,178)

Renk bilgisi

#509EB2 contains mainly green and blue colors. #509EB2 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#509EB2 color RGB value is (80,158,178).

  • kırmız ton 80;
  • yeşil ton 158;
  • mavi ton 178.
RGB:
(80,158,178)
(31%,62%,70%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 158 of 255 = 62%
B 178 of 255 = 70%

80
158
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 158 + 178 = 416 (100%)
R 80 of 416 ~ 19.23%
G 158 of 416 ~ 37.98%
B 178 of 416 ~ 42.79%

%19.23
%37.98
%42.79

CMYK RENK MODELİ

#509EB2 rengi CMYK tonu (55,11,0,30).

  • camgöbeği tonu 55.06%
  • eflatun tonu 11.24%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(55,11,0,30)
C55M11Y0K30 
(55%,11%,0%,30%)
(0.55/0.11/0.00/0.30)	

CMYK yüzdeleri

%55.06
%11.24
%0
%30.2

Codes

Color #509EB2 in popluar color models

509EB2
RGB80158178
HSL192°38.89%50.59%
HSB/HSV192°55.06%69.80%
CMYK55.06%11.24%0.00%
30.20%

Color #509EB2 in popluar number systems.

HEX509EB2
Decimal80158178
Binary10100001001111010110010
Octal120236262

Shades and tints

Shades of #509EB2

#509EB2
(80,158,178)
#4990A2
(73,144,162)
#428292
(66,130,146)
#3B7482
(59,116,130)
#346672
(52,102,114)
#2D5862
(45,88,98)
#264A52
(38,74,82)
#1F3C42
(31,60,66)
#182E32
(24,46,50)
#112022
(17,32,34)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #509EB2

#509EB2
(80,158,178)
#5FA6B9
(95,166,185)
#6EAEC0
(110,174,192)
#7DB6C7
(125,182,199)
#8CBECE
(140,190,206)
#9BC6D5
(155,198,213)
#AACEDC
(170,206,220)
#B9D6E3
(185,214,227)
#C8DEEA
(200,222,234)
#D7E6F1
(215,230,241)
#E6EEF8
(230,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509EB2 color. Also use rgb(80,158,178) instead hex code.

Text Font Color

.myTextColor { color: #509EB2; }

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

This text font color is #509EB2.


Background Color

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

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

This div background color is #509EB2.


Border color

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

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

This div border color is #509EB2.


Opacity

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

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

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

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

This text has shadow with #509EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509EB2 on black background.


Color preview on white background

This text has color #509EB2 on white background.



Black color preview on #509EB2 background

This text has black color on #509EB2 background.


White color preview on #509EB2 background

This text has white color on #509EB2 background.