COLOR #589497

HEX: #589497
RGB: (88,148,151)

Renk bilgisi

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

RGB renk modeli

#589497 color RGB value is (88,148,151).

  • kırmız ton 88;
  • yeşil ton 148;
  • mavi ton 151.
RGB:
(88,148,151)
(35%,58%,59%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 148 of 255 = 58%
B 151 of 255 = 59%

88
148
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 148 + 151 = 387 (100%)
R 88 of 387 ~ 22.74%
G 148 of 387 ~ 38.24%
B 151 of 387 ~ 39.02%

%22.74
%38.24
%39.02

CMYK RENK MODELİ

#589497 rengi CMYK tonu (42,2,0,41).

  • camgöbeği tonu 41.72%
  • eflatun tonu 1.99%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(42,2,0,41)
C42M2Y0K41 
(42%,2%,0%,41%)
(0.42/0.02/0.00/0.41)	

CMYK yüzdeleri

%41.72
%1.99
%0
%40.78

Codes

Color #589497 in popluar color models

589497
RGB88148151
HSL183°26.36%46.86%
HSB/HSV183°41.72%59.22%
CMYK41.72%1.99%0.00%
40.78%

Color #589497 in popluar number systems.

HEX589497
Decimal88148151
Binary10110001001010010010111
Octal130224227

Shades and tints

Shades of #589497

#589497
(88,148,151)
#50878A
(80,135,138)
#487A7D
(72,122,125)
#406D70
(64,109,112)
#386063
(56,96,99)
#305356
(48,83,86)
#284649
(40,70,73)
#20393C
(32,57,60)
#182C2F
(24,44,47)
#101F22
(16,31,34)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #589497

#589497
(88,148,151)
#679DA0
(103,157,160)
#76A6A9
(118,166,169)
#85AFB2
(133,175,178)
#94B8BB
(148,184,187)
#A3C1C4
(163,193,196)
#B2CACD
(178,202,205)
#C1D3D6
(193,211,214)
#D0DCDF
(208,220,223)
#DFE5E8
(223,229,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589497 color. Also use rgb(88,148,151) instead hex code.

Text Font Color

.myTextColor { color: #589497; }

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

This text font color is #589497.


Background Color

.myBgColor { background-color: #589497; }

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

This div background color is #589497.


Border color

.myBorderColor { border: 1px solid #589497; }

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

This div border color is #589497.


Opacity

.myOpacity80 { color: #589497; opacity: 0.8; }

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

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

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

This text has shadow with #589497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589497 on black background.


Color preview on white background

This text has color #589497 on white background.



Black color preview on #589497 background

This text has black color on #589497 background.


White color preview on #589497 background

This text has white color on #589497 background.