COLOR #59A5BA

HEX: #59A5BA
RGB: (89,165,186)

Renk bilgisi

#59A5BA contains mainly green and blue colors. #59A5BA ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#59A5BA color RGB value is (89,165,186).

  • kırmız ton 89;
  • yeşil ton 165;
  • mavi ton 186.
RGB:
(89,165,186)
(35%,65%,73%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 165 of 255 = 65%
B 186 of 255 = 73%

89
165
186

R + G + B ~ 58%. #59A5BA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 165 + 186 = 440 (100%)
R 89 of 440 ~ 20.23%
G 165 of 440 ~ 37.5%
B 186 of 440 ~ 42.27%

%20.23
%37.5
%42.27

CMYK RENK MODELİ

#59A5BA rengi CMYK tonu (52,11,0,27).

  • camgöbeği tonu 52.15%
  • eflatun tonu 11.29%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(52,11,0,27)
C52M11Y0K27 
(52%,11%,0%,27%)
(0.52/0.11/0.00/0.27)	

CMYK yüzdeleri

%52.15
%11.29
%0
%27.06

Codes

Color #59A5BA in popluar color models

59A5BA
RGB89165186
HSL193°41.28%53.92%
HSB/HSV193°52.15%72.94%
CMYK52.15%11.29%0.00%
27.06%

Color #59A5BA in popluar number systems.

HEX59A5BA
Decimal89165186
Binary10110011010010110111010
Octal131245272

Shades and tints

Shades of #59A5BA

#59A5BA
(89,165,186)
#5196AA
(81,150,170)
#49879A
(73,135,154)
#41788A
(65,120,138)
#39697A
(57,105,122)
#315A6A
(49,90,106)
#294B5A
(41,75,90)
#213C4A
(33,60,74)
#192D3A
(25,45,58)
#111E2A
(17,30,42)
#090F1A
(9,15,26)
#000000
(0,0,0)

Tints of #59A5BA

#59A5BA
(89,165,186)
#68ADC0
(104,173,192)
#77B5C6
(119,181,198)
#86BDCC
(134,189,204)
#95C5D2
(149,197,210)
#A4CDD8
(164,205,216)
#B3D5DE
(179,213,222)
#C2DDE4
(194,221,228)
#D1E5EA
(209,229,234)
#E0EDF0
(224,237,240)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A5BA color. Also use rgb(89,165,186) instead hex code.

Text Font Color

.myTextColor { color: #59A5BA; }

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

This text font color is #59A5BA.


Background Color

.myBgColor { background-color: #59A5BA; }

<div style="background-color:#59A5BA">Inner text</div>

This div background color is #59A5BA.


Border color

.myBorderColor { border: 1px solid #59A5BA; }

<div style="border:3px solid #59A5BA">Div</div>

This div border color is #59A5BA.


Opacity

.myOpacity80 { color: #59A5BA; opacity: 0.8; }

<p style="color:#59A5BA;opacity:0.8;">80%</p>

Text with #59A5BA 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 #59A5BA;}

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

This text has shadow with #59A5BA color.

.textShadow {text-shadow: 3px 3px 1px #59A5BA, 3px 3px 1px red;}

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

This text has shadow with #59A5BA primary color and red secondary color.


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

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

This text has shadow with #59A5BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A5BA on black background.


Color preview on white background

This text has color #59A5BA on white background.



Black color preview on #59A5BA background

This text has black color on #59A5BA background.


White color preview on #59A5BA background

This text has white color on #59A5BA background.