COLOR #595571

HEX: #595571
RGB: (89,85,113)

Renk bilgisi

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

RGB renk modeli

#595571 color RGB value is (89,85,113).

  • kırmız ton 89;
  • yeşil ton 85;
  • mavi ton 113.
RGB:
(89,85,113)
(35%,33%,44%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 85 of 255 = 33%
B 113 of 255 = 44%

89
85
113

R + G + B ~ 37%. #595571 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 85 + 113 = 287 (100%)
R 89 of 287 ~ 31.01%
G 85 of 287 ~ 29.62%
B 113 of 287 ~ 39.37%

%31.01
%29.62
%39.37

CMYK RENK MODELİ

#595571 rengi CMYK tonu (21,25,0,56).

  • camgöbeği tonu 21.24%
  • eflatun tonu 24.78%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(21,25,0,56)
C21M25Y0K56 
(21%,25%,0%,56%)
(0.21/0.25/0.00/0.56)	

CMYK yüzdeleri

%21.24
%24.78
%0
%55.69

Codes

Color #595571 in popluar color models

595571
RGB8985113
HSL249°14.14%38.82%
HSB/HSV249°24.78%44.31%
CMYK21.24%24.78%0.00%
55.69%

Color #595571 in popluar number systems.

HEX595571
Decimal8985113
Binary101100110101011110001
Octal131125161

Shades and tints

Shades of #595571

#595571
(89,85,113)
#514E67
(81,78,103)
#49475D
(73,71,93)
#414053
(65,64,83)
#393949
(57,57,73)
#31323F
(49,50,63)
#292B35
(41,43,53)
#21242B
(33,36,43)
#191D21
(25,29,33)
#111617
(17,22,23)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #595571

#595571
(89,85,113)
#68647D
(104,100,125)
#777389
(119,115,137)
#868295
(134,130,149)
#9591A1
(149,145,161)
#A4A0AD
(164,160,173)
#B3AFB9
(179,175,185)
#C2BEC5
(194,190,197)
#D1CDD1
(209,205,209)
#E0DCDD
(224,220,221)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595571 color. Also use rgb(89,85,113) instead hex code.

Text Font Color

.myTextColor { color: #595571; }

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

This text font color is #595571.


Background Color

.myBgColor { background-color: #595571; }

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

This div background color is #595571.


Border color

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

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

This div border color is #595571.


Opacity

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

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

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

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

This text has shadow with #595571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595571 on black background.


Color preview on white background

This text has color #595571 on white background.



Black color preview on #595571 background

This text has black color on #595571 background.


White color preview on #595571 background

This text has white color on #595571 background.