COLOR #587EA0

HEX: #587EA0
RGB: (88,126,160)

Renk bilgisi

#587EA0 contains mainly green and blue colors. #587EA0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#587EA0 color RGB value is (88,126,160).

  • kırmız ton 88;
  • yeşil ton 126;
  • mavi ton 160.
RGB:
(88,126,160)
(35%,49%,63%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 126 of 255 = 49%
B 160 of 255 = 63%

88
126
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 126 + 160 = 374 (100%)
R 88 of 374 ~ 23.53%
G 126 of 374 ~ 33.69%
B 160 of 374 ~ 42.78%

%23.53
%33.69
%42.78

CMYK RENK MODELİ

#587EA0 rengi CMYK tonu (45,21,0,37).

  • camgöbeği tonu 45.00%
  • eflatun tonu 21.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(45,21,0,37)
C45M21Y0K37 
(45%,21%,0%,37%)
(0.45/0.21/0.00/0.37)	

CMYK yüzdeleri

%45
%21.25
%0
%37.25

Codes

Color #587EA0 in popluar color models

587EA0
RGB88126160
HSL208°29.03%48.63%
HSB/HSV208°45.00%62.75%
CMYK45.00%21.25%0.00%
37.25%

Color #587EA0 in popluar number systems.

HEX587EA0
Decimal88126160
Binary1011000111111010100000
Octal130176240

Shades and tints

Shades of #587EA0

#587EA0
(88,126,160)
#507392
(80,115,146)
#486884
(72,104,132)
#405D76
(64,93,118)
#385268
(56,82,104)
#30475A
(48,71,90)
#283C4C
(40,60,76)
#20313E
(32,49,62)
#182630
(24,38,48)
#101B22
(16,27,34)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #587EA0

#587EA0
(88,126,160)
#6789A8
(103,137,168)
#7694B0
(118,148,176)
#859FB8
(133,159,184)
#94AAC0
(148,170,192)
#A3B5C8
(163,181,200)
#B2C0D0
(178,192,208)
#C1CBD8
(193,203,216)
#D0D6E0
(208,214,224)
#DFE1E8
(223,225,232)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587EA0 color. Also use rgb(88,126,160) instead hex code.

Text Font Color

.myTextColor { color: #587EA0; }

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

This text font color is #587EA0.


Background Color

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

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

This div background color is #587EA0.


Border color

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

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

This div border color is #587EA0.


Opacity

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

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

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

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

This text has shadow with #587EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587EA0 on black background.


Color preview on white background

This text has color #587EA0 on white background.



Black color preview on #587EA0 background

This text has black color on #587EA0 background.


White color preview on #587EA0 background

This text has white color on #587EA0 background.