COLOR #589FB0

HEX: #589FB0
RGB: (88,159,176)

Renk bilgisi

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

RGB renk modeli

#589FB0 color RGB value is (88,159,176).

  • kırmız ton 88;
  • yeşil ton 159;
  • mavi ton 176.
RGB:
(88,159,176)
(35%,62%,69%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 159 of 255 = 62%
B 176 of 255 = 69%

88
159
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 159 + 176 = 423 (100%)
R 88 of 423 ~ 20.8%
G 159 of 423 ~ 37.59%
B 176 of 423 ~ 41.61%

%20.8
%37.59
%41.61

CMYK RENK MODELİ

#589FB0 rengi CMYK tonu (50,10,0,31).

  • camgöbeği tonu 50.00%
  • eflatun tonu 9.66%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(50,10,0,31)
C50M10Y0K31 
(50%,10%,0%,31%)
(0.50/0.10/0.00/0.31)	

CMYK yüzdeleri

%50
%9.66
%0
%30.98

Codes

Color #589FB0 in popluar color models

589FB0
RGB88159176
HSL192°35.77%51.76%
HSB/HSV192°50.00%69.02%
CMYK50.00%9.66%0.00%
30.98%

Color #589FB0 in popluar number systems.

HEX589FB0
Decimal88159176
Binary10110001001111110110000
Octal130237260

Shades and tints

Shades of #589FB0

#589FB0
(88,159,176)
#5091A0
(80,145,160)
#488390
(72,131,144)
#407580
(64,117,128)
#386770
(56,103,112)
#305960
(48,89,96)
#284B50
(40,75,80)
#203D40
(32,61,64)
#182F30
(24,47,48)
#102120
(16,33,32)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #589FB0

#589FB0
(88,159,176)
#67A7B7
(103,167,183)
#76AFBE
(118,175,190)
#85B7C5
(133,183,197)
#94BFCC
(148,191,204)
#A3C7D3
(163,199,211)
#B2CFDA
(178,207,218)
#C1D7E1
(193,215,225)
#D0DFE8
(208,223,232)
#DFE7EF
(223,231,239)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589FB0 color. Also use rgb(88,159,176) instead hex code.

Text Font Color

.myTextColor { color: #589FB0; }

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

This text font color is #589FB0.


Background Color

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

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

This div background color is #589FB0.


Border color

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

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

This div border color is #589FB0.


Opacity

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

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

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

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

This text has shadow with #589FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589FB0 on black background.


Color preview on white background

This text has color #589FB0 on white background.



Black color preview on #589FB0 background

This text has black color on #589FB0 background.


White color preview on #589FB0 background

This text has white color on #589FB0 background.