COLOR #596681

HEX: #596681
RGB: (89,102,129)

Renk bilgisi

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

RGB renk modeli

#596681 color RGB value is (89,102,129).

  • kırmız ton 89;
  • yeşil ton 102;
  • mavi ton 129.
RGB:
(89,102,129)
(35%,40%,51%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 102 of 255 = 40%
B 129 of 255 = 51%

89
102
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 102 + 129 = 320 (100%)
R 89 of 320 ~ 27.81%
G 102 of 320 ~ 31.88%
B 129 of 320 ~ 40.31%

%27.81
%31.88
%40.31

CMYK RENK MODELİ

#596681 rengi CMYK tonu (31,21,0,49).

  • camgöbeği tonu 31.01%
  • eflatun tonu 20.93%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(31,21,0,49)
C31M21Y0K49 
(31%,21%,0%,49%)
(0.31/0.21/0.00/0.49)	

CMYK yüzdeleri

%31.01
%20.93
%0
%49.41

Codes

Color #596681 in popluar color models

596681
RGB89102129
HSL221°18.35%42.75%
HSB/HSV221°31.01%50.59%
CMYK31.01%20.93%0.00%
49.41%

Color #596681 in popluar number systems.

HEX596681
Decimal89102129
Binary1011001110011010000001
Octal131146201

Shades and tints

Shades of #596681

#596681
(89,102,129)
#515D76
(81,93,118)
#49546B
(73,84,107)
#414B60
(65,75,96)
#394255
(57,66,85)
#31394A
(49,57,74)
#29303F
(41,48,63)
#212734
(33,39,52)
#191E29
(25,30,41)
#11151E
(17,21,30)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #596681

#596681
(89,102,129)
#68738C
(104,115,140)
#778097
(119,128,151)
#868DA2
(134,141,162)
#959AAD
(149,154,173)
#A4A7B8
(164,167,184)
#B3B4C3
(179,180,195)
#C2C1CE
(194,193,206)
#D1CED9
(209,206,217)
#E0DBE4
(224,219,228)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596681 color. Also use rgb(89,102,129) instead hex code.

Text Font Color

.myTextColor { color: #596681; }

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

This text font color is #596681.


Background Color

.myBgColor { background-color: #596681; }

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

This div background color is #596681.


Border color

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

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

This div border color is #596681.


Opacity

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

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

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

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

This text has shadow with #596681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596681 on black background.


Color preview on white background

This text has color #596681 on white background.



Black color preview on #596681 background

This text has black color on #596681 background.


White color preview on #596681 background

This text has white color on #596681 background.