COLOR #5B76C6

HEX: #5B76C6
RGB: (91,118,198)

Renk bilgisi

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

RGB renk modeli

#5B76C6 color RGB value is (91,118,198).

  • kırmız ton 91;
  • yeşil ton 118;
  • mavi ton 198.
RGB:
(91,118,198)
(36%,46%,78%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 118 of 255 = 46%
B 198 of 255 = 78%

91
118
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 118 + 198 = 407 (100%)
R 91 of 407 ~ 22.36%
G 118 of 407 ~ 28.99%
B 198 of 407 ~ 48.65%

%22.36
%28.99
%48.65

CMYK RENK MODELİ

#5B76C6 rengi CMYK tonu (54,40,0,22).

  • camgöbeği tonu 54.04%
  • eflatun tonu 40.40%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(54,40,0,22)
C54M40Y0K22 
(54%,40%,0%,22%)
(0.54/0.40/0.00/0.22)	

CMYK yüzdeleri

%54.04
%40.4
%0
%22.35

Codes

Color #5B76C6 in popluar color models

5B76C6
RGB91118198
HSL225°48.42%56.67%
HSB/HSV225°54.04%77.65%
CMYK54.04%40.40%0.00%
22.35%

Color #5B76C6 in popluar number systems.

HEX5B76C6
Decimal91118198
Binary1011011111011011000110
Octal133166306

Shades and tints

Shades of #5B76C6

#5B76C6
(91,118,198)
#536CB4
(83,108,180)
#4B62A2
(75,98,162)
#435890
(67,88,144)
#3B4E7E
(59,78,126)
#33446C
(51,68,108)
#2B3A5A
(43,58,90)
#233048
(35,48,72)
#1B2636
(27,38,54)
#131C24
(19,28,36)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #5B76C6

#5B76C6
(91,118,198)
#6982CB
(105,130,203)
#778ED0
(119,142,208)
#859AD5
(133,154,213)
#93A6DA
(147,166,218)
#A1B2DF
(161,178,223)
#AFBEE4
(175,190,228)
#BDCAE9
(189,202,233)
#CBD6EE
(203,214,238)
#D9E2F3
(217,226,243)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B76C6 color. Also use rgb(91,118,198) instead hex code.

Text Font Color

.myTextColor { color: #5B76C6; }

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

This text font color is #5B76C6.


Background Color

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

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

This div background color is #5B76C6.


Border color

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

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

This div border color is #5B76C6.


Opacity

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

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

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

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

This text has shadow with #5B76C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B76C6 on black background.


Color preview on white background

This text has color #5B76C6 on white background.



Black color preview on #5B76C6 background

This text has black color on #5B76C6 background.


White color preview on #5B76C6 background

This text has white color on #5B76C6 background.