COLOR #596C87

HEX: #596C87
RGB: (89,108,135)

Renk bilgisi

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

RGB renk modeli

#596C87 color RGB value is (89,108,135).

  • kırmız ton 89;
  • yeşil ton 108;
  • mavi ton 135.
RGB:
(89,108,135)
(35%,42%,53%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 135 of 255 = 53%

89
108
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 135 = 332 (100%)
R 89 of 332 ~ 26.81%
G 108 of 332 ~ 32.53%
B 135 of 332 ~ 40.66%

%26.81
%32.53
%40.66

CMYK RENK MODELİ

#596C87 rengi CMYK tonu (34,20,0,47).

  • camgöbeği tonu 34.07%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(34,20,0,47)
C34M20Y0K47 
(34%,20%,0%,47%)
(0.34/0.20/0.00/0.47)	

CMYK yüzdeleri

%34.07
%20
%0
%47.06

Codes

Color #596C87 in popluar color models

596C87
RGB89108135
HSL215°20.54%43.92%
HSB/HSV215°34.07%52.94%
CMYK34.07%20.00%0.00%
47.06%

Color #596C87 in popluar number systems.

HEX596C87
Decimal89108135
Binary1011001110110010000111
Octal131154207

Shades and tints

Shades of #596C87

#596C87
(89,108,135)
#51637B
(81,99,123)
#495A6F
(73,90,111)
#415163
(65,81,99)
#394857
(57,72,87)
#313F4B
(49,63,75)
#29363F
(41,54,63)
#212D33
(33,45,51)
#192427
(25,36,39)
#111B1B
(17,27,27)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #596C87

#596C87
(89,108,135)
#687991
(104,121,145)
#77869B
(119,134,155)
#8693A5
(134,147,165)
#95A0AF
(149,160,175)
#A4ADB9
(164,173,185)
#B3BAC3
(179,186,195)
#C2C7CD
(194,199,205)
#D1D4D7
(209,212,215)
#E0E1E1
(224,225,225)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596C87 color. Also use rgb(89,108,135) instead hex code.

Text Font Color

.myTextColor { color: #596C87; }

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

This text font color is #596C87.


Background Color

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

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

This div background color is #596C87.


Border color

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

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

This div border color is #596C87.


Opacity

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

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

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

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

This text has shadow with #596C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C87 on black background.


Color preview on white background

This text has color #596C87 on white background.



Black color preview on #596C87 background

This text has black color on #596C87 background.


White color preview on #596C87 background

This text has white color on #596C87 background.