COLOR #509EB3

HEX: #509EB3
RGB: (80,158,179)

Renk bilgisi

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

RGB renk modeli

#509EB3 color RGB value is (80,158,179).

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

RGB bağlantıları ve doygunluk

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

80
158
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 158 + 179 = 417 (100%)
R 80 of 417 ~ 19.18%
G 158 of 417 ~ 37.89%
B 179 of 417 ~ 42.93%

%19.18
%37.89
%42.93

CMYK RENK MODELİ

#509EB3 rengi CMYK tonu (55,12,0,30).

  • camgöbeği tonu 55.31%
  • eflatun tonu 11.73%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(55,12,0,30)
C55M12Y0K30 
(55%,12%,0%,30%)
(0.55/0.12/0.00/0.30)	

CMYK yüzdeleri

%55.31
%11.73
%0
%29.8

Codes

Color #509EB3 in popluar color models

509EB3
RGB80158179
HSL193°39.44%50.78%
HSB/HSV193°55.31%70.20%
CMYK55.31%11.73%0.00%
29.80%

Color #509EB3 in popluar number systems.

HEX509EB3
Decimal80158179
Binary10100001001111010110011
Octal120236263

Shades and tints

Shades of #509EB3

#509EB3
(80,158,179)
#4990A3
(73,144,163)
#428293
(66,130,147)
#3B7483
(59,116,131)
#346673
(52,102,115)
#2D5863
(45,88,99)
#264A53
(38,74,83)
#1F3C43
(31,60,67)
#182E33
(24,46,51)
#112023
(17,32,35)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #509EB3

#509EB3
(80,158,179)
#5FA6B9
(95,166,185)
#6EAEBF
(110,174,191)
#7DB6C5
(125,182,197)
#8CBECB
(140,190,203)
#9BC6D1
(155,198,209)
#AACED7
(170,206,215)
#B9D6DD
(185,214,221)
#C8DEE3
(200,222,227)
#D7E6E9
(215,230,233)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509EB3; }

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

This text font color is #509EB3.


Background Color

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

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

This div background color is #509EB3.


Border color

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

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

This div border color is #509EB3.


Opacity

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

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

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

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

This text has shadow with #509EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509EB3 on black background.


Color preview on white background

This text has color #509EB3 on white background.



Black color preview on #509EB3 background

This text has black color on #509EB3 background.


White color preview on #509EB3 background

This text has white color on #509EB3 background.