COLOR #577D88

HEX: #577D88
RGB: (87,125,136)

Renk bilgisi

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

RGB renk modeli

#577D88 color RGB value is (87,125,136).

  • kırmız ton 87;
  • yeşil ton 125;
  • mavi ton 136.
RGB:
(87,125,136)
(34%,49%,53%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 125 of 255 = 49%
B 136 of 255 = 53%

87
125
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 125 + 136 = 348 (100%)
R 87 of 348 ~ 25%
G 125 of 348 ~ 35.92%
B 136 of 348 ~ 39.08%

%25
%35.92
%39.08

CMYK RENK MODELİ

#577D88 rengi CMYK tonu (36,8,0,47).

  • camgöbeği tonu 36.03%
  • eflatun tonu 8.09%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(36,8,0,47)
C36M8Y0K47 
(36%,8%,0%,47%)
(0.36/0.08/0.00/0.47)	

CMYK yüzdeleri

%36.03
%8.09
%0
%46.67

Codes

Color #577D88 in popluar color models

577D88
RGB87125136
HSL193°21.97%43.73%
HSB/HSV193°36.03%53.33%
CMYK36.03%8.09%0.00%
46.67%

Color #577D88 in popluar number systems.

HEX577D88
Decimal87125136
Binary1010111111110110001000
Octal127175210

Shades and tints

Shades of #577D88

#577D88
(87,125,136)
#50727C
(80,114,124)
#496770
(73,103,112)
#425C64
(66,92,100)
#3B5158
(59,81,88)
#34464C
(52,70,76)
#2D3B40
(45,59,64)
#263034
(38,48,52)
#1F2528
(31,37,40)
#181A1C
(24,26,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #577D88

#577D88
(87,125,136)
#668892
(102,136,146)
#75939C
(117,147,156)
#849EA6
(132,158,166)
#93A9B0
(147,169,176)
#A2B4BA
(162,180,186)
#B1BFC4
(177,191,196)
#C0CACE
(192,202,206)
#CFD5D8
(207,213,216)
#DEE0E2
(222,224,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577D88 color. Also use rgb(87,125,136) instead hex code.

Text Font Color

.myTextColor { color: #577D88; }

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

This text font color is #577D88.


Background Color

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

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

This div background color is #577D88.


Border color

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

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

This div border color is #577D88.


Opacity

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

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

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

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

This text has shadow with #577D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577D88 on black background.


Color preview on white background

This text has color #577D88 on white background.



Black color preview on #577D88 background

This text has black color on #577D88 background.


White color preview on #577D88 background

This text has white color on #577D88 background.