COLOR #588997

HEX: #588997
RGB: (88,137,151)

Renk bilgisi

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

RGB renk modeli

#588997 color RGB value is (88,137,151).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 137 of 255 = 54%
B 151 of 255 = 59%

88
137
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 137 + 151 = 376 (100%)
R 88 of 376 ~ 23.4%
G 137 of 376 ~ 36.44%
B 151 of 376 ~ 40.16%

%23.4
%36.44
%40.16

CMYK RENK MODELİ

#588997 rengi CMYK tonu (42,9,0,41).

  • camgöbeği tonu 41.72%
  • eflatun tonu 9.27%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(42,9,0,41)
C42M9Y0K41 
(42%,9%,0%,41%)
(0.42/0.09/0.00/0.41)	

CMYK yüzdeleri

%41.72
%9.27
%0
%40.78

Codes

Color #588997 in popluar color models

588997
RGB88137151
HSL193°26.36%46.86%
HSB/HSV193°41.72%59.22%
CMYK41.72%9.27%0.00%
40.78%

Color #588997 in popluar number systems.

HEX588997
Decimal88137151
Binary10110001000100110010111
Octal130211227

Shades and tints

Shades of #588997

#588997
(88,137,151)
#507D8A
(80,125,138)
#48717D
(72,113,125)
#406570
(64,101,112)
#385963
(56,89,99)
#304D56
(48,77,86)
#284149
(40,65,73)
#20353C
(32,53,60)
#18292F
(24,41,47)
#101D22
(16,29,34)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #588997

#588997
(88,137,151)
#6793A0
(103,147,160)
#769DA9
(118,157,169)
#85A7B2
(133,167,178)
#94B1BB
(148,177,187)
#A3BBC4
(163,187,196)
#B2C5CD
(178,197,205)
#C1CFD6
(193,207,214)
#D0D9DF
(208,217,223)
#DFE3E8
(223,227,232)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588997; }

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

This text font color is #588997.


Background Color

.myBgColor { background-color: #588997; }

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

This div background color is #588997.


Border color

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

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

This div border color is #588997.


Opacity

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

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

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

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

This text has shadow with #588997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588997 on black background.


Color preview on white background

This text has color #588997 on white background.



Black color preview on #588997 background

This text has black color on #588997 background.


White color preview on #588997 background

This text has white color on #588997 background.