COLOR #596A88

HEX: #596A88
RGB: (89,106,136)

Renk bilgisi

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

RGB renk modeli

#596A88 color RGB value is (89,106,136).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 136 of 255 = 53%

89
106
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 136 = 331 (100%)
R 89 of 331 ~ 26.89%
G 106 of 331 ~ 32.02%
B 136 of 331 ~ 41.09%

%26.89
%32.02
%41.09

CMYK RENK MODELİ

#596A88 rengi CMYK tonu (35,22,0,47).

  • camgöbeği tonu 34.56%
  • eflatun tonu 22.06%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(35,22,0,47)
C35M22Y0K47 
(35%,22%,0%,47%)
(0.35/0.22/0.00/0.47)	

CMYK yüzdeleri

%34.56
%22.06
%0
%46.67

Codes

Color #596A88 in popluar color models

596A88
RGB89106136
HSL218°20.89%44.12%
HSB/HSV218°34.56%53.33%
CMYK34.56%22.06%0.00%
46.67%

Color #596A88 in popluar number systems.

HEX596A88
Decimal89106136
Binary1011001110101010001000
Octal131152210

Shades and tints

Shades of #596A88

#596A88
(89,106,136)
#51617C
(81,97,124)
#495870
(73,88,112)
#414F64
(65,79,100)
#394658
(57,70,88)
#313D4C
(49,61,76)
#293440
(41,52,64)
#212B34
(33,43,52)
#192228
(25,34,40)
#11191C
(17,25,28)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #596A88

#596A88
(89,106,136)
#687792
(104,119,146)
#77849C
(119,132,156)
#8691A6
(134,145,166)
#959EB0
(149,158,176)
#A4ABBA
(164,171,186)
#B3B8C4
(179,184,196)
#C2C5CE
(194,197,206)
#D1D2D8
(209,210,216)
#E0DFE2
(224,223,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A88; }

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

This text font color is #596A88.


Background Color

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

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

This div background color is #596A88.


Border color

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

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

This div border color is #596A88.


Opacity

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

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

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

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

This text has shadow with #596A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A88 on black background.


Color preview on white background

This text has color #596A88 on white background.



Black color preview on #596A88 background

This text has black color on #596A88 background.


White color preview on #596A88 background

This text has white color on #596A88 background.