COLOR #587B8D

HEX: #587B8D
RGB: (88,123,141)

Renk bilgisi

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

RGB renk modeli

#587B8D color RGB value is (88,123,141).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 123 of 255 = 48%
B 141 of 255 = 55%

88
123
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 123 + 141 = 352 (100%)
R 88 of 352 ~ 25%
G 123 of 352 ~ 34.94%
B 141 of 352 ~ 40.06%

%25
%34.94
%40.06

CMYK RENK MODELİ

#587B8D rengi CMYK tonu (38,13,0,45).

  • camgöbeği tonu 37.59%
  • eflatun tonu 12.77%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(38,13,0,45)
C38M13Y0K45 
(38%,13%,0%,45%)
(0.38/0.13/0.00/0.45)	

CMYK yüzdeleri

%37.59
%12.77
%0
%44.71

Codes

Color #587B8D in popluar color models

587B8D
RGB88123141
HSL200°23.14%44.90%
HSB/HSV200°37.59%55.29%
CMYK37.59%12.77%0.00%
44.71%

Color #587B8D in popluar number systems.

HEX587B8D
Decimal88123141
Binary1011000111101110001101
Octal130173215

Shades and tints

Shades of #587B8D

#587B8D
(88,123,141)
#507081
(80,112,129)
#486575
(72,101,117)
#405A69
(64,90,105)
#384F5D
(56,79,93)
#304451
(48,68,81)
#283945
(40,57,69)
#202E39
(32,46,57)
#18232D
(24,35,45)
#101821
(16,24,33)
#080D15
(8,13,21)
#000000
(0,0,0)

Tints of #587B8D

#587B8D
(88,123,141)
#678797
(103,135,151)
#7693A1
(118,147,161)
#859FAB
(133,159,171)
#94ABB5
(148,171,181)
#A3B7BF
(163,183,191)
#B2C3C9
(178,195,201)
#C1CFD3
(193,207,211)
#D0DBDD
(208,219,221)
#DFE7E7
(223,231,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587B8D; }

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

This text font color is #587B8D.


Background Color

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

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

This div background color is #587B8D.


Border color

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

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

This div border color is #587B8D.


Opacity

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

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

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

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

This text has shadow with #587B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B8D on black background.


Color preview on white background

This text has color #587B8D on white background.



Black color preview on #587B8D background

This text has black color on #587B8D background.


White color preview on #587B8D background

This text has white color on #587B8D background.