COLOR #596994

HEX: #596994
RGB: (89,105,148)

Renk bilgisi

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

RGB renk modeli

#596994 color RGB value is (89,105,148).

  • kırmız ton 89;
  • yeşil ton 105;
  • mavi ton 148.
RGB:
(89,105,148)
(35%,41%,58%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 105 of 255 = 41%
B 148 of 255 = 58%

89
105
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 105 + 148 = 342 (100%)
R 89 of 342 ~ 26.02%
G 105 of 342 ~ 30.7%
B 148 of 342 ~ 43.27%

%26.02
%30.7
%43.27

CMYK RENK MODELİ

#596994 rengi CMYK tonu (40,29,0,42).

  • camgöbeği tonu 39.86%
  • eflatun tonu 29.05%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(40,29,0,42)
C40M29Y0K42 
(40%,29%,0%,42%)
(0.40/0.29/0.00/0.42)	

CMYK yüzdeleri

%39.86
%29.05
%0
%41.96

Codes

Color #596994 in popluar color models

596994
RGB89105148
HSL224°24.89%46.47%
HSB/HSV224°39.86%58.04%
CMYK39.86%29.05%0.00%
41.96%

Color #596994 in popluar number systems.

HEX596994
Decimal89105148
Binary1011001110100110010100
Octal131151224

Shades and tints

Shades of #596994

#596994
(89,105,148)
#516087
(81,96,135)
#49577A
(73,87,122)
#414E6D
(65,78,109)
#394560
(57,69,96)
#313C53
(49,60,83)
#293346
(41,51,70)
#212A39
(33,42,57)
#19212C
(25,33,44)
#11181F
(17,24,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #596994

#596994
(89,105,148)
#68769D
(104,118,157)
#7783A6
(119,131,166)
#8690AF
(134,144,175)
#959DB8
(149,157,184)
#A4AAC1
(164,170,193)
#B3B7CA
(179,183,202)
#C2C4D3
(194,196,211)
#D1D1DC
(209,209,220)
#E0DEE5
(224,222,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596994 color. Also use rgb(89,105,148) instead hex code.

Text Font Color

.myTextColor { color: #596994; }

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

This text font color is #596994.


Background Color

.myBgColor { background-color: #596994; }

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

This div background color is #596994.


Border color

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

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

This div border color is #596994.


Opacity

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

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

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

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

This text has shadow with #596994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596994 on black background.


Color preview on white background

This text has color #596994 on white background.



Black color preview on #596994 background

This text has black color on #596994 background.


White color preview on #596994 background

This text has white color on #596994 background.