COLOR #53577D

HEX: #53577D
RGB: (83,87,125)

Renk bilgisi

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

RGB renk modeli

#53577D color RGB value is (83,87,125).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 87 of 255 = 34%
B 125 of 255 = 49%

83
87
125

R + G + B ~ 39%. #53577D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 87 + 125 = 295 (100%)
R 83 of 295 ~ 28.14%
G 87 of 295 ~ 29.49%
B 125 of 295 ~ 42.37%

%28.14
%29.49
%42.37

CMYK RENK MODELİ

#53577D rengi CMYK tonu (34,30,0,51).

  • camgöbeği tonu 33.60%
  • eflatun tonu 30.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(34,30,0,51)
C34M30Y0K51 
(34%,30%,0%,51%)
(0.34/0.30/0.00/0.51)	

CMYK yüzdeleri

%33.6
%30.4
%0
%50.98

Codes

Color #53577D in popluar color models

53577D
RGB8387125
HSL234°20.19%40.78%
HSB/HSV234°33.60%49.02%
CMYK33.60%30.40%0.00%
50.98%

Color #53577D in popluar number systems.

HEX53577D
Decimal8387125
Binary101001110101111111101
Octal123127175

Shades and tints

Shades of #53577D

#53577D
(83,87,125)
#4C5072
(76,80,114)
#454967
(69,73,103)
#3E425C
(62,66,92)
#373B51
(55,59,81)
#303446
(48,52,70)
#292D3B
(41,45,59)
#222630
(34,38,48)
#1B1F25
(27,31,37)
#14181A
(20,24,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #53577D

#53577D
(83,87,125)
#626688
(98,102,136)
#717593
(113,117,147)
#80849E
(128,132,158)
#8F93A9
(143,147,169)
#9EA2B4
(158,162,180)
#ADB1BF
(173,177,191)
#BCC0CA
(188,192,202)
#CBCFD5
(203,207,213)
#DADEE0
(218,222,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53577D color. Also use rgb(83,87,125) instead hex code.

Text Font Color

.myTextColor { color: #53577D; }

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

This text font color is #53577D.


Background Color

.myBgColor { background-color: #53577D; }

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

This div background color is #53577D.


Border color

.myBorderColor { border: 1px solid #53577D; }

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

This div border color is #53577D.


Opacity

.myOpacity80 { color: #53577D; opacity: 0.8; }

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

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

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

This text has shadow with #53577D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53577D on black background.


Color preview on white background

This text has color #53577D on white background.



Black color preview on #53577D background

This text has black color on #53577D background.


White color preview on #53577D background

This text has white color on #53577D background.