COLOR #587E96

HEX: #587E96
RGB: (88,126,150)

Renk bilgisi

#587E96 contains mainly green and blue colors. #587E96 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587E96 color RGB value is (88,126,150).

  • kırmız ton 88;
  • yeşil ton 126;
  • mavi ton 150.
RGB:
(88,126,150)
(35%,49%,59%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 126 of 255 = 49%
B 150 of 255 = 59%

88
126
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 126 + 150 = 364 (100%)
R 88 of 364 ~ 24.18%
G 126 of 364 ~ 34.62%
B 150 of 364 ~ 41.21%

%24.18
%34.62
%41.21

CMYK RENK MODELİ

#587E96 rengi CMYK tonu (41,16,0,41).

  • camgöbeği tonu 41.33%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(41,16,0,41)
C41M16Y0K41 
(41%,16%,0%,41%)
(0.41/0.16/0.00/0.41)	

CMYK yüzdeleri

%41.33
%16
%0
%41.18

Codes

Color #587E96 in popluar color models

587E96
RGB88126150
HSL203°26.05%46.67%
HSB/HSV203°41.33%58.82%
CMYK41.33%16.00%0.00%
41.18%

Color #587E96 in popluar number systems.

HEX587E96
Decimal88126150
Binary1011000111111010010110
Octal130176226

Shades and tints

Shades of #587E96

#587E96
(88,126,150)
#507389
(80,115,137)
#48687C
(72,104,124)
#405D6F
(64,93,111)
#385262
(56,82,98)
#304755
(48,71,85)
#283C48
(40,60,72)
#20313B
(32,49,59)
#18262E
(24,38,46)
#101B21
(16,27,33)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #587E96

#587E96
(88,126,150)
#67899F
(103,137,159)
#7694A8
(118,148,168)
#859FB1
(133,159,177)
#94AABA
(148,170,186)
#A3B5C3
(163,181,195)
#B2C0CC
(178,192,204)
#C1CBD5
(193,203,213)
#D0D6DE
(208,214,222)
#DFE1E7
(223,225,231)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587E96 color. Also use rgb(88,126,150) instead hex code.

Text Font Color

.myTextColor { color: #587E96; }

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

This text font color is #587E96.


Background Color

.myBgColor { background-color: #587E96; }

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

This div background color is #587E96.


Border color

.myBorderColor { border: 1px solid #587E96; }

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

This div border color is #587E96.


Opacity

.myOpacity80 { color: #587E96; opacity: 0.8; }

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

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

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

This text has shadow with #587E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587E96 on black background.


Color preview on white background

This text has color #587E96 on white background.



Black color preview on #587E96 background

This text has black color on #587E96 background.


White color preview on #587E96 background

This text has white color on #587E96 background.