COLOR #596EDB

HEX: #596EDB
RGB: (89,110,219)

Renk bilgisi

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

RGB renk modeli

#596EDB color RGB value is (89,110,219).

  • kırmız ton 89;
  • yeşil ton 110;
  • mavi ton 219.
RGB:
(89,110,219)
(35%,43%,86%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 110 of 255 = 43%
B 219 of 255 = 86%

89
110
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 110 + 219 = 418 (100%)
R 89 of 418 ~ 21.29%
G 110 of 418 ~ 26.32%
B 219 of 418 ~ 52.39%

%21.29
%26.32
%52.39

CMYK RENK MODELİ

#596EDB rengi CMYK tonu (59,50,0,14).

  • camgöbeği tonu 59.36%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(59,50,0,14)
C59M50Y0K14 
(59%,50%,0%,14%)
(0.59/0.50/0.00/0.14)	

CMYK yüzdeleri

%59.36
%49.77
%0
%14.12

Codes

Color #596EDB in popluar color models

596EDB
RGB89110219
HSL230°64.36%60.39%
HSB/HSV230°59.36%85.88%
CMYK59.36%49.77%0.00%
14.12%

Color #596EDB in popluar number systems.

HEX596EDB
Decimal89110219
Binary1011001110111011011011
Octal131156333

Shades and tints

Shades of #596EDB

#596EDB
(89,110,219)
#5164C8
(81,100,200)
#495AB5
(73,90,181)
#4150A2
(65,80,162)
#39468F
(57,70,143)
#313C7C
(49,60,124)
#293269
(41,50,105)
#212856
(33,40,86)
#191E43
(25,30,67)
#111430
(17,20,48)
#090A1D
(9,10,29)
#000000
(0,0,0)

Tints of #596EDB

#596EDB
(89,110,219)
#687BDE
(104,123,222)
#7788E1
(119,136,225)
#8695E4
(134,149,228)
#95A2E7
(149,162,231)
#A4AFEA
(164,175,234)
#B3BCED
(179,188,237)
#C2C9F0
(194,201,240)
#D1D6F3
(209,214,243)
#E0E3F6
(224,227,246)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596EDB color. Also use rgb(89,110,219) instead hex code.

Text Font Color

.myTextColor { color: #596EDB; }

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

This text font color is #596EDB.


Background Color

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

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

This div background color is #596EDB.


Border color

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

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

This div border color is #596EDB.


Opacity

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

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

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

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

This text has shadow with #596EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596EDB on black background.


Color preview on white background

This text has color #596EDB on white background.



Black color preview on #596EDB background

This text has black color on #596EDB background.


White color preview on #596EDB background

This text has white color on #596EDB background.