COLOR #5882D3

HEX: #5882D3
RGB: (88,130,211)

Renk bilgisi

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

RGB renk modeli

#5882D3 color RGB value is (88,130,211).

  • kırmız ton 88;
  • yeşil ton 130;
  • mavi ton 211.
RGB:
(88,130,211)
(35%,51%,83%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 130 of 255 = 51%
B 211 of 255 = 83%

88
130
211

R + G + B ~ 56%. #5882D3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 130 + 211 = 429 (100%)
R 88 of 429 ~ 20.51%
G 130 of 429 ~ 30.3%
B 211 of 429 ~ 49.18%

%20.51
%30.3
%49.18

CMYK RENK MODELİ

#5882D3 rengi CMYK tonu (58,38,0,17).

  • camgöbeği tonu 58.29%
  • eflatun tonu 38.39%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(58,38,0,17)
C58M38Y0K17 
(58%,38%,0%,17%)
(0.58/0.38/0.00/0.17)	

CMYK yüzdeleri

%58.29
%38.39
%0
%17.25

Codes

Color #5882D3 in popluar color models

5882D3
RGB88130211
HSL220°58.29%58.63%
HSB/HSV220°58.29%82.75%
CMYK58.29%38.39%0.00%
17.25%

Color #5882D3 in popluar number systems.

HEX5882D3
Decimal88130211
Binary10110001000001011010011
Octal130202323

Shades and tints

Shades of #5882D3

#5882D3
(88,130,211)
#5077C0
(80,119,192)
#486CAD
(72,108,173)
#40619A
(64,97,154)
#385687
(56,86,135)
#304B74
(48,75,116)
#284061
(40,64,97)
#20354E
(32,53,78)
#182A3B
(24,42,59)
#101F28
(16,31,40)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #5882D3

#5882D3
(88,130,211)
#678DD7
(103,141,215)
#7698DB
(118,152,219)
#85A3DF
(133,163,223)
#94AEE3
(148,174,227)
#A3B9E7
(163,185,231)
#B2C4EB
(178,196,235)
#C1CFEF
(193,207,239)
#D0DAF3
(208,218,243)
#DFE5F7
(223,229,247)
#EEF0FB
(238,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5882D3 color. Also use rgb(88,130,211) instead hex code.

Text Font Color

.myTextColor { color: #5882D3; }

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

This text font color is #5882D3.


Background Color

.myBgColor { background-color: #5882D3; }

<div style="background-color:#5882D3">Inner text</div>

This div background color is #5882D3.


Border color

.myBorderColor { border: 1px solid #5882D3; }

<div style="border:3px solid #5882D3">Div</div>

This div border color is #5882D3.


Opacity

.myOpacity80 { color: #5882D3; opacity: 0.8; }

<p style="color:#5882D3;opacity:0.8;">80%</p>

Text with #5882D3 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 #5882D3;}

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

This text has shadow with #5882D3 color.

.textShadow {text-shadow: 3px 3px 1px #5882D3, 3px 3px 1px red;}

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

This text has shadow with #5882D3 primary color and red secondary color.


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

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

This text has shadow with #5882D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5882D3 on black background.


Color preview on white background

This text has color #5882D3 on white background.



Black color preview on #5882D3 background

This text has black color on #5882D3 background.


White color preview on #5882D3 background

This text has white color on #5882D3 background.