COLOR #5B5ED6

HEX: #5B5ED6
RGB: (91,94,214)

Renk bilgisi

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

RGB renk modeli

#5B5ED6 color RGB value is (91,94,214).

  • kırmız ton 91;
  • yeşil ton 94;
  • mavi ton 214.
RGB:
(91,94,214)
(36%,37%,84%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 94 of 255 = 37%
B 214 of 255 = 84%

91
94
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 94 + 214 = 399 (100%)
R 91 of 399 ~ 22.81%
G 94 of 399 ~ 23.56%
B 214 of 399 ~ 53.63%

%22.81
%23.56
%53.63

CMYK RENK MODELİ

#5B5ED6 rengi CMYK tonu (57,56,0,16).

  • camgöbeği tonu 57.48%
  • eflatun tonu 56.07%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(57,56,0,16)
C57M56Y0K16 
(57%,56%,0%,16%)
(0.57/0.56/0.00/0.16)	

CMYK yüzdeleri

%57.48
%56.07
%0
%16.08

Codes

Color #5B5ED6 in popluar color models

5B5ED6
RGB9194214
HSL239°60.00%59.80%
HSB/HSV239°57.48%83.92%
CMYK57.48%56.07%0.00%
16.08%

Color #5B5ED6 in popluar number systems.

HEX5B5ED6
Decimal9194214
Binary1011011101111011010110
Octal133136326

Shades and tints

Shades of #5B5ED6

#5B5ED6
(91,94,214)
#5356C3
(83,86,195)
#4B4EB0
(75,78,176)
#43469D
(67,70,157)
#3B3E8A
(59,62,138)
#333677
(51,54,119)
#2B2E64
(43,46,100)
#232651
(35,38,81)
#1B1E3E
(27,30,62)
#13162B
(19,22,43)
#0B0E18
(11,14,24)
#000000
(0,0,0)

Tints of #5B5ED6

#5B5ED6
(91,94,214)
#696CD9
(105,108,217)
#777ADC
(119,122,220)
#8588DF
(133,136,223)
#9396E2
(147,150,226)
#A1A4E5
(161,164,229)
#AFB2E8
(175,178,232)
#BDC0EB
(189,192,235)
#CBCEEE
(203,206,238)
#D9DCF1
(217,220,241)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5ED6 color. Also use rgb(91,94,214) instead hex code.

Text Font Color

.myTextColor { color: #5B5ED6; }

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

This text font color is #5B5ED6.


Background Color

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

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

This div background color is #5B5ED6.


Border color

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

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

This div border color is #5B5ED6.


Opacity

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

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

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

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

This text has shadow with #5B5ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5ED6 on black background.


Color preview on white background

This text has color #5B5ED6 on white background.



Black color preview on #5B5ED6 background

This text has black color on #5B5ED6 background.


White color preview on #5B5ED6 background

This text has white color on #5B5ED6 background.