COLOR #588A87

HEX: #588A87
RGB: (88,138,135)

Renk bilgisi

#588A87 contains red, green and blue colors in about the same proportion. #588A87 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#588A87 color RGB value is (88,138,135).

  • kırmız ton 88;
  • yeşil ton 138;
  • mavi ton 135.
RGB:
(88,138,135)
(35%,54%,53%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 135 of 255 = 53%

88
138
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 135 = 361 (100%)
R 88 of 361 ~ 24.38%
G 138 of 361 ~ 38.23%
B 135 of 361 ~ 37.4%

%24.38
%38.23
%37.4

CMYK RENK MODELİ

#588A87 rengi CMYK tonu (36,0,2,46).

  • camgöbeği tonu 36.23%
  • eflatun tonu 0.00%
  • sarı tonu 2.17%
  • ana renk tonu 45.88%
CMYK:
(36,0,2,46)
C36M0Y2K46 
(36%,0%,2%,46%)
(0.36/0.00/0.02/0.46)	

CMYK yüzdeleri

%36.23
%0
%2.17
%45.88

Codes

Color #588A87 in popluar color models

588A87
RGB88138135
HSL176°22.12%44.31%
HSB/HSV176°36.23%54.12%
CMYK36.23%0.00%2.17%
45.88%

Color #588A87 in popluar number systems.

HEX588A87
Decimal88138135
Binary10110001000101010000111
Octal130212207

Shades and tints

Shades of #588A87

#588A87
(88,138,135)
#507E7B
(80,126,123)
#48726F
(72,114,111)
#406663
(64,102,99)
#385A57
(56,90,87)
#304E4B
(48,78,75)
#28423F
(40,66,63)
#203633
(32,54,51)
#182A27
(24,42,39)
#101E1B
(16,30,27)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #588A87

#588A87
(88,138,135)
#679491
(103,148,145)
#769E9B
(118,158,155)
#85A8A5
(133,168,165)
#94B2AF
(148,178,175)
#A3BCB9
(163,188,185)
#B2C6C3
(178,198,195)
#C1D0CD
(193,208,205)
#D0DAD7
(208,218,215)
#DFE4E1
(223,228,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A87 color. Also use rgb(88,138,135) instead hex code.

Text Font Color

.myTextColor { color: #588A87; }

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

This text font color is #588A87.


Background Color

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

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

This div background color is #588A87.


Border color

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

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

This div border color is #588A87.


Opacity

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

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

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

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

This text has shadow with #588A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A87 on black background.


Color preview on white background

This text has color #588A87 on white background.



Black color preview on #588A87 background

This text has black color on #588A87 background.


White color preview on #588A87 background

This text has white color on #588A87 background.