COLOR #599FA6

HEX: #599FA6
RGB: (89,159,166)

Renk bilgisi

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

RGB renk modeli

#599FA6 color RGB value is (89,159,166).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 159 of 255 = 62%
B 166 of 255 = 65%

89
159
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 159 + 166 = 414 (100%)
R 89 of 414 ~ 21.5%
G 159 of 414 ~ 38.41%
B 166 of 414 ~ 40.1%

%21.5
%38.41
%40.1

CMYK RENK MODELİ

#599FA6 rengi CMYK tonu (46,4,0,35).

  • camgöbeği tonu 46.39%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(46,4,0,35)
C46M4Y0K35 
(46%,4%,0%,35%)
(0.46/0.04/0.00/0.35)	

CMYK yüzdeleri

%46.39
%4.22
%0
%34.9

Codes

Color #599FA6 in popluar color models

599FA6
RGB89159166
HSL185°30.20%50.00%
HSB/HSV185°46.39%65.10%
CMYK46.39%4.22%0.00%
34.90%

Color #599FA6 in popluar number systems.

HEX599FA6
Decimal89159166
Binary10110011001111110100110
Octal131237246

Shades and tints

Shades of #599FA6

#599FA6
(89,159,166)
#519197
(81,145,151)
#498388
(73,131,136)
#417579
(65,117,121)
#39676A
(57,103,106)
#31595B
(49,89,91)
#294B4C
(41,75,76)
#213D3D
(33,61,61)
#192F2E
(25,47,46)
#11211F
(17,33,31)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #599FA6

#599FA6
(89,159,166)
#68A7AE
(104,167,174)
#77AFB6
(119,175,182)
#86B7BE
(134,183,190)
#95BFC6
(149,191,198)
#A4C7CE
(164,199,206)
#B3CFD6
(179,207,214)
#C2D7DE
(194,215,222)
#D1DFE6
(209,223,230)
#E0E7EE
(224,231,238)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599FA6 color. Also use rgb(89,159,166) instead hex code.

Text Font Color

.myTextColor { color: #599FA6; }

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

This text font color is #599FA6.


Background Color

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

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

This div background color is #599FA6.


Border color

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

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

This div border color is #599FA6.


Opacity

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

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

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

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

This text has shadow with #599FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599FA6 on black background.


Color preview on white background

This text has color #599FA6 on white background.



Black color preview on #599FA6 background

This text has black color on #599FA6 background.


White color preview on #599FA6 background

This text has white color on #599FA6 background.