COLOR #596E89

HEX: #596E89
RGB: (89,110,137)

Renk bilgisi

#596E89 contains red, green and blue colors in about the same proportion. #596E89 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#596E89 color RGB value is (89,110,137).

  • kırmız ton 89;
  • yeşil ton 110;
  • mavi ton 137.
RGB:
(89,110,137)
(35%,43%,54%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 110 of 255 = 43%
B 137 of 255 = 54%

89
110
137

R + G + B ~ 44%. #596E89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 110 + 137 = 336 (100%)
R 89 of 336 ~ 26.49%
G 110 of 336 ~ 32.74%
B 137 of 336 ~ 40.77%

%26.49
%32.74
%40.77

CMYK RENK MODELİ

#596E89 rengi CMYK tonu (35,20,0,46).

  • camgöbeği tonu 35.04%
  • eflatun tonu 19.71%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(35,20,0,46)
C35M20Y0K46 
(35%,20%,0%,46%)
(0.35/0.20/0.00/0.46)	

CMYK yüzdeleri

%35.04
%19.71
%0
%46.27

Codes

Color #596E89 in popluar color models

596E89
RGB89110137
HSL214°21.24%44.31%
HSB/HSV214°35.04%53.73%
CMYK35.04%19.71%0.00%
46.27%

Color #596E89 in popluar number systems.

HEX596E89
Decimal89110137
Binary1011001110111010001001
Octal131156211

Shades and tints

Shades of #596E89

#596E89
(89,110,137)
#51647D
(81,100,125)
#495A71
(73,90,113)
#415065
(65,80,101)
#394659
(57,70,89)
#313C4D
(49,60,77)
#293241
(41,50,65)
#212835
(33,40,53)
#191E29
(25,30,41)
#11141D
(17,20,29)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #596E89

#596E89
(89,110,137)
#687B93
(104,123,147)
#77889D
(119,136,157)
#8695A7
(134,149,167)
#95A2B1
(149,162,177)
#A4AFBB
(164,175,187)
#B3BCC5
(179,188,197)
#C2C9CF
(194,201,207)
#D1D6D9
(209,214,217)
#E0E3E3
(224,227,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E89 color. Also use rgb(89,110,137) instead hex code.

Text Font Color

.myTextColor { color: #596E89; }

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

This text font color is #596E89.


Background Color

.myBgColor { background-color: #596E89; }

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

This div background color is #596E89.


Border color

.myBorderColor { border: 1px solid #596E89; }

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

This div border color is #596E89.


Opacity

.myOpacity80 { color: #596E89; opacity: 0.8; }

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

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

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

This text has shadow with #596E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E89 on black background.


Color preview on white background

This text has color #596E89 on white background.



Black color preview on #596E89 background

This text has black color on #596E89 background.


White color preview on #596E89 background

This text has white color on #596E89 background.