COLOR #59517E

HEX: #59517E
RGB: (89,81,126)

Renk bilgisi

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

RGB renk modeli

#59517E color RGB value is (89,81,126).

  • kırmız ton 89;
  • yeşil ton 81;
  • mavi ton 126.
RGB:
(89,81,126)
(35%,32%,49%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 81 of 255 = 32%
B 126 of 255 = 49%

89
81
126

R + G + B ~ 39%. #59517E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 81 + 126 = 296 (100%)
R 89 of 296 ~ 30.07%
G 81 of 296 ~ 27.36%
B 126 of 296 ~ 42.57%

%30.07
%27.36
%42.57

CMYK RENK MODELİ

#59517E rengi CMYK tonu (29,36,0,51).

  • camgöbeği tonu 29.37%
  • eflatun tonu 35.71%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(29,36,0,51)
C29M36Y0K51 
(29%,36%,0%,51%)
(0.29/0.36/0.00/0.51)	

CMYK yüzdeleri

%29.37
%35.71
%0
%50.59

Codes

Color #59517E in popluar color models

59517E
RGB8981126
HSL251°21.74%40.59%
HSB/HSV251°35.71%49.41%
CMYK29.37%35.71%0.00%
50.59%

Color #59517E in popluar number systems.

HEX59517E
Decimal8981126
Binary101100110100011111110
Octal131121176

Shades and tints

Shades of #59517E

#59517E
(89,81,126)
#514A73
(81,74,115)
#494368
(73,67,104)
#413C5D
(65,60,93)
#393552
(57,53,82)
#312E47
(49,46,71)
#29273C
(41,39,60)
#212031
(33,32,49)
#191926
(25,25,38)
#11121B
(17,18,27)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #59517E

#59517E
(89,81,126)
#686089
(104,96,137)
#776F94
(119,111,148)
#867E9F
(134,126,159)
#958DAA
(149,141,170)
#A49CB5
(164,156,181)
#B3ABC0
(179,171,192)
#C2BACB
(194,186,203)
#D1C9D6
(209,201,214)
#E0D8E1
(224,216,225)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59517E color. Also use rgb(89,81,126) instead hex code.

Text Font Color

.myTextColor { color: #59517E; }

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

This text font color is #59517E.


Background Color

.myBgColor { background-color: #59517E; }

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

This div background color is #59517E.


Border color

.myBorderColor { border: 1px solid #59517E; }

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

This div border color is #59517E.


Opacity

.myOpacity80 { color: #59517E; opacity: 0.8; }

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

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

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

This text has shadow with #59517E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59517E on black background.


Color preview on white background

This text has color #59517E on white background.



Black color preview on #59517E background

This text has black color on #59517E background.


White color preview on #59517E background

This text has white color on #59517E background.