COLOR #587FA9

HEX: #587FA9
RGB: (88,127,169)

Renk bilgisi

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

RGB renk modeli

#587FA9 color RGB value is (88,127,169).

  • kırmız ton 88;
  • yeşil ton 127;
  • mavi ton 169.
RGB:
(88,127,169)
(35%,50%,66%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 127 of 255 = 50%
B 169 of 255 = 66%

88
127
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 127 + 169 = 384 (100%)
R 88 of 384 ~ 22.92%
G 127 of 384 ~ 33.07%
B 169 of 384 ~ 44.01%

%22.92
%33.07
%44.01

CMYK RENK MODELİ

#587FA9 rengi CMYK tonu (48,25,0,34).

  • camgöbeği tonu 47.93%
  • eflatun tonu 24.85%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(48,25,0,34)
C48M25Y0K34 
(48%,25%,0%,34%)
(0.48/0.25/0.00/0.34)	

CMYK yüzdeleri

%47.93
%24.85
%0
%33.73

Codes

Color #587FA9 in popluar color models

587FA9
RGB88127169
HSL211°32.02%50.39%
HSB/HSV211°47.93%66.27%
CMYK47.93%24.85%0.00%
33.73%

Color #587FA9 in popluar number systems.

HEX587FA9
Decimal88127169
Binary1011000111111110101001
Octal130177251

Shades and tints

Shades of #587FA9

#587FA9
(88,127,169)
#50749A
(80,116,154)
#48698B
(72,105,139)
#405E7C
(64,94,124)
#38536D
(56,83,109)
#30485E
(48,72,94)
#283D4F
(40,61,79)
#203240
(32,50,64)
#182731
(24,39,49)
#101C22
(16,28,34)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #587FA9

#587FA9
(88,127,169)
#678AB0
(103,138,176)
#7695B7
(118,149,183)
#85A0BE
(133,160,190)
#94ABC5
(148,171,197)
#A3B6CC
(163,182,204)
#B2C1D3
(178,193,211)
#C1CCDA
(193,204,218)
#D0D7E1
(208,215,225)
#DFE2E8
(223,226,232)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587FA9 color. Also use rgb(88,127,169) instead hex code.

Text Font Color

.myTextColor { color: #587FA9; }

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

This text font color is #587FA9.


Background Color

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

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

This div background color is #587FA9.


Border color

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

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

This div border color is #587FA9.


Opacity

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

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

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

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

This text has shadow with #587FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587FA9 on black background.


Color preview on white background

This text has color #587FA9 on white background.



Black color preview on #587FA9 background

This text has black color on #587FA9 background.


White color preview on #587FA9 background

This text has white color on #587FA9 background.