COLOR #596D89

HEX: #596D89
RGB: (89,109,137)

Renk bilgisi

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

RGB renk modeli

#596D89 color RGB value is (89,109,137).

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

RGB bağlantıları ve doygunluk

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

89
109
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 137 = 335 (100%)
R 89 of 335 ~ 26.57%
G 109 of 335 ~ 32.54%
B 137 of 335 ~ 40.9%

%26.57
%32.54
%40.9

CMYK RENK MODELİ

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

  • camgöbeği tonu 35.04%
  • eflatun tonu 20.44%
  • 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
%20.44
%0
%46.27

Codes

Color #596D89 in popluar color models

596D89
RGB89109137
HSL215°21.24%44.31%
HSB/HSV215°35.04%53.73%
CMYK35.04%20.44%0.00%
46.27%

Color #596D89 in popluar number systems.

HEX596D89
Decimal89109137
Binary1011001110110110001001
Octal131155211

Shades and tints

Shades of #596D89

#596D89
(89,109,137)
#51647D
(81,100,125)
#495B71
(73,91,113)
#415265
(65,82,101)
#394959
(57,73,89)
#31404D
(49,64,77)
#293741
(41,55,65)
#212E35
(33,46,53)
#192529
(25,37,41)
#111C1D
(17,28,29)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #596D89

#596D89
(89,109,137)
#687A93
(104,122,147)
#77879D
(119,135,157)
#8694A7
(134,148,167)
#95A1B1
(149,161,177)
#A4AEBB
(164,174,187)
#B3BBC5
(179,187,197)
#C2C8CF
(194,200,207)
#D1D5D9
(209,213,217)
#E0E2E3
(224,226,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D89; }

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

This text font color is #596D89.


Background Color

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

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

This div background color is #596D89.


Border color

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

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

This div border color is #596D89.


Opacity

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

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

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

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

This text has shadow with #596D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D89 on black background.


Color preview on white background

This text has color #596D89 on white background.



Black color preview on #596D89 background

This text has black color on #596D89 background.


White color preview on #596D89 background

This text has white color on #596D89 background.