COLOR #599BAC

HEX: #599BAC
RGB: (89,155,172)

Renk bilgisi

#599BAC contains mainly green and blue colors. #599BAC ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#599BAC color RGB value is (89,155,172).

  • kırmız ton 89;
  • yeşil ton 155;
  • mavi ton 172.
RGB:
(89,155,172)
(35%,61%,67%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 172 of 255 = 67%

89
155
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 172 = 416 (100%)
R 89 of 416 ~ 21.39%
G 155 of 416 ~ 37.26%
B 172 of 416 ~ 41.35%

%21.39
%37.26
%41.35

CMYK RENK MODELİ

#599BAC rengi CMYK tonu (48,10,0,33).

  • camgöbeği tonu 48.26%
  • eflatun tonu 9.88%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(48,10,0,33)
C48M10Y0K33 
(48%,10%,0%,33%)
(0.48/0.10/0.00/0.33)	

CMYK yüzdeleri

%48.26
%9.88
%0
%32.55

Codes

Color #599BAC in popluar color models

599BAC
RGB89155172
HSL192°33.33%51.18%
HSB/HSV192°48.26%67.45%
CMYK48.26%9.88%0.00%
32.55%

Color #599BAC in popluar number systems.

HEX599BAC
Decimal89155172
Binary10110011001101110101100
Octal131233254

Shades and tints

Shades of #599BAC

#599BAC
(89,155,172)
#518D9D
(81,141,157)
#497F8E
(73,127,142)
#41717F
(65,113,127)
#396370
(57,99,112)
#315561
(49,85,97)
#294752
(41,71,82)
#213943
(33,57,67)
#192B34
(25,43,52)
#111D25
(17,29,37)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #599BAC

#599BAC
(89,155,172)
#68A4B3
(104,164,179)
#77ADBA
(119,173,186)
#86B6C1
(134,182,193)
#95BFC8
(149,191,200)
#A4C8CF
(164,200,207)
#B3D1D6
(179,209,214)
#C2DADD
(194,218,221)
#D1E3E4
(209,227,228)
#E0ECEB
(224,236,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599BAC color. Also use rgb(89,155,172) instead hex code.

Text Font Color

.myTextColor { color: #599BAC; }

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

This text font color is #599BAC.


Background Color

.myBgColor { background-color: #599BAC; }

<div style="background-color:#599BAC">Inner text</div>

This div background color is #599BAC.


Border color

.myBorderColor { border: 1px solid #599BAC; }

<div style="border:3px solid #599BAC">Div</div>

This div border color is #599BAC.


Opacity

.myOpacity80 { color: #599BAC; opacity: 0.8; }

<p style="color:#599BAC;opacity:0.8;">80%</p>

Text with #599BAC 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 #599BAC;}

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

This text has shadow with #599BAC color.

.textShadow {text-shadow: 3px 3px 1px #599BAC, 3px 3px 1px red;}

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

This text has shadow with #599BAC primary color and red secondary color.


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

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

This text has shadow with #599BAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599BAC on black background.


Color preview on white background

This text has color #599BAC on white background.



Black color preview on #599BAC background

This text has black color on #599BAC background.


White color preview on #599BAC background

This text has white color on #599BAC background.