COLOR #587AC2

HEX: #587AC2
RGB: (88,122,194)

Renk bilgisi

#587AC2 contains mainly blue color. #587AC2 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#587AC2 color RGB value is (88,122,194).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 122 of 255 = 48%
B 194 of 255 = 76%

88
122
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 122 + 194 = 404 (100%)
R 88 of 404 ~ 21.78%
G 122 of 404 ~ 30.2%
B 194 of 404 ~ 48.02%

%21.78
%30.2
%48.02

CMYK RENK MODELİ

#587AC2 rengi CMYK tonu (55,37,0,24).

  • camgöbeği tonu 54.64%
  • eflatun tonu 37.11%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(55,37,0,24)
C55M37Y0K24 
(55%,37%,0%,24%)
(0.55/0.37/0.00/0.24)	

CMYK yüzdeleri

%54.64
%37.11
%0
%23.92

Codes

Color #587AC2 in popluar color models

587AC2
RGB88122194
HSL221°46.49%55.29%
HSB/HSV221°54.64%76.08%
CMYK54.64%37.11%0.00%
23.92%

Color #587AC2 in popluar number systems.

HEX587AC2
Decimal88122194
Binary1011000111101011000010
Octal130172302

Shades and tints

Shades of #587AC2

#587AC2
(88,122,194)
#506FB1
(80,111,177)
#4864A0
(72,100,160)
#40598F
(64,89,143)
#384E7E
(56,78,126)
#30436D
(48,67,109)
#28385C
(40,56,92)
#202D4B
(32,45,75)
#18223A
(24,34,58)
#101729
(16,23,41)
#080C18
(8,12,24)
#000000
(0,0,0)

Tints of #587AC2

#587AC2
(88,122,194)
#6786C7
(103,134,199)
#7692CC
(118,146,204)
#859ED1
(133,158,209)
#94AAD6
(148,170,214)
#A3B6DB
(163,182,219)
#B2C2E0
(178,194,224)
#C1CEE5
(193,206,229)
#D0DAEA
(208,218,234)
#DFE6EF
(223,230,239)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587AC2; }

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

This text font color is #587AC2.


Background Color

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

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

This div background color is #587AC2.


Border color

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

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

This div border color is #587AC2.


Opacity

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

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

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

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

This text has shadow with #587AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587AC2 on black background.


Color preview on white background

This text has color #587AC2 on white background.



Black color preview on #587AC2 background

This text has black color on #587AC2 background.


White color preview on #587AC2 background

This text has white color on #587AC2 background.