COLOR #509996

HEX: #509996
RGB: (80,153,150)

Renk bilgisi

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

RGB renk modeli

#509996 color RGB value is (80,153,150).

  • kırmız ton 80;
  • yeşil ton 153;
  • mavi ton 150.
RGB:
(80,153,150)
(31%,60%,59%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 153 of 255 = 60%
B 150 of 255 = 59%

80
153
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 153 + 150 = 383 (100%)
R 80 of 383 ~ 20.89%
G 153 of 383 ~ 39.95%
B 150 of 383 ~ 39.16%

%20.89
%39.95
%39.16

CMYK RENK MODELİ

#509996 rengi CMYK tonu (48,0,2,40).

  • camgöbeği tonu 47.71%
  • eflatun tonu 0.00%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(48,0,2,40)
C48M0Y2K40 
(48%,0%,2%,40%)
(0.48/0.00/0.02/0.40)	

CMYK yüzdeleri

%47.71
%0
%1.96
%40

Codes

Color #509996 in popluar color models

509996
RGB80153150
HSL178°31.33%45.69%
HSB/HSV178°47.71%60.00%
CMYK47.71%0.00%1.96%
40.00%

Color #509996 in popluar number systems.

HEX509996
Decimal80153150
Binary10100001001100110010110
Octal120231226

Shades and tints

Shades of #509996

#509996
(80,153,150)
#498C89
(73,140,137)
#427F7C
(66,127,124)
#3B726F
(59,114,111)
#346562
(52,101,98)
#2D5855
(45,88,85)
#264B48
(38,75,72)
#1F3E3B
(31,62,59)
#18312E
(24,49,46)
#112421
(17,36,33)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #509996

#509996
(80,153,150)
#5FA29F
(95,162,159)
#6EABA8
(110,171,168)
#7DB4B1
(125,180,177)
#8CBDBA
(140,189,186)
#9BC6C3
(155,198,195)
#AACFCC
(170,207,204)
#B9D8D5
(185,216,213)
#C8E1DE
(200,225,222)
#D7EAE7
(215,234,231)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509996 color. Also use rgb(80,153,150) instead hex code.

Text Font Color

.myTextColor { color: #509996; }

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

This text font color is #509996.


Background Color

.myBgColor { background-color: #509996; }

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

This div background color is #509996.


Border color

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

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

This div border color is #509996.


Opacity

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

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

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

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

This text has shadow with #509996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509996 on black background.


Color preview on white background

This text has color #509996 on white background.



Black color preview on #509996 background

This text has black color on #509996 background.


White color preview on #509996 background

This text has white color on #509996 background.