COLOR #589B8F

HEX: #589B8F
RGB: (88,155,143)

Renk bilgisi

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

RGB renk modeli

#589B8F color RGB value is (88,155,143).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 155 of 255 = 61%
B 143 of 255 = 56%

88
155
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 155 + 143 = 386 (100%)
R 88 of 386 ~ 22.8%
G 155 of 386 ~ 40.16%
B 143 of 386 ~ 37.05%

%22.8
%40.16
%37.05

CMYK RENK MODELİ

#589B8F rengi CMYK tonu (43,0,8,39).

  • camgöbeği tonu 43.23%
  • eflatun tonu 0.00%
  • sarı tonu 7.74%
  • ana renk tonu 39.22%
CMYK:
(43,0,8,39)
C43M0Y8K39 
(43%,0%,8%,39%)
(0.43/0.00/0.08/0.39)	

CMYK yüzdeleri

%43.23
%0
%7.74
%39.22

Codes

Color #589B8F in popluar color models

589B8F
RGB88155143
HSL169°27.57%47.65%
HSB/HSV169°43.23%60.78%
CMYK43.23%0.00%7.74%
39.22%

Color #589B8F in popluar number systems.

HEX589B8F
Decimal88155143
Binary10110001001101110001111
Octal130233217

Shades and tints

Shades of #589B8F

#589B8F
(88,155,143)
#508D82
(80,141,130)
#487F75
(72,127,117)
#407168
(64,113,104)
#38635B
(56,99,91)
#30554E
(48,85,78)
#284741
(40,71,65)
#203934
(32,57,52)
#182B27
(24,43,39)
#101D1A
(16,29,26)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #589B8F

#589B8F
(88,155,143)
#67A499
(103,164,153)
#76ADA3
(118,173,163)
#85B6AD
(133,182,173)
#94BFB7
(148,191,183)
#A3C8C1
(163,200,193)
#B2D1CB
(178,209,203)
#C1DAD5
(193,218,213)
#D0E3DF
(208,227,223)
#DFECE9
(223,236,233)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589B8F color. Also use rgb(88,155,143) instead hex code.

Text Font Color

.myTextColor { color: #589B8F; }

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

This text font color is #589B8F.


Background Color

.myBgColor { background-color: #589B8F; }

<div style="background-color:#589B8F">Inner text</div>

This div background color is #589B8F.


Border color

.myBorderColor { border: 1px solid #589B8F; }

<div style="border:3px solid #589B8F">Div</div>

This div border color is #589B8F.


Opacity

.myOpacity80 { color: #589B8F; opacity: 0.8; }

<p style="color:#589B8F;opacity:0.8;">80%</p>

Text with #589B8F 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 #589B8F;}

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

This text has shadow with #589B8F color.

.textShadow {text-shadow: 3px 3px 1px #589B8F, 3px 3px 1px red;}

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

This text has shadow with #589B8F primary color and red secondary color.


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

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

This text has shadow with #589B8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589B8F on black background.


Color preview on white background

This text has color #589B8F on white background.



Black color preview on #589B8F background

This text has black color on #589B8F background.


White color preview on #589B8F background

This text has white color on #589B8F background.