COLOR #588690

HEX: #588690
RGB: (88,134,144)

Renk bilgisi

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

RGB renk modeli

#588690 color RGB value is (88,134,144).

  • kırmız ton 88;
  • yeşil ton 134;
  • mavi ton 144.
RGB:
(88,134,144)
(35%,53%,56%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 134 of 255 = 53%
B 144 of 255 = 56%

88
134
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 134 + 144 = 366 (100%)
R 88 of 366 ~ 24.04%
G 134 of 366 ~ 36.61%
B 144 of 366 ~ 39.34%

%24.04
%36.61
%39.34

CMYK RENK MODELİ

#588690 rengi CMYK tonu (39,7,0,44).

  • camgöbeği tonu 38.89%
  • eflatun tonu 6.94%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(39,7,0,44)
C39M7Y0K44 
(39%,7%,0%,44%)
(0.39/0.07/0.00/0.44)	

CMYK yüzdeleri

%38.89
%6.94
%0
%43.53

Codes

Color #588690 in popluar color models

588690
RGB88134144
HSL191°24.14%45.49%
HSB/HSV191°38.89%56.47%
CMYK38.89%6.94%0.00%
43.53%

Color #588690 in popluar number systems.

HEX588690
Decimal88134144
Binary10110001000011010010000
Octal130206220

Shades and tints

Shades of #588690

#588690
(88,134,144)
#507A83
(80,122,131)
#486E76
(72,110,118)
#406269
(64,98,105)
#38565C
(56,86,92)
#304A4F
(48,74,79)
#283E42
(40,62,66)
#203235
(32,50,53)
#182628
(24,38,40)
#101A1B
(16,26,27)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #588690

#588690
(88,134,144)
#67919A
(103,145,154)
#769CA4
(118,156,164)
#85A7AE
(133,167,174)
#94B2B8
(148,178,184)
#A3BDC2
(163,189,194)
#B2C8CC
(178,200,204)
#C1D3D6
(193,211,214)
#D0DEE0
(208,222,224)
#DFE9EA
(223,233,234)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588690 color. Also use rgb(88,134,144) instead hex code.

Text Font Color

.myTextColor { color: #588690; }

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

This text font color is #588690.


Background Color

.myBgColor { background-color: #588690; }

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

This div background color is #588690.


Border color

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

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

This div border color is #588690.


Opacity

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

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

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

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

This text has shadow with #588690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588690 on black background.


Color preview on white background

This text has color #588690 on white background.



Black color preview on #588690 background

This text has black color on #588690 background.


White color preview on #588690 background

This text has white color on #588690 background.