COLOR #557ABE

HEX: #557ABE
RGB: (85,122,190)

Renk bilgisi

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

RGB renk modeli

#557ABE color RGB value is (85,122,190).

  • kırmız ton 85;
  • yeşil ton 122;
  • mavi ton 190.
RGB:
(85,122,190)
(33%,48%,75%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 122 of 255 = 48%
B 190 of 255 = 75%

85
122
190

R + G + B ~ 52%. #557ABE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 122 + 190 = 397 (100%)
R 85 of 397 ~ 21.41%
G 122 of 397 ~ 30.73%
B 190 of 397 ~ 47.86%

%21.41
%30.73
%47.86

CMYK RENK MODELİ

#557ABE rengi CMYK tonu (55,36,0,25).

  • camgöbeği tonu 55.26%
  • eflatun tonu 35.79%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(55,36,0,25)
C55M36Y0K25 
(55%,36%,0%,25%)
(0.55/0.36/0.00/0.25)	

CMYK yüzdeleri

%55.26
%35.79
%0
%25.49

Codes

Color #557ABE in popluar color models

557ABE
RGB85122190
HSL219°44.68%53.92%
HSB/HSV219°55.26%74.51%
CMYK55.26%35.79%0.00%
25.49%

Color #557ABE in popluar number systems.

HEX557ABE
Decimal85122190
Binary1010101111101010111110
Octal125172276

Shades and tints

Shades of #557ABE

#557ABE
(85,122,190)
#4E6FAD
(78,111,173)
#47649C
(71,100,156)
#40598B
(64,89,139)
#394E7A
(57,78,122)
#324369
(50,67,105)
#2B3858
(43,56,88)
#242D47
(36,45,71)
#1D2236
(29,34,54)
#161725
(22,23,37)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #557ABE

#557ABE
(85,122,190)
#6486C3
(100,134,195)
#7392C8
(115,146,200)
#829ECD
(130,158,205)
#91AAD2
(145,170,210)
#A0B6D7
(160,182,215)
#AFC2DC
(175,194,220)
#BECEE1
(190,206,225)
#CDDAE6
(205,218,230)
#DCE6EB
(220,230,235)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557ABE color. Also use rgb(85,122,190) instead hex code.

Text Font Color

.myTextColor { color: #557ABE; }

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

This text font color is #557ABE.


Background Color

.myBgColor { background-color: #557ABE; }

<div style="background-color:#557ABE">Inner text</div>

This div background color is #557ABE.


Border color

.myBorderColor { border: 1px solid #557ABE; }

<div style="border:3px solid #557ABE">Div</div>

This div border color is #557ABE.


Opacity

.myOpacity80 { color: #557ABE; opacity: 0.8; }

<p style="color:#557ABE;opacity:0.8;">80%</p>

Text with #557ABE 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 #557ABE;}

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

This text has shadow with #557ABE color.

.textShadow {text-shadow: 3px 3px 1px #557ABE, 3px 3px 1px red;}

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

This text has shadow with #557ABE primary color and red secondary color.


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

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

This text has shadow with #557ABE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557ABE on black background.


Color preview on white background

This text has color #557ABE on white background.



Black color preview on #557ABE background

This text has black color on #557ABE background.


White color preview on #557ABE background

This text has white color on #557ABE background.