COLOR #5380B0

HEX: #5380B0
RGB: (83,128,176)

Renk bilgisi

#5380B0 contains mainly green and blue colors. #5380B0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5380B0 color RGB value is (83,128,176).

  • kırmız ton 83;
  • yeşil ton 128;
  • mavi ton 176.
RGB:
(83,128,176)
(33%,50%,69%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 128 of 255 = 50%
B 176 of 255 = 69%

83
128
176

R + G + B ~ 51%. #5380B0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 128 + 176 = 387 (100%)
R 83 of 387 ~ 21.45%
G 128 of 387 ~ 33.07%
B 176 of 387 ~ 45.48%

%21.45
%33.07
%45.48

CMYK RENK MODELİ

#5380B0 rengi CMYK tonu (53,27,0,31).

  • camgöbeği tonu 52.84%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(53,27,0,31)
C53M27Y0K31 
(53%,27%,0%,31%)
(0.53/0.27/0.00/0.31)	

CMYK yüzdeleri

%52.84
%27.27
%0
%30.98

Codes

Color #5380B0 in popluar color models

5380B0
RGB83128176
HSL211°37.05%50.78%
HSB/HSV211°52.84%69.02%
CMYK52.84%27.27%0.00%
30.98%

Color #5380B0 in popluar number systems.

HEX5380B0
Decimal83128176
Binary10100111000000010110000
Octal123200260

Shades and tints

Shades of #5380B0

#5380B0
(83,128,176)
#4C75A0
(76,117,160)
#456A90
(69,106,144)
#3E5F80
(62,95,128)
#375470
(55,84,112)
#304960
(48,73,96)
#293E50
(41,62,80)
#223340
(34,51,64)
#1B2830
(27,40,48)
#141D20
(20,29,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5380B0

#5380B0
(83,128,176)
#628BB7
(98,139,183)
#7196BE
(113,150,190)
#80A1C5
(128,161,197)
#8FACCC
(143,172,204)
#9EB7D3
(158,183,211)
#ADC2DA
(173,194,218)
#BCCDE1
(188,205,225)
#CBD8E8
(203,216,232)
#DAE3EF
(218,227,239)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5380B0 color. Also use rgb(83,128,176) instead hex code.

Text Font Color

.myTextColor { color: #5380B0; }

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

This text font color is #5380B0.


Background Color

.myBgColor { background-color: #5380B0; }

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

This div background color is #5380B0.


Border color

.myBorderColor { border: 1px solid #5380B0; }

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

This div border color is #5380B0.


Opacity

.myOpacity80 { color: #5380B0; opacity: 0.8; }

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

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

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

This text has shadow with #5380B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5380B0 on black background.


Color preview on white background

This text has color #5380B0 on white background.



Black color preview on #5380B0 background

This text has black color on #5380B0 background.


White color preview on #5380B0 background

This text has white color on #5380B0 background.