COLOR #5B77B6

HEX: #5B77B6
RGB: (91,119,182)

Renk bilgisi

#5B77B6 contains mainly blue color. #5B77B6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#5B77B6 color RGB value is (91,119,182).

  • kırmız ton 91;
  • yeşil ton 119;
  • mavi ton 182.
RGB:
(91,119,182)
(36%,47%,71%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 119 of 255 = 47%
B 182 of 255 = 71%

91
119
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 119 + 182 = 392 (100%)
R 91 of 392 ~ 23.21%
G 119 of 392 ~ 30.36%
B 182 of 392 ~ 46.43%

%23.21
%30.36
%46.43

CMYK RENK MODELİ

#5B77B6 rengi CMYK tonu (50,35,0,29).

  • camgöbeği tonu 50.00%
  • eflatun tonu 34.62%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(50,35,0,29)
C50M35Y0K29 
(50%,35%,0%,29%)
(0.50/0.35/0.00/0.29)	

CMYK yüzdeleri

%50
%34.62
%0
%28.63

Codes

Color #5B77B6 in popluar color models

5B77B6
RGB91119182
HSL222°38.40%53.53%
HSB/HSV222°50.00%71.37%
CMYK50.00%34.62%0.00%
28.63%

Color #5B77B6 in popluar number systems.

HEX5B77B6
Decimal91119182
Binary1011011111011110110110
Octal133167266

Shades and tints

Shades of #5B77B6

#5B77B6
(91,119,182)
#536DA6
(83,109,166)
#4B6396
(75,99,150)
#435986
(67,89,134)
#3B4F76
(59,79,118)
#334566
(51,69,102)
#2B3B56
(43,59,86)
#233146
(35,49,70)
#1B2736
(27,39,54)
#131D26
(19,29,38)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #5B77B6

#5B77B6
(91,119,182)
#6983BC
(105,131,188)
#778FC2
(119,143,194)
#859BC8
(133,155,200)
#93A7CE
(147,167,206)
#A1B3D4
(161,179,212)
#AFBFDA
(175,191,218)
#BDCBE0
(189,203,224)
#CBD7E6
(203,215,230)
#D9E3EC
(217,227,236)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B77B6 color. Also use rgb(91,119,182) instead hex code.

Text Font Color

.myTextColor { color: #5B77B6; }

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

This text font color is #5B77B6.


Background Color

.myBgColor { background-color: #5B77B6; }

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

This div background color is #5B77B6.


Border color

.myBorderColor { border: 1px solid #5B77B6; }

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

This div border color is #5B77B6.


Opacity

.myOpacity80 { color: #5B77B6; opacity: 0.8; }

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

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

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

This text has shadow with #5B77B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B77B6 on black background.


Color preview on white background

This text has color #5B77B6 on white background.



Black color preview on #5B77B6 background

This text has black color on #5B77B6 background.


White color preview on #5B77B6 background

This text has white color on #5B77B6 background.