COLOR #50598B

HEX: #50598B
RGB: (80,89,139)

Renk bilgisi

#50598B contains red, green and blue colors in about the same proportion. #50598B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#50598B color RGB value is (80,89,139).

  • kırmız ton 80;
  • yeşil ton 89;
  • mavi ton 139.
RGB:
(80,89,139)
(31%,35%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 89 of 255 = 35%
B 139 of 255 = 55%

80
89
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 139 = 308 (100%)
R 80 of 308 ~ 25.97%
G 89 of 308 ~ 28.9%
B 139 of 308 ~ 45.13%

%25.97
%28.9
%45.13

CMYK RENK MODELİ

#50598B rengi CMYK tonu (42,36,0,45).

  • camgöbeği tonu 42.45%
  • eflatun tonu 35.97%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(42,36,0,45)
C42M36Y0K45 
(42%,36%,0%,45%)
(0.42/0.36/0.00/0.45)	

CMYK yüzdeleri

%42.45
%35.97
%0
%45.49

Codes

Color #50598B in popluar color models

50598B
RGB8089139
HSL231°26.94%42.94%
HSB/HSV231°42.45%54.51%
CMYK42.45%35.97%0.00%
45.49%

Color #50598B in popluar number systems.

HEX50598B
Decimal8089139
Binary1010000101100110001011
Octal120131213

Shades and tints

Shades of #50598B

#50598B
(80,89,139)
#49517F
(73,81,127)
#424973
(66,73,115)
#3B4167
(59,65,103)
#34395B
(52,57,91)
#2D314F
(45,49,79)
#262943
(38,41,67)
#1F2137
(31,33,55)
#18192B
(24,25,43)
#11111F
(17,17,31)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #50598B

#50598B
(80,89,139)
#5F6895
(95,104,149)
#6E779F
(110,119,159)
#7D86A9
(125,134,169)
#8C95B3
(140,149,179)
#9BA4BD
(155,164,189)
#AAB3C7
(170,179,199)
#B9C2D1
(185,194,209)
#C8D1DB
(200,209,219)
#D7E0E5
(215,224,229)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50598B color. Also use rgb(80,89,139) instead hex code.

Text Font Color

.myTextColor { color: #50598B; }

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

This text font color is #50598B.


Background Color

.myBgColor { background-color: #50598B; }

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

This div background color is #50598B.


Border color

.myBorderColor { border: 1px solid #50598B; }

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

This div border color is #50598B.


Opacity

.myOpacity80 { color: #50598B; opacity: 0.8; }

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

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

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

This text has shadow with #50598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50598B on black background.


Color preview on white background

This text has color #50598B on white background.



Black color preview on #50598B background

This text has black color on #50598B background.


White color preview on #50598B background

This text has white color on #50598B background.