COLOR #5887E6

HEX: #5887E6
RGB: (88,135,230)

Renk bilgisi

#5887E6 contains mainly blue color. #5887E6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#5887E6 color RGB value is (88,135,230).

  • kırmız ton 88;
  • yeşil ton 135;
  • mavi ton 230.
RGB:
(88,135,230)
(35%,53%,90%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 135 of 255 = 53%
B 230 of 255 = 90%

88
135
230

R + G + B ~ 59%. #5887E6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 135 + 230 = 453 (100%)
R 88 of 453 ~ 19.43%
G 135 of 453 ~ 29.8%
B 230 of 453 ~ 50.77%

%19.43
%29.8
%50.77

CMYK RENK MODELİ

#5887E6 rengi CMYK tonu (62,41,0,10).

  • camgöbeği tonu 61.74%
  • eflatun tonu 41.30%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(62,41,0,10)
C62M41Y0K10 
(62%,41%,0%,10%)
(0.62/0.41/0.00/0.10)	

CMYK yüzdeleri

%61.74
%41.3
%0
%9.8

Codes

Color #5887E6 in popluar color models

5887E6
RGB88135230
HSL220°73.96%62.35%
HSB/HSV220°61.74%90.20%
CMYK61.74%41.30%0.00%
9.80%

Color #5887E6 in popluar number systems.

HEX5887E6
Decimal88135230
Binary10110001000011111100110
Octal130207346

Shades and tints

Shades of #5887E6

#5887E6
(88,135,230)
#507BD2
(80,123,210)
#486FBE
(72,111,190)
#4063AA
(64,99,170)
#385796
(56,87,150)
#304B82
(48,75,130)
#283F6E
(40,63,110)
#20335A
(32,51,90)
#182746
(24,39,70)
#101B32
(16,27,50)
#080F1E
(8,15,30)
#000000
(0,0,0)

Tints of #5887E6

#5887E6
(88,135,230)
#6791E8
(103,145,232)
#769BEA
(118,155,234)
#85A5EC
(133,165,236)
#94AFEE
(148,175,238)
#A3B9F0
(163,185,240)
#B2C3F2
(178,195,242)
#C1CDF4
(193,205,244)
#D0D7F6
(208,215,246)
#DFE1F8
(223,225,248)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5887E6 color. Also use rgb(88,135,230) instead hex code.

Text Font Color

.myTextColor { color: #5887E6; }

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

This text font color is #5887E6.


Background Color

.myBgColor { background-color: #5887E6; }

<div style="background-color:#5887E6">Inner text</div>

This div background color is #5887E6.


Border color

.myBorderColor { border: 1px solid #5887E6; }

<div style="border:3px solid #5887E6">Div</div>

This div border color is #5887E6.


Opacity

.myOpacity80 { color: #5887E6; opacity: 0.8; }

<p style="color:#5887E6;opacity:0.8;">80%</p>

Text with #5887E6 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 #5887E6;}

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

This text has shadow with #5887E6 color.

.textShadow {text-shadow: 3px 3px 1px #5887E6, 3px 3px 1px red;}

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

This text has shadow with #5887E6 primary color and red secondary color.


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

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

This text has shadow with #5887E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5887E6 on black background.


Color preview on white background

This text has color #5887E6 on white background.



Black color preview on #5887E6 background

This text has black color on #5887E6 background.


White color preview on #5887E6 background

This text has white color on #5887E6 background.