COLOR #5D76B2

HEX: #5D76B2
RGB: (93,118,178)

Renk bilgisi

#5D76B2 contains mainly blue color. #5D76B2 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5D76B2 color RGB value is (93,118,178).

  • kırmız ton 93;
  • yeşil ton 118;
  • mavi ton 178.
RGB:
(93,118,178)
(36%,46%,70%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 118 of 255 = 46%
B 178 of 255 = 70%

93
118
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 118 + 178 = 389 (100%)
R 93 of 389 ~ 23.91%
G 118 of 389 ~ 30.33%
B 178 of 389 ~ 45.76%

%23.91
%30.33
%45.76

CMYK RENK MODELİ

#5D76B2 rengi CMYK tonu (48,34,0,30).

  • camgöbeği tonu 47.75%
  • eflatun tonu 33.71%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(48,34,0,30)
C48M34Y0K30 
(48%,34%,0%,30%)
(0.48/0.34/0.00/0.30)	

CMYK yüzdeleri

%47.75
%33.71
%0
%30.2

Codes

Color #5D76B2 in popluar color models

5D76B2
RGB93118178
HSL222°35.56%53.14%
HSB/HSV222°47.75%69.80%
CMYK47.75%33.71%0.00%
30.20%

Color #5D76B2 in popluar number systems.

HEX5D76B2
Decimal93118178
Binary1011101111011010110010
Octal135166262

Shades and tints

Shades of #5D76B2

#5D76B2
(93,118,178)
#556CA2
(85,108,162)
#4D6292
(77,98,146)
#455882
(69,88,130)
#3D4E72
(61,78,114)
#354462
(53,68,98)
#2D3A52
(45,58,82)
#253042
(37,48,66)
#1D2632
(29,38,50)
#151C22
(21,28,34)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5D76B2

#5D76B2
(93,118,178)
#6B82B9
(107,130,185)
#798EC0
(121,142,192)
#879AC7
(135,154,199)
#95A6CE
(149,166,206)
#A3B2D5
(163,178,213)
#B1BEDC
(177,190,220)
#BFCAE3
(191,202,227)
#CDD6EA
(205,214,234)
#DBE2F1
(219,226,241)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D76B2 color. Also use rgb(93,118,178) instead hex code.

Text Font Color

.myTextColor { color: #5D76B2; }

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

This text font color is #5D76B2.


Background Color

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

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

This div background color is #5D76B2.


Border color

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

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

This div border color is #5D76B2.


Opacity

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

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

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

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

This text has shadow with #5D76B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D76B2 on black background.


Color preview on white background

This text has color #5D76B2 on white background.



Black color preview on #5D76B2 background

This text has black color on #5D76B2 background.


White color preview on #5D76B2 background

This text has white color on #5D76B2 background.