COLOR #5C76B4

HEX: #5C76B4
RGB: (92,118,180)

Renk bilgisi

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

RGB renk modeli

#5C76B4 color RGB value is (92,118,180).

  • kırmız ton 92;
  • yeşil ton 118;
  • mavi ton 180.
RGB:
(92,118,180)
(36%,46%,71%)

RGB bağlantıları ve doygunluk

R 92 of 255 = 36%
G 118 of 255 = 46%
B 180 of 255 = 71%

92
118
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
92 + 118 + 180 = 390 (100%)
R 92 of 390 ~ 23.59%
G 118 of 390 ~ 30.26%
B 180 of 390 ~ 46.15%

%23.59
%30.26
%46.15

CMYK RENK MODELİ

#5C76B4 rengi CMYK tonu (49,34,0,29).

  • camgöbeği tonu 48.89%
  • eflatun tonu 34.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(49,34,0,29)
C49M34Y0K29 
(49%,34%,0%,29%)
(0.49/0.34/0.00/0.29)	

CMYK yüzdeleri

%48.89
%34.44
%0
%29.41

Codes

Color #5C76B4 in popluar color models

5C76B4
RGB92118180
HSL222°36.97%53.33%
HSB/HSV222°48.89%70.59%
CMYK48.89%34.44%0.00%
29.41%

Color #5C76B4 in popluar number systems.

HEX5C76B4
Decimal92118180
Binary1011100111011010110100
Octal134166264

Shades and tints

Shades of #5C76B4

#5C76B4
(92,118,180)
#546CA4
(84,108,164)
#4C6294
(76,98,148)
#445884
(68,88,132)
#3C4E74
(60,78,116)
#344464
(52,68,100)
#2C3A54
(44,58,84)
#243044
(36,48,68)
#1C2634
(28,38,52)
#141C24
(20,28,36)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #5C76B4

#5C76B4
(92,118,180)
#6A82BA
(106,130,186)
#788EC0
(120,142,192)
#869AC6
(134,154,198)
#94A6CC
(148,166,204)
#A2B2D2
(162,178,210)
#B0BED8
(176,190,216)
#BECADE
(190,202,222)
#CCD6E4
(204,214,228)
#DAE2EA
(218,226,234)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C76B4 color. Also use rgb(92,118,180) instead hex code.

Text Font Color

.myTextColor { color: #5C76B4; }

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

This text font color is #5C76B4.


Background Color

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

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

This div background color is #5C76B4.


Border color

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

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

This div border color is #5C76B4.


Opacity

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

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

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

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

This text has shadow with #5C76B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C76B4 on black background.


Color preview on white background

This text has color #5C76B4 on white background.



Black color preview on #5C76B4 background

This text has black color on #5C76B4 background.


White color preview on #5C76B4 background

This text has white color on #5C76B4 background.