COLOR #587CB6

HEX: #587CB6
RGB: (88,124,182)

Renk bilgisi

#587CB6 contains mainly green and blue colors. #587CB6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#587CB6 color RGB value is (88,124,182).

  • kırmız ton 88;
  • yeşil ton 124;
  • mavi ton 182.
RGB:
(88,124,182)
(35%,49%,71%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 124 of 255 = 49%
B 182 of 255 = 71%

88
124
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 124 + 182 = 394 (100%)
R 88 of 394 ~ 22.34%
G 124 of 394 ~ 31.47%
B 182 of 394 ~ 46.19%

%22.34
%31.47
%46.19

CMYK RENK MODELİ

#587CB6 rengi CMYK tonu (52,32,0,29).

  • camgöbeği tonu 51.65%
  • eflatun tonu 31.87%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(52,32,0,29)
C52M32Y0K29 
(52%,32%,0%,29%)
(0.52/0.32/0.00/0.29)	

CMYK yüzdeleri

%51.65
%31.87
%0
%28.63

Codes

Color #587CB6 in popluar color models

587CB6
RGB88124182
HSL217°39.17%52.94%
HSB/HSV217°51.65%71.37%
CMYK51.65%31.87%0.00%
28.63%

Color #587CB6 in popluar number systems.

HEX587CB6
Decimal88124182
Binary1011000111110010110110
Octal130174266

Shades and tints

Shades of #587CB6

#587CB6
(88,124,182)
#5071A6
(80,113,166)
#486696
(72,102,150)
#405B86
(64,91,134)
#385076
(56,80,118)
#304566
(48,69,102)
#283A56
(40,58,86)
#202F46
(32,47,70)
#182436
(24,36,54)
#101926
(16,25,38)
#080E16
(8,14,22)
#000000
(0,0,0)

Tints of #587CB6

#587CB6
(88,124,182)
#6787BC
(103,135,188)
#7692C2
(118,146,194)
#859DC8
(133,157,200)
#94A8CE
(148,168,206)
#A3B3D4
(163,179,212)
#B2BEDA
(178,190,218)
#C1C9E0
(193,201,224)
#D0D4E6
(208,212,230)
#DFDFEC
(223,223,236)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587CB6 color. Also use rgb(88,124,182) instead hex code.

Text Font Color

.myTextColor { color: #587CB6; }

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

This text font color is #587CB6.


Background Color

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

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

This div background color is #587CB6.


Border color

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

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

This div border color is #587CB6.


Opacity

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

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

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

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

This text has shadow with #587CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587CB6 on black background.


Color preview on white background

This text has color #587CB6 on white background.



Black color preview on #587CB6 background

This text has black color on #587CB6 background.


White color preview on #587CB6 background

This text has white color on #587CB6 background.