COLOR #589C9B

HEX: #589C9B
RGB: (88,156,155)

Renk bilgisi

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

RGB renk modeli

#589C9B color RGB value is (88,156,155).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 156 of 255 = 61%
B 155 of 255 = 61%

88
156
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 156 + 155 = 399 (100%)
R 88 of 399 ~ 22.06%
G 156 of 399 ~ 39.1%
B 155 of 399 ~ 38.85%

%22.06
%39.1
%38.85

CMYK RENK MODELİ

#589C9B rengi CMYK tonu (44,0,1,39).

  • camgöbeği tonu 43.59%
  • eflatun tonu 0.00%
  • sarı tonu 0.64%
  • ana renk tonu 38.82%
CMYK:
(44,0,1,39)
C44M0Y1K39 
(44%,0%,1%,39%)
(0.44/0.00/0.01/0.39)	

CMYK yüzdeleri

%43.59
%0
%0.64
%38.82

Codes

Color #589C9B in popluar color models

589C9B
RGB88156155
HSL179°27.87%47.84%
HSB/HSV179°43.59%61.18%
CMYK43.59%0.00%0.64%
38.82%

Color #589C9B in popluar number systems.

HEX589C9B
Decimal88156155
Binary10110001001110010011011
Octal130234233

Shades and tints

Shades of #589C9B

#589C9B
(88,156,155)
#508E8D
(80,142,141)
#48807F
(72,128,127)
#407271
(64,114,113)
#386463
(56,100,99)
#305655
(48,86,85)
#284847
(40,72,71)
#203A39
(32,58,57)
#182C2B
(24,44,43)
#101E1D
(16,30,29)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #589C9B

#589C9B
(88,156,155)
#67A5A4
(103,165,164)
#76AEAD
(118,174,173)
#85B7B6
(133,183,182)
#94C0BF
(148,192,191)
#A3C9C8
(163,201,200)
#B2D2D1
(178,210,209)
#C1DBDA
(193,219,218)
#D0E4E3
(208,228,227)
#DFEDEC
(223,237,236)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589C9B; }

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

This text font color is #589C9B.


Background Color

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

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

This div background color is #589C9B.


Border color

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

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

This div border color is #589C9B.


Opacity

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

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

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

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

This text has shadow with #589C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589C9B on black background.


Color preview on white background

This text has color #589C9B on white background.



Black color preview on #589C9B background

This text has black color on #589C9B background.


White color preview on #589C9B background

This text has white color on #589C9B background.