COLOR #596CD7

HEX: #596CD7
RGB: (89,108,215)

Renk bilgisi

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

RGB renk modeli

#596CD7 color RGB value is (89,108,215).

  • kırmız ton 89;
  • yeşil ton 108;
  • mavi ton 215.
RGB:
(89,108,215)
(35%,42%,84%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 215 of 255 = 84%

89
108
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 215 = 412 (100%)
R 89 of 412 ~ 21.6%
G 108 of 412 ~ 26.21%
B 215 of 412 ~ 52.18%

%21.6
%26.21
%52.18

CMYK RENK MODELİ

#596CD7 rengi CMYK tonu (59,50,0,16).

  • camgöbeği tonu 58.60%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(59,50,0,16)
C59M50Y0K16 
(59%,50%,0%,16%)
(0.59/0.50/0.00/0.16)	

CMYK yüzdeleri

%58.6
%49.77
%0
%15.69

Codes

Color #596CD7 in popluar color models

596CD7
RGB89108215
HSL231°61.17%59.61%
HSB/HSV231°58.60%84.31%
CMYK58.60%49.77%0.00%
15.69%

Color #596CD7 in popluar number systems.

HEX596CD7
Decimal89108215
Binary1011001110110011010111
Octal131154327

Shades and tints

Shades of #596CD7

#596CD7
(89,108,215)
#5163C4
(81,99,196)
#495AB1
(73,90,177)
#41519E
(65,81,158)
#39488B
(57,72,139)
#313F78
(49,63,120)
#293665
(41,54,101)
#212D52
(33,45,82)
#19243F
(25,36,63)
#111B2C
(17,27,44)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #596CD7

#596CD7
(89,108,215)
#6879DA
(104,121,218)
#7786DD
(119,134,221)
#8693E0
(134,147,224)
#95A0E3
(149,160,227)
#A4ADE6
(164,173,230)
#B3BAE9
(179,186,233)
#C2C7EC
(194,199,236)
#D1D4EF
(209,212,239)
#E0E1F2
(224,225,242)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596CD7 color. Also use rgb(89,108,215) instead hex code.

Text Font Color

.myTextColor { color: #596CD7; }

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

This text font color is #596CD7.


Background Color

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

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

This div background color is #596CD7.


Border color

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

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

This div border color is #596CD7.


Opacity

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

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

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

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

This text has shadow with #596CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596CD7 on black background.


Color preview on white background

This text has color #596CD7 on white background.



Black color preview on #596CD7 background

This text has black color on #596CD7 background.


White color preview on #596CD7 background

This text has white color on #596CD7 background.