COLOR #59A6BC

HEX: #59A6BC
RGB: (89,166,188)

Renk bilgisi

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

RGB renk modeli

#59A6BC color RGB value is (89,166,188).

  • kırmız ton 89;
  • yeşil ton 166;
  • mavi ton 188.
RGB:
(89,166,188)
(35%,65%,74%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 166 of 255 = 65%
B 188 of 255 = 74%

89
166
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 166 + 188 = 443 (100%)
R 89 of 443 ~ 20.09%
G 166 of 443 ~ 37.47%
B 188 of 443 ~ 42.44%

%20.09
%37.47
%42.44

CMYK RENK MODELİ

#59A6BC rengi CMYK tonu (53,12,0,26).

  • camgöbeği tonu 52.66%
  • eflatun tonu 11.70%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(53,12,0,26)
C53M12Y0K26 
(53%,12%,0%,26%)
(0.53/0.12/0.00/0.26)	

CMYK yüzdeleri

%52.66
%11.7
%0
%26.27

Codes

Color #59A6BC in popluar color models

59A6BC
RGB89166188
HSL193°42.49%54.31%
HSB/HSV193°52.66%73.73%
CMYK52.66%11.70%0.00%
26.27%

Color #59A6BC in popluar number systems.

HEX59A6BC
Decimal89166188
Binary10110011010011010111100
Octal131246274

Shades and tints

Shades of #59A6BC

#59A6BC
(89,166,188)
#5197AB
(81,151,171)
#49889A
(73,136,154)
#417989
(65,121,137)
#396A78
(57,106,120)
#315B67
(49,91,103)
#294C56
(41,76,86)
#213D45
(33,61,69)
#192E34
(25,46,52)
#111F23
(17,31,35)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #59A6BC

#59A6BC
(89,166,188)
#68AEC2
(104,174,194)
#77B6C8
(119,182,200)
#86BECE
(134,190,206)
#95C6D4
(149,198,212)
#A4CEDA
(164,206,218)
#B3D6E0
(179,214,224)
#C2DEE6
(194,222,230)
#D1E6EC
(209,230,236)
#E0EEF2
(224,238,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A6BC color. Also use rgb(89,166,188) instead hex code.

Text Font Color

.myTextColor { color: #59A6BC; }

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

This text font color is #59A6BC.


Background Color

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

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

This div background color is #59A6BC.


Border color

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

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

This div border color is #59A6BC.


Opacity

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

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

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

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

This text has shadow with #59A6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A6BC on black background.


Color preview on white background

This text has color #59A6BC on white background.



Black color preview on #59A6BC background

This text has black color on #59A6BC background.


White color preview on #59A6BC background

This text has white color on #59A6BC background.