COLOR #587C8D

HEX: #587C8D
RGB: (88,124,141)

Renk bilgisi

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

RGB renk modeli

#587C8D color RGB value is (88,124,141).

  • kırmız ton 88;
  • yeşil ton 124;
  • mavi ton 141.
RGB:
(88,124,141)
(35%,49%,55%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 124 of 255 = 49%
B 141 of 255 = 55%

88
124
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 124 + 141 = 353 (100%)
R 88 of 353 ~ 24.93%
G 124 of 353 ~ 35.13%
B 141 of 353 ~ 39.94%

%24.93
%35.13
%39.94

CMYK RENK MODELİ

#587C8D rengi CMYK tonu (38,12,0,45).

  • camgöbeği tonu 37.59%
  • eflatun tonu 12.06%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(38,12,0,45)
C38M12Y0K45 
(38%,12%,0%,45%)
(0.38/0.12/0.00/0.45)	

CMYK yüzdeleri

%37.59
%12.06
%0
%44.71

Codes

Color #587C8D in popluar color models

587C8D
RGB88124141
HSL199°23.14%44.90%
HSB/HSV199°37.59%55.29%
CMYK37.59%12.06%0.00%
44.71%

Color #587C8D in popluar number systems.

HEX587C8D
Decimal88124141
Binary1011000111110010001101
Octal130174215

Shades and tints

Shades of #587C8D

#587C8D
(88,124,141)
#507181
(80,113,129)
#486675
(72,102,117)
#405B69
(64,91,105)
#38505D
(56,80,93)
#304551
(48,69,81)
#283A45
(40,58,69)
#202F39
(32,47,57)
#18242D
(24,36,45)
#101921
(16,25,33)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #587C8D

#587C8D
(88,124,141)
#678797
(103,135,151)
#7692A1
(118,146,161)
#859DAB
(133,157,171)
#94A8B5
(148,168,181)
#A3B3BF
(163,179,191)
#B2BEC9
(178,190,201)
#C1C9D3
(193,201,211)
#D0D4DD
(208,212,221)
#DFDFE7
(223,223,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587C8D color. Also use rgb(88,124,141) instead hex code.

Text Font Color

.myTextColor { color: #587C8D; }

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

This text font color is #587C8D.


Background Color

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

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

This div background color is #587C8D.


Border color

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

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

This div border color is #587C8D.


Opacity

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

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

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

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

This text has shadow with #587C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587C8D on black background.


Color preview on white background

This text has color #587C8D on white background.



Black color preview on #587C8D background

This text has black color on #587C8D background.


White color preview on #587C8D background

This text has white color on #587C8D background.