COLOR #587D87

HEX: #587D87
RGB: (88,125,135)

Renk bilgisi

#587D87 contains red, green and blue colors in about the same proportion. #587D87 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587D87 color RGB value is (88,125,135).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 125 of 255 = 49%
B 135 of 255 = 53%

88
125
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 125 + 135 = 348 (100%)
R 88 of 348 ~ 25.29%
G 125 of 348 ~ 35.92%
B 135 of 348 ~ 38.79%

%25.29
%35.92
%38.79

CMYK RENK MODELİ

#587D87 rengi CMYK tonu (35,7,0,47).

  • camgöbeği tonu 34.81%
  • eflatun tonu 7.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(35,7,0,47)
C35M7Y0K47 
(35%,7%,0%,47%)
(0.35/0.07/0.00/0.47)	

CMYK yüzdeleri

%34.81
%7.41
%0
%47.06

Codes

Color #587D87 in popluar color models

587D87
RGB88125135
HSL193°21.08%43.73%
HSB/HSV193°34.81%52.94%
CMYK34.81%7.41%0.00%
47.06%

Color #587D87 in popluar number systems.

HEX587D87
Decimal88125135
Binary1011000111110110000111
Octal130175207

Shades and tints

Shades of #587D87

#587D87
(88,125,135)
#50727B
(80,114,123)
#48676F
(72,103,111)
#405C63
(64,92,99)
#385157
(56,81,87)
#30464B
(48,70,75)
#283B3F
(40,59,63)
#203033
(32,48,51)
#182527
(24,37,39)
#101A1B
(16,26,27)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #587D87

#587D87
(88,125,135)
#678891
(103,136,145)
#76939B
(118,147,155)
#859EA5
(133,158,165)
#94A9AF
(148,169,175)
#A3B4B9
(163,180,185)
#B2BFC3
(178,191,195)
#C1CACD
(193,202,205)
#D0D5D7
(208,213,215)
#DFE0E1
(223,224,225)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587D87 color. Also use rgb(88,125,135) instead hex code.

Text Font Color

.myTextColor { color: #587D87; }

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

This text font color is #587D87.


Background Color

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

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

This div background color is #587D87.


Border color

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

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

This div border color is #587D87.


Opacity

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

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

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

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

This text has shadow with #587D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587D87 on black background.


Color preview on white background

This text has color #587D87 on white background.



Black color preview on #587D87 background

This text has black color on #587D87 background.


White color preview on #587D87 background

This text has white color on #587D87 background.