COLOR #577C8A

HEX: #577C8A
RGB: (87,124,138)

Renk bilgisi

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

RGB renk modeli

#577C8A color RGB value is (87,124,138).

  • kırmız ton 87;
  • yeşil ton 124;
  • mavi ton 138.
RGB:
(87,124,138)
(34%,49%,54%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 124 of 255 = 49%
B 138 of 255 = 54%

87
124
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 124 + 138 = 349 (100%)
R 87 of 349 ~ 24.93%
G 124 of 349 ~ 35.53%
B 138 of 349 ~ 39.54%

%24.93
%35.53
%39.54

CMYK RENK MODELİ

#577C8A rengi CMYK tonu (37,10,0,46).

  • camgöbeği tonu 36.96%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(37,10,0,46)
C37M10Y0K46 
(37%,10%,0%,46%)
(0.37/0.10/0.00/0.46)	

CMYK yüzdeleri

%36.96
%10.14
%0
%45.88

Codes

Color #577C8A in popluar color models

577C8A
RGB87124138
HSL196°22.67%44.12%
HSB/HSV196°36.96%54.12%
CMYK36.96%10.14%0.00%
45.88%

Color #577C8A in popluar number systems.

HEX577C8A
Decimal87124138
Binary1010111111110010001010
Octal127174212

Shades and tints

Shades of #577C8A

#577C8A
(87,124,138)
#50717E
(80,113,126)
#496672
(73,102,114)
#425B66
(66,91,102)
#3B505A
(59,80,90)
#34454E
(52,69,78)
#2D3A42
(45,58,66)
#262F36
(38,47,54)
#1F242A
(31,36,42)
#18191E
(24,25,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #577C8A

#577C8A
(87,124,138)
#668794
(102,135,148)
#75929E
(117,146,158)
#849DA8
(132,157,168)
#93A8B2
(147,168,178)
#A2B3BC
(162,179,188)
#B1BEC6
(177,190,198)
#C0C9D0
(192,201,208)
#CFD4DA
(207,212,218)
#DEDFE4
(222,223,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577C8A color. Also use rgb(87,124,138) instead hex code.

Text Font Color

.myTextColor { color: #577C8A; }

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

This text font color is #577C8A.


Background Color

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

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

This div background color is #577C8A.


Border color

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

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

This div border color is #577C8A.


Opacity

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

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

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

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

This text has shadow with #577C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577C8A on black background.


Color preview on white background

This text has color #577C8A on white background.



Black color preview on #577C8A background

This text has black color on #577C8A background.


White color preview on #577C8A background

This text has white color on #577C8A background.