COLOR #596A98

HEX: #596A98
RGB: (89,106,152)

Renk bilgisi

#596A98 contains mainly green and blue colors. #596A98 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#596A98 color RGB value is (89,106,152).

  • kırmız ton 89;
  • yeşil ton 106;
  • mavi ton 152.
RGB:
(89,106,152)
(35%,42%,60%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 152 of 255 = 60%

89
106
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 152 = 347 (100%)
R 89 of 347 ~ 25.65%
G 106 of 347 ~ 30.55%
B 152 of 347 ~ 43.8%

%25.65
%30.55
%43.8

CMYK RENK MODELİ

#596A98 rengi CMYK tonu (41,30,0,40).

  • camgöbeği tonu 41.45%
  • eflatun tonu 30.26%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(41,30,0,40)
C41M30Y0K40 
(41%,30%,0%,40%)
(0.41/0.30/0.00/0.40)	

CMYK yüzdeleri

%41.45
%30.26
%0
%40.39

Codes

Color #596A98 in popluar color models

596A98
RGB89106152
HSL224°26.14%47.25%
HSB/HSV224°41.45%59.61%
CMYK41.45%30.26%0.00%
40.39%

Color #596A98 in popluar number systems.

HEX596A98
Decimal89106152
Binary1011001110101010011000
Octal131152230

Shades and tints

Shades of #596A98

#596A98
(89,106,152)
#51618B
(81,97,139)
#49587E
(73,88,126)
#414F71
(65,79,113)
#394664
(57,70,100)
#313D57
(49,61,87)
#29344A
(41,52,74)
#212B3D
(33,43,61)
#192230
(25,34,48)
#111923
(17,25,35)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #596A98

#596A98
(89,106,152)
#6877A1
(104,119,161)
#7784AA
(119,132,170)
#8691B3
(134,145,179)
#959EBC
(149,158,188)
#A4ABC5
(164,171,197)
#B3B8CE
(179,184,206)
#C2C5D7
(194,197,215)
#D1D2E0
(209,210,224)
#E0DFE9
(224,223,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596A98 color. Also use rgb(89,106,152) instead hex code.

Text Font Color

.myTextColor { color: #596A98; }

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

This text font color is #596A98.


Background Color

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

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

This div background color is #596A98.


Border color

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

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

This div border color is #596A98.


Opacity

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

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

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

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

This text has shadow with #596A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A98 on black background.


Color preview on white background

This text has color #596A98 on white background.



Black color preview on #596A98 background

This text has black color on #596A98 background.


White color preview on #596A98 background

This text has white color on #596A98 background.