COLOR #599B90

HEX: #599B90
RGB: (89,155,144)

Renk bilgisi

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

RGB renk modeli

#599B90 color RGB value is (89,155,144).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 155 of 255 = 61%
B 144 of 255 = 56%

89
155
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 155 + 144 = 388 (100%)
R 89 of 388 ~ 22.94%
G 155 of 388 ~ 39.95%
B 144 of 388 ~ 37.11%

%22.94
%39.95
%37.11

CMYK RENK MODELİ

#599B90 rengi CMYK tonu (43,0,7,39).

  • camgöbeği tonu 42.58%
  • eflatun tonu 0.00%
  • sarı tonu 7.10%
  • ana renk tonu 39.22%
CMYK:
(43,0,7,39)
C43M0Y7K39 
(43%,0%,7%,39%)
(0.43/0.00/0.07/0.39)	

CMYK yüzdeleri

%42.58
%0
%7.1
%39.22

Codes

Color #599B90 in popluar color models

599B90
RGB89155144
HSL170°27.05%47.84%
HSB/HSV170°42.58%60.78%
CMYK42.58%0.00%7.10%
39.22%

Color #599B90 in popluar number systems.

HEX599B90
Decimal89155144
Binary10110011001101110010000
Octal131233220

Shades and tints

Shades of #599B90

#599B90
(89,155,144)
#518D83
(81,141,131)
#497F76
(73,127,118)
#417169
(65,113,105)
#39635C
(57,99,92)
#31554F
(49,85,79)
#294742
(41,71,66)
#213935
(33,57,53)
#192B28
(25,43,40)
#111D1B
(17,29,27)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #599B90

#599B90
(89,155,144)
#68A49A
(104,164,154)
#77ADA4
(119,173,164)
#86B6AE
(134,182,174)
#95BFB8
(149,191,184)
#A4C8C2
(164,200,194)
#B3D1CC
(179,209,204)
#C2DAD6
(194,218,214)
#D1E3E0
(209,227,224)
#E0ECEA
(224,236,234)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599B90; }

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

This text font color is #599B90.


Background Color

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

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

This div background color is #599B90.


Border color

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

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

This div border color is #599B90.


Opacity

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

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

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

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

This text has shadow with #599B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599B90 on black background.


Color preview on white background

This text has color #599B90 on white background.



Black color preview on #599B90 background

This text has black color on #599B90 background.


White color preview on #599B90 background

This text has white color on #599B90 background.