COLOR #5976B2

HEX: #5976B2
RGB: (89,118,178)

Renk bilgisi

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

RGB renk modeli

#5976B2 color RGB value is (89,118,178).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 118 of 255 = 46%
B 178 of 255 = 70%

89
118
178

R + G + B ~ 50%. #5976B2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 118 + 178 = 385 (100%)
R 89 of 385 ~ 23.12%
G 118 of 385 ~ 30.65%
B 178 of 385 ~ 46.23%

%23.12
%30.65
%46.23

CMYK RENK MODELİ

#5976B2 rengi CMYK tonu (50,34,0,30).

  • camgöbeği tonu 50.00%
  • eflatun tonu 33.71%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(50,34,0,30)
C50M34Y0K30 
(50%,34%,0%,30%)
(0.50/0.34/0.00/0.30)	

CMYK yüzdeleri

%50
%33.71
%0
%30.2

Codes

Color #5976B2 in popluar color models

5976B2
RGB89118178
HSL220°36.63%52.35%
HSB/HSV220°50.00%69.80%
CMYK50.00%33.71%0.00%
30.20%

Color #5976B2 in popluar number systems.

HEX5976B2
Decimal89118178
Binary1011001111011010110010
Octal131166262

Shades and tints

Shades of #5976B2

#5976B2
(89,118,178)
#516CA2
(81,108,162)
#496292
(73,98,146)
#415882
(65,88,130)
#394E72
(57,78,114)
#314462
(49,68,98)
#293A52
(41,58,82)
#213042
(33,48,66)
#192632
(25,38,50)
#111C22
(17,28,34)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #5976B2

#5976B2
(89,118,178)
#6882B9
(104,130,185)
#778EC0
(119,142,192)
#869AC7
(134,154,199)
#95A6CE
(149,166,206)
#A4B2D5
(164,178,213)
#B3BEDC
(179,190,220)
#C2CAE3
(194,202,227)
#D1D6EA
(209,214,234)
#E0E2F1
(224,226,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5976B2 color. Also use rgb(89,118,178) instead hex code.

Text Font Color

.myTextColor { color: #5976B2; }

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

This text font color is #5976B2.


Background Color

.myBgColor { background-color: #5976B2; }

<div style="background-color:#5976B2">Inner text</div>

This div background color is #5976B2.


Border color

.myBorderColor { border: 1px solid #5976B2; }

<div style="border:3px solid #5976B2">Div</div>

This div border color is #5976B2.


Opacity

.myOpacity80 { color: #5976B2; opacity: 0.8; }

<p style="color:#5976B2;opacity:0.8;">80%</p>

Text with #5976B2 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 #5976B2;}

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

This text has shadow with #5976B2 color.

.textShadow {text-shadow: 3px 3px 1px #5976B2, 3px 3px 1px red;}

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

This text has shadow with #5976B2 primary color and red secondary color.


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

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

This text has shadow with #5976B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5976B2 on black background.


Color preview on white background

This text has color #5976B2 on white background.



Black color preview on #5976B2 background

This text has black color on #5976B2 background.


White color preview on #5976B2 background

This text has white color on #5976B2 background.