COLOR #575063

HEX: #575063
RGB: (87,80,99)

Renk bilgisi

#575063 contains red, green and blue colors in about the same proportion. #575063 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#575063 color RGB value is (87,80,99).

  • kırmız ton 87;
  • yeşil ton 80;
  • mavi ton 99.
RGB:
(87,80,99)
(34%,31%,39%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 80 of 255 = 31%
B 99 of 255 = 39%

87
80
99

R + G + B ~ 35%. #575063 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 80 + 99 = 266 (100%)
R 87 of 266 ~ 32.71%
G 80 of 266 ~ 30.08%
B 99 of 266 ~ 37.22%

%32.71
%30.08
%37.22

CMYK RENK MODELİ

#575063 rengi CMYK tonu (12,19,0,61).

  • camgöbeği tonu 12.12%
  • eflatun tonu 19.19%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(12,19,0,61)
C12M19Y0K61 
(12%,19%,0%,61%)
(0.12/0.19/0.00/0.61)	

CMYK yüzdeleri

%12.12
%19.19
%0
%61.18

Codes

Color #575063 in popluar color models

575063
RGB878099
HSL262°10.61%35.10%
HSB/HSV262°19.19%38.82%
CMYK12.12%19.19%0.00%
61.18%

Color #575063 in popluar number systems.

HEX575063
Decimal878099
Binary101011110100001100011
Octal127120143

Shades and tints

Shades of #575063

#575063
(87,80,99)
#50495A
(80,73,90)
#494251
(73,66,81)
#423B48
(66,59,72)
#3B343F
(59,52,63)
#342D36
(52,45,54)
#2D262D
(45,38,45)
#261F24
(38,31,36)
#1F181B
(31,24,27)
#181112
(24,17,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #575063

#575063
(87,80,99)
#665F71
(102,95,113)
#756E7F
(117,110,127)
#847D8D
(132,125,141)
#938C9B
(147,140,155)
#A29BA9
(162,155,169)
#B1AAB7
(177,170,183)
#C0B9C5
(192,185,197)
#CFC8D3
(207,200,211)
#DED7E1
(222,215,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575063 color. Also use rgb(87,80,99) instead hex code.

Text Font Color

.myTextColor { color: #575063; }

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

This text font color is #575063.


Background Color

.myBgColor { background-color: #575063; }

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

This div background color is #575063.


Border color

.myBorderColor { border: 1px solid #575063; }

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

This div border color is #575063.


Opacity

.myOpacity80 { color: #575063; opacity: 0.8; }

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

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

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

This text has shadow with #575063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575063 on black background.


Color preview on white background

This text has color #575063 on white background.



Black color preview on #575063 background

This text has black color on #575063 background.


White color preview on #575063 background

This text has white color on #575063 background.