COLOR #588E99

HEX: #588E99
RGB: (88,142,153)

Renk bilgisi

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

RGB renk modeli

#588E99 color RGB value is (88,142,153).

  • kırmız ton 88;
  • yeşil ton 142;
  • mavi ton 153.
RGB:
(88,142,153)
(35%,56%,60%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 142 of 255 = 56%
B 153 of 255 = 60%

88
142
153

R + G + B ~ 50%. #588E99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 142 + 153 = 383 (100%)
R 88 of 383 ~ 22.98%
G 142 of 383 ~ 37.08%
B 153 of 383 ~ 39.95%

%22.98
%37.08
%39.95

CMYK RENK MODELİ

#588E99 rengi CMYK tonu (42,7,0,40).

  • camgöbeği tonu 42.48%
  • eflatun tonu 7.19%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(42,7,0,40)
C42M7Y0K40 
(42%,7%,0%,40%)
(0.42/0.07/0.00/0.40)	

CMYK yüzdeleri

%42.48
%7.19
%0
%40

Codes

Color #588E99 in popluar color models

588E99
RGB88142153
HSL190°26.97%47.25%
HSB/HSV190°42.48%60.00%
CMYK42.48%7.19%0.00%
40.00%

Color #588E99 in popluar number systems.

HEX588E99
Decimal88142153
Binary10110001000111010011001
Octal130216231

Shades and tints

Shades of #588E99

#588E99
(88,142,153)
#50828C
(80,130,140)
#48767F
(72,118,127)
#406A72
(64,106,114)
#385E65
(56,94,101)
#305258
(48,82,88)
#28464B
(40,70,75)
#203A3E
(32,58,62)
#182E31
(24,46,49)
#102224
(16,34,36)
#081617
(8,22,23)
#000000
(0,0,0)

Tints of #588E99

#588E99
(88,142,153)
#6798A2
(103,152,162)
#76A2AB
(118,162,171)
#85ACB4
(133,172,180)
#94B6BD
(148,182,189)
#A3C0C6
(163,192,198)
#B2CACF
(178,202,207)
#C1D4D8
(193,212,216)
#D0DEE1
(208,222,225)
#DFE8EA
(223,232,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588E99 color. Also use rgb(88,142,153) instead hex code.

Text Font Color

.myTextColor { color: #588E99; }

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

This text font color is #588E99.


Background Color

.myBgColor { background-color: #588E99; }

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

This div background color is #588E99.


Border color

.myBorderColor { border: 1px solid #588E99; }

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

This div border color is #588E99.


Opacity

.myOpacity80 { color: #588E99; opacity: 0.8; }

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

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

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

This text has shadow with #588E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588E99 on black background.


Color preview on white background

This text has color #588E99 on white background.



Black color preview on #588E99 background

This text has black color on #588E99 background.


White color preview on #588E99 background

This text has white color on #588E99 background.