COLOR #577A87

HEX: #577A87
RGB: (87,122,135)

Renk bilgisi

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

RGB renk modeli

#577A87 color RGB value is (87,122,135).

  • kırmız ton 87;
  • yeşil ton 122;
  • mavi ton 135.
RGB:
(87,122,135)
(34%,48%,53%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 122 of 255 = 48%
B 135 of 255 = 53%

87
122
135

R + G + B ~ 45%. #577A87 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 122 + 135 = 344 (100%)
R 87 of 344 ~ 25.29%
G 122 of 344 ~ 35.47%
B 135 of 344 ~ 39.24%

%25.29
%35.47
%39.24

CMYK RENK MODELİ

#577A87 rengi CMYK tonu (36,10,0,47).

  • camgöbeği tonu 35.56%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(36,10,0,47)
C36M10Y0K47 
(36%,10%,0%,47%)
(0.36/0.10/0.00/0.47)	

CMYK yüzdeleri

%35.56
%9.63
%0
%47.06

Codes

Color #577A87 in popluar color models

577A87
RGB87122135
HSL196°21.62%43.53%
HSB/HSV196°35.56%52.94%
CMYK35.56%9.63%0.00%
47.06%

Color #577A87 in popluar number systems.

HEX577A87
Decimal87122135
Binary1010111111101010000111
Octal127172207

Shades and tints

Shades of #577A87

#577A87
(87,122,135)
#506F7B
(80,111,123)
#49646F
(73,100,111)
#425963
(66,89,99)
#3B4E57
(59,78,87)
#34434B
(52,67,75)
#2D383F
(45,56,63)
#262D33
(38,45,51)
#1F2227
(31,34,39)
#18171B
(24,23,27)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #577A87

#577A87
(87,122,135)
#668691
(102,134,145)
#75929B
(117,146,155)
#849EA5
(132,158,165)
#93AAAF
(147,170,175)
#A2B6B9
(162,182,185)
#B1C2C3
(177,194,195)
#C0CECD
(192,206,205)
#CFDAD7
(207,218,215)
#DEE6E1
(222,230,225)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577A87 color. Also use rgb(87,122,135) instead hex code.

Text Font Color

.myTextColor { color: #577A87; }

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

This text font color is #577A87.


Background Color

.myBgColor { background-color: #577A87; }

<div style="background-color:#577A87">Inner text</div>

This div background color is #577A87.


Border color

.myBorderColor { border: 1px solid #577A87; }

<div style="border:3px solid #577A87">Div</div>

This div border color is #577A87.


Opacity

.myOpacity80 { color: #577A87; opacity: 0.8; }

<p style="color:#577A87;opacity:0.8;">80%</p>

Text with #577A87 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 #577A87;}

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

This text has shadow with #577A87 color.

.textShadow {text-shadow: 3px 3px 1px #577A87, 3px 3px 1px red;}

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

This text has shadow with #577A87 primary color and red secondary color.


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

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

This text has shadow with #577A87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577A87 on black background.


Color preview on white background

This text has color #577A87 on white background.



Black color preview on #577A87 background

This text has black color on #577A87 background.


White color preview on #577A87 background

This text has white color on #577A87 background.