COLOR #557D83

HEX: #557D83
RGB: (85,125,131)

Renk bilgisi

#557D83 contains red, green and blue colors in about the same proportion. #557D83 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#557D83 color RGB value is (85,125,131).

  • kırmız ton 85;
  • yeşil ton 125;
  • mavi ton 131.
RGB:
(85,125,131)
(33%,49%,51%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 125 of 255 = 49%
B 131 of 255 = 51%

85
125
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 125 + 131 = 341 (100%)
R 85 of 341 ~ 24.93%
G 125 of 341 ~ 36.66%
B 131 of 341 ~ 38.42%

%24.93
%36.66
%38.42

CMYK RENK MODELİ

#557D83 rengi CMYK tonu (35,5,0,49).

  • camgöbeği tonu 35.11%
  • eflatun tonu 4.58%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(35,5,0,49)
C35M5Y0K49 
(35%,5%,0%,49%)
(0.35/0.05/0.00/0.49)	

CMYK yüzdeleri

%35.11
%4.58
%0
%48.63

Codes

Color #557D83 in popluar color models

557D83
RGB85125131
HSL188°21.30%42.35%
HSB/HSV188°35.11%51.37%
CMYK35.11%4.58%0.00%
48.63%

Color #557D83 in popluar number systems.

HEX557D83
Decimal85125131
Binary1010101111110110000011
Octal125175203

Shades and tints

Shades of #557D83

#557D83
(85,125,131)
#4E7278
(78,114,120)
#47676D
(71,103,109)
#405C62
(64,92,98)
#395157
(57,81,87)
#32464C
(50,70,76)
#2B3B41
(43,59,65)
#243036
(36,48,54)
#1D252B
(29,37,43)
#161A20
(22,26,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #557D83

#557D83
(85,125,131)
#64888E
(100,136,142)
#739399
(115,147,153)
#829EA4
(130,158,164)
#91A9AF
(145,169,175)
#A0B4BA
(160,180,186)
#AFBFC5
(175,191,197)
#BECAD0
(190,202,208)
#CDD5DB
(205,213,219)
#DCE0E6
(220,224,230)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557D83 color. Also use rgb(85,125,131) instead hex code.

Text Font Color

.myTextColor { color: #557D83; }

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

This text font color is #557D83.


Background Color

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

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

This div background color is #557D83.


Border color

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

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

This div border color is #557D83.


Opacity

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

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

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

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

This text has shadow with #557D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557D83 on black background.


Color preview on white background

This text has color #557D83 on white background.



Black color preview on #557D83 background

This text has black color on #557D83 background.


White color preview on #557D83 background

This text has white color on #557D83 background.