COLOR #595475

HEX: #595475
RGB: (89,84,117)

Renk bilgisi

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

RGB renk modeli

#595475 color RGB value is (89,84,117).

  • kırmız ton 89;
  • yeşil ton 84;
  • mavi ton 117.
RGB:
(89,84,117)
(35%,33%,46%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 84 of 255 = 33%
B 117 of 255 = 46%

89
84
117

R + G + B ~ 38%. #595475 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 84 + 117 = 290 (100%)
R 89 of 290 ~ 30.69%
G 84 of 290 ~ 28.97%
B 117 of 290 ~ 40.34%

%30.69
%28.97
%40.34

CMYK RENK MODELİ

#595475 rengi CMYK tonu (24,28,0,54).

  • camgöbeği tonu 23.93%
  • eflatun tonu 28.21%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(24,28,0,54)
C24M28Y0K54 
(24%,28%,0%,54%)
(0.24/0.28/0.00/0.54)	

CMYK yüzdeleri

%23.93
%28.21
%0
%54.12

Codes

Color #595475 in popluar color models

595475
RGB8984117
HSL249°16.42%39.41%
HSB/HSV249°28.21%45.88%
CMYK23.93%28.21%0.00%
54.12%

Color #595475 in popluar number systems.

HEX595475
Decimal8984117
Binary101100110101001110101
Octal131124165

Shades and tints

Shades of #595475

#595475
(89,84,117)
#514D6B
(81,77,107)
#494661
(73,70,97)
#413F57
(65,63,87)
#39384D
(57,56,77)
#313143
(49,49,67)
#292A39
(41,42,57)
#21232F
(33,35,47)
#191C25
(25,28,37)
#11151B
(17,21,27)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #595475

#595475
(89,84,117)
#686381
(104,99,129)
#77728D
(119,114,141)
#868199
(134,129,153)
#9590A5
(149,144,165)
#A49FB1
(164,159,177)
#B3AEBD
(179,174,189)
#C2BDC9
(194,189,201)
#D1CCD5
(209,204,213)
#E0DBE1
(224,219,225)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595475 color. Also use rgb(89,84,117) instead hex code.

Text Font Color

.myTextColor { color: #595475; }

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

This text font color is #595475.


Background Color

.myBgColor { background-color: #595475; }

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

This div background color is #595475.


Border color

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

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

This div border color is #595475.


Opacity

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

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

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

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

This text has shadow with #595475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595475 on black background.


Color preview on white background

This text has color #595475 on white background.



Black color preview on #595475 background

This text has black color on #595475 background.


White color preview on #595475 background

This text has white color on #595475 background.