COLOR #587980

HEX: #587980
RGB: (88,121,128)

Renk bilgisi

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

RGB renk modeli

#587980 color RGB value is (88,121,128).

  • kırmız ton 88;
  • yeşil ton 121;
  • mavi ton 128.
RGB:
(88,121,128)
(35%,47%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 121 of 255 = 47%
B 128 of 255 = 50%

88
121
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 121 + 128 = 337 (100%)
R 88 of 337 ~ 26.11%
G 121 of 337 ~ 35.91%
B 128 of 337 ~ 37.98%

%26.11
%35.91
%37.98

CMYK RENK MODELİ

#587980 rengi CMYK tonu (31,5,0,50).

  • camgöbeği tonu 31.25%
  • eflatun tonu 5.47%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(31,5,0,50)
C31M5Y0K50 
(31%,5%,0%,50%)
(0.31/0.05/0.00/0.50)	

CMYK yüzdeleri

%31.25
%5.47
%0
%49.8

Codes

Color #587980 in popluar color models

587980
RGB88121128
HSL191°18.52%42.35%
HSB/HSV191°31.25%50.20%
CMYK31.25%5.47%0.00%
49.80%

Color #587980 in popluar number systems.

HEX587980
Decimal88121128
Binary1011000111100110000000
Octal130171200

Shades and tints

Shades of #587980

#587980
(88,121,128)
#506E75
(80,110,117)
#48636A
(72,99,106)
#40585F
(64,88,95)
#384D54
(56,77,84)
#304249
(48,66,73)
#28373E
(40,55,62)
#202C33
(32,44,51)
#182128
(24,33,40)
#10161D
(16,22,29)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #587980

#587980
(88,121,128)
#67858B
(103,133,139)
#769196
(118,145,150)
#859DA1
(133,157,161)
#94A9AC
(148,169,172)
#A3B5B7
(163,181,183)
#B2C1C2
(178,193,194)
#C1CDCD
(193,205,205)
#D0D9D8
(208,217,216)
#DFE5E3
(223,229,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587980 color. Also use rgb(88,121,128) instead hex code.

Text Font Color

.myTextColor { color: #587980; }

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

This text font color is #587980.


Background Color

.myBgColor { background-color: #587980; }

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

This div background color is #587980.


Border color

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

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

This div border color is #587980.


Opacity

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

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

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

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

This text has shadow with #587980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587980 on black background.


Color preview on white background

This text has color #587980 on white background.



Black color preview on #587980 background

This text has black color on #587980 background.


White color preview on #587980 background

This text has white color on #587980 background.