COLOR #5B6496

HEX: #5B6496
RGB: (91,100,150)

Renk bilgisi

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

RGB renk modeli

#5B6496 color RGB value is (91,100,150).

  • kırmız ton 91;
  • yeşil ton 100;
  • mavi ton 150.
RGB:
(91,100,150)
(36%,39%,59%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 100 of 255 = 39%
B 150 of 255 = 59%

91
100
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 100 + 150 = 341 (100%)
R 91 of 341 ~ 26.69%
G 100 of 341 ~ 29.33%
B 150 of 341 ~ 43.99%

%26.69
%29.33
%43.99

CMYK RENK MODELİ

#5B6496 rengi CMYK tonu (39,33,0,41).

  • camgöbeği tonu 39.33%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(39,33,0,41)
C39M33Y0K41 
(39%,33%,0%,41%)
(0.39/0.33/0.00/0.41)	

CMYK yüzdeleri

%39.33
%33.33
%0
%41.18

Codes

Color #5B6496 in popluar color models

5B6496
RGB91100150
HSL231°24.48%47.25%
HSB/HSV231°39.33%58.82%
CMYK39.33%33.33%0.00%
41.18%

Color #5B6496 in popluar number systems.

HEX5B6496
Decimal91100150
Binary1011011110010010010110
Octal133144226

Shades and tints

Shades of #5B6496

#5B6496
(91,100,150)
#535B89
(83,91,137)
#4B527C
(75,82,124)
#43496F
(67,73,111)
#3B4062
(59,64,98)
#333755
(51,55,85)
#2B2E48
(43,46,72)
#23253B
(35,37,59)
#1B1C2E
(27,28,46)
#131321
(19,19,33)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #5B6496

#5B6496
(91,100,150)
#69729F
(105,114,159)
#7780A8
(119,128,168)
#858EB1
(133,142,177)
#939CBA
(147,156,186)
#A1AAC3
(161,170,195)
#AFB8CC
(175,184,204)
#BDC6D5
(189,198,213)
#CBD4DE
(203,212,222)
#D9E2E7
(217,226,231)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6496 color. Also use rgb(91,100,150) instead hex code.

Text Font Color

.myTextColor { color: #5B6496; }

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

This text font color is #5B6496.


Background Color

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

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

This div background color is #5B6496.


Border color

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

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

This div border color is #5B6496.


Opacity

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

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

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

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

This text has shadow with #5B6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6496 on black background.


Color preview on white background

This text has color #5B6496 on white background.



Black color preview on #5B6496 background

This text has black color on #5B6496 background.


White color preview on #5B6496 background

This text has white color on #5B6496 background.