COLOR #596889

HEX: #596889
RGB: (89,104,137)

Renk bilgisi

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

RGB renk modeli

#596889 color RGB value is (89,104,137).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 104 of 255 = 41%
B 137 of 255 = 54%

89
104
137

R + G + B ~ 43%. #596889 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 104 + 137 = 330 (100%)
R 89 of 330 ~ 26.97%
G 104 of 330 ~ 31.52%
B 137 of 330 ~ 41.52%

%26.97
%31.52
%41.52

CMYK RENK MODELİ

#596889 rengi CMYK tonu (35,24,0,46).

  • camgöbeği tonu 35.04%
  • eflatun tonu 24.09%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(35,24,0,46)
C35M24Y0K46 
(35%,24%,0%,46%)
(0.35/0.24/0.00/0.46)	

CMYK yüzdeleri

%35.04
%24.09
%0
%46.27

Codes

Color #596889 in popluar color models

596889
RGB89104137
HSL221°21.24%44.31%
HSB/HSV221°35.04%53.73%
CMYK35.04%24.09%0.00%
46.27%

Color #596889 in popluar number systems.

HEX596889
Decimal89104137
Binary1011001110100010001001
Octal131150211

Shades and tints

Shades of #596889

#596889
(89,104,137)
#515F7D
(81,95,125)
#495671
(73,86,113)
#414D65
(65,77,101)
#394459
(57,68,89)
#313B4D
(49,59,77)
#293241
(41,50,65)
#212935
(33,41,53)
#192029
(25,32,41)
#11171D
(17,23,29)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #596889

#596889
(89,104,137)
#687593
(104,117,147)
#77829D
(119,130,157)
#868FA7
(134,143,167)
#959CB1
(149,156,177)
#A4A9BB
(164,169,187)
#B3B6C5
(179,182,197)
#C2C3CF
(194,195,207)
#D1D0D9
(209,208,217)
#E0DDE3
(224,221,227)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596889; }

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

This text font color is #596889.


Background Color

.myBgColor { background-color: #596889; }

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

This div background color is #596889.


Border color

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

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

This div border color is #596889.


Opacity

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

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

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

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

This text has shadow with #596889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596889 on black background.


Color preview on white background

This text has color #596889 on white background.



Black color preview on #596889 background

This text has black color on #596889 background.


White color preview on #596889 background

This text has white color on #596889 background.