COLOR #596ABE

HEX: #596ABE
RGB: (89,106,190)

Renk bilgisi

#596ABE contains mainly blue color. #596ABE ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#596ABE color RGB value is (89,106,190).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 190 of 255 = 75%

89
106
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 190 = 385 (100%)
R 89 of 385 ~ 23.12%
G 106 of 385 ~ 27.53%
B 190 of 385 ~ 49.35%

%23.12
%27.53
%49.35

CMYK RENK MODELİ

#596ABE rengi CMYK tonu (53,44,0,25).

  • camgöbeği tonu 53.16%
  • eflatun tonu 44.21%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(53,44,0,25)
C53M44Y0K25 
(53%,44%,0%,25%)
(0.53/0.44/0.00/0.25)	

CMYK yüzdeleri

%53.16
%44.21
%0
%25.49

Codes

Color #596ABE in popluar color models

596ABE
RGB89106190
HSL230°43.72%54.71%
HSB/HSV230°53.16%74.51%
CMYK53.16%44.21%0.00%
25.49%

Color #596ABE in popluar number systems.

HEX596ABE
Decimal89106190
Binary1011001110101010111110
Octal131152276

Shades and tints

Shades of #596ABE

#596ABE
(89,106,190)
#5161AD
(81,97,173)
#49589C
(73,88,156)
#414F8B
(65,79,139)
#39467A
(57,70,122)
#313D69
(49,61,105)
#293458
(41,52,88)
#212B47
(33,43,71)
#192236
(25,34,54)
#111925
(17,25,37)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #596ABE

#596ABE
(89,106,190)
#6877C3
(104,119,195)
#7784C8
(119,132,200)
#8691CD
(134,145,205)
#959ED2
(149,158,210)
#A4ABD7
(164,171,215)
#B3B8DC
(179,184,220)
#C2C5E1
(194,197,225)
#D1D2E6
(209,210,230)
#E0DFEB
(224,223,235)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596ABE; }

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

This text font color is #596ABE.


Background Color

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

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

This div background color is #596ABE.


Border color

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

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

This div border color is #596ABE.


Opacity

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

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

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

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

This text has shadow with #596ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596ABE on black background.


Color preview on white background

This text has color #596ABE on white background.



Black color preview on #596ABE background

This text has black color on #596ABE background.


White color preview on #596ABE background

This text has white color on #596ABE background.