COLOR #587A8B

HEX: #587A8B
RGB: (88,122,139)

Renk bilgisi

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

RGB renk modeli

#587A8B color RGB value is (88,122,139).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 122 of 255 = 48%
B 139 of 255 = 55%

88
122
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 122 + 139 = 349 (100%)
R 88 of 349 ~ 25.21%
G 122 of 349 ~ 34.96%
B 139 of 349 ~ 39.83%

%25.21
%34.96
%39.83

CMYK RENK MODELİ

#587A8B rengi CMYK tonu (37,12,0,45).

  • camgöbeği tonu 36.69%
  • eflatun tonu 12.23%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(37,12,0,45)
C37M12Y0K45 
(37%,12%,0%,45%)
(0.37/0.12/0.00/0.45)	

CMYK yüzdeleri

%36.69
%12.23
%0
%45.49

Codes

Color #587A8B in popluar color models

587A8B
RGB88122139
HSL200°22.47%44.51%
HSB/HSV200°36.69%54.51%
CMYK36.69%12.23%0.00%
45.49%

Color #587A8B in popluar number systems.

HEX587A8B
Decimal88122139
Binary1011000111101010001011
Octal130172213

Shades and tints

Shades of #587A8B

#587A8B
(88,122,139)
#506F7F
(80,111,127)
#486473
(72,100,115)
#405967
(64,89,103)
#384E5B
(56,78,91)
#30434F
(48,67,79)
#283843
(40,56,67)
#202D37
(32,45,55)
#18222B
(24,34,43)
#10171F
(16,23,31)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #587A8B

#587A8B
(88,122,139)
#678695
(103,134,149)
#76929F
(118,146,159)
#859EA9
(133,158,169)
#94AAB3
(148,170,179)
#A3B6BD
(163,182,189)
#B2C2C7
(178,194,199)
#C1CED1
(193,206,209)
#D0DADB
(208,218,219)
#DFE6E5
(223,230,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587A8B color. Also use rgb(88,122,139) instead hex code.

Text Font Color

.myTextColor { color: #587A8B; }

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

This text font color is #587A8B.


Background Color

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

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

This div background color is #587A8B.


Border color

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

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

This div border color is #587A8B.


Opacity

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

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

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

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

This text has shadow with #587A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A8B on black background.


Color preview on white background

This text has color #587A8B on white background.



Black color preview on #587A8B background

This text has black color on #587A8B background.


White color preview on #587A8B background

This text has white color on #587A8B background.