COLOR #556CB6

HEX: #556CB6
RGB: (85,108,182)

Renk bilgisi

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

RGB renk modeli

#556CB6 color RGB value is (85,108,182).

  • kırmız ton 85;
  • yeşil ton 108;
  • mavi ton 182.
RGB:
(85,108,182)
(33%,42%,71%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 108 of 255 = 42%
B 182 of 255 = 71%

85
108
182

R + G + B ~ 49%. #556CB6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 108 + 182 = 375 (100%)
R 85 of 375 ~ 22.67%
G 108 of 375 ~ 28.8%
B 182 of 375 ~ 48.53%

%22.67
%28.8
%48.53

CMYK RENK MODELİ

#556CB6 rengi CMYK tonu (53,41,0,29).

  • camgöbeği tonu 53.30%
  • eflatun tonu 40.66%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(53,41,0,29)
C53M41Y0K29 
(53%,41%,0%,29%)
(0.53/0.41/0.00/0.29)	

CMYK yüzdeleri

%53.3
%40.66
%0
%28.63

Codes

Color #556CB6 in popluar color models

556CB6
RGB85108182
HSL226°39.92%52.35%
HSB/HSV226°53.30%71.37%
CMYK53.30%40.66%0.00%
28.63%

Color #556CB6 in popluar number systems.

HEX556CB6
Decimal85108182
Binary1010101110110010110110
Octal125154266

Shades and tints

Shades of #556CB6

#556CB6
(85,108,182)
#4E63A6
(78,99,166)
#475A96
(71,90,150)
#405186
(64,81,134)
#394876
(57,72,118)
#323F66
(50,63,102)
#2B3656
(43,54,86)
#242D46
(36,45,70)
#1D2436
(29,36,54)
#161B26
(22,27,38)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #556CB6

#556CB6
(85,108,182)
#6479BC
(100,121,188)
#7386C2
(115,134,194)
#8293C8
(130,147,200)
#91A0CE
(145,160,206)
#A0ADD4
(160,173,212)
#AFBADA
(175,186,218)
#BEC7E0
(190,199,224)
#CDD4E6
(205,212,230)
#DCE1EC
(220,225,236)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556CB6 color. Also use rgb(85,108,182) instead hex code.

Text Font Color

.myTextColor { color: #556CB6; }

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

This text font color is #556CB6.


Background Color

.myBgColor { background-color: #556CB6; }

<div style="background-color:#556CB6">Inner text</div>

This div background color is #556CB6.


Border color

.myBorderColor { border: 1px solid #556CB6; }

<div style="border:3px solid #556CB6">Div</div>

This div border color is #556CB6.


Opacity

.myOpacity80 { color: #556CB6; opacity: 0.8; }

<p style="color:#556CB6;opacity:0.8;">80%</p>

Text with #556CB6 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 #556CB6;}

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

This text has shadow with #556CB6 color.

.textShadow {text-shadow: 3px 3px 1px #556CB6, 3px 3px 1px red;}

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

This text has shadow with #556CB6 primary color and red secondary color.


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

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

This text has shadow with #556CB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556CB6 on black background.


Color preview on white background

This text has color #556CB6 on white background.



Black color preview on #556CB6 background

This text has black color on #556CB6 background.


White color preview on #556CB6 background

This text has white color on #556CB6 background.