COLOR #587B8F

HEX: #587B8F
RGB: (88,123,143)

Renk bilgisi

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

RGB renk modeli

#587B8F color RGB value is (88,123,143).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 123 of 255 = 48%
B 143 of 255 = 56%

88
123
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 123 + 143 = 354 (100%)
R 88 of 354 ~ 24.86%
G 123 of 354 ~ 34.75%
B 143 of 354 ~ 40.4%

%24.86
%34.75
%40.4

CMYK RENK MODELİ

#587B8F rengi CMYK tonu (38,14,0,44).

  • camgöbeği tonu 38.46%
  • eflatun tonu 13.99%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(38,14,0,44)
C38M14Y0K44 
(38%,14%,0%,44%)
(0.38/0.14/0.00/0.44)	

CMYK yüzdeleri

%38.46
%13.99
%0
%43.92

Codes

Color #587B8F in popluar color models

587B8F
RGB88123143
HSL202°23.81%45.29%
HSB/HSV202°38.46%56.08%
CMYK38.46%13.99%0.00%
43.92%

Color #587B8F in popluar number systems.

HEX587B8F
Decimal88123143
Binary1011000111101110001111
Octal130173217

Shades and tints

Shades of #587B8F

#587B8F
(88,123,143)
#507082
(80,112,130)
#486575
(72,101,117)
#405A68
(64,90,104)
#384F5B
(56,79,91)
#30444E
(48,68,78)
#283941
(40,57,65)
#202E34
(32,46,52)
#182327
(24,35,39)
#10181A
(16,24,26)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #587B8F

#587B8F
(88,123,143)
#678799
(103,135,153)
#7693A3
(118,147,163)
#859FAD
(133,159,173)
#94ABB7
(148,171,183)
#A3B7C1
(163,183,193)
#B2C3CB
(178,195,203)
#C1CFD5
(193,207,213)
#D0DBDF
(208,219,223)
#DFE7E9
(223,231,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587B8F; }

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

This text font color is #587B8F.


Background Color

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

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

This div background color is #587B8F.


Border color

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

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

This div border color is #587B8F.


Opacity

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

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

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

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

This text has shadow with #587B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B8F on black background.


Color preview on white background

This text has color #587B8F on white background.



Black color preview on #587B8F background

This text has black color on #587B8F background.


White color preview on #587B8F background

This text has white color on #587B8F background.