COLOR #588EB1

HEX: #588EB1
RGB: (88,142,177)

Renk bilgisi

#588EB1 contains mainly green and blue colors. #588EB1 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#588EB1 color RGB value is (88,142,177).

  • kırmız ton 88;
  • yeşil ton 142;
  • mavi ton 177.
RGB:
(88,142,177)
(35%,56%,69%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 142 of 255 = 56%
B 177 of 255 = 69%

88
142
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 142 + 177 = 407 (100%)
R 88 of 407 ~ 21.62%
G 142 of 407 ~ 34.89%
B 177 of 407 ~ 43.49%

%21.62
%34.89
%43.49

CMYK RENK MODELİ

#588EB1 rengi CMYK tonu (50,20,0,31).

  • camgöbeği tonu 50.28%
  • eflatun tonu 19.77%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(50,20,0,31)
C50M20Y0K31 
(50%,20%,0%,31%)
(0.50/0.20/0.00/0.31)	

CMYK yüzdeleri

%50.28
%19.77
%0
%30.59

Codes

Color #588EB1 in popluar color models

588EB1
RGB88142177
HSL204°36.33%51.96%
HSB/HSV204°50.28%69.41%
CMYK50.28%19.77%0.00%
30.59%

Color #588EB1 in popluar number systems.

HEX588EB1
Decimal88142177
Binary10110001000111010110001
Octal130216261

Shades and tints

Shades of #588EB1

#588EB1
(88,142,177)
#5082A1
(80,130,161)
#487691
(72,118,145)
#406A81
(64,106,129)
#385E71
(56,94,113)
#305261
(48,82,97)
#284651
(40,70,81)
#203A41
(32,58,65)
#182E31
(24,46,49)
#102221
(16,34,33)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #588EB1

#588EB1
(88,142,177)
#6798B8
(103,152,184)
#76A2BF
(118,162,191)
#85ACC6
(133,172,198)
#94B6CD
(148,182,205)
#A3C0D4
(163,192,212)
#B2CADB
(178,202,219)
#C1D4E2
(193,212,226)
#D0DEE9
(208,222,233)
#DFE8F0
(223,232,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588EB1 color. Also use rgb(88,142,177) instead hex code.

Text Font Color

.myTextColor { color: #588EB1; }

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

This text font color is #588EB1.


Background Color

.myBgColor { background-color: #588EB1; }

<div style="background-color:#588EB1">Inner text</div>

This div background color is #588EB1.


Border color

.myBorderColor { border: 1px solid #588EB1; }

<div style="border:3px solid #588EB1">Div</div>

This div border color is #588EB1.


Opacity

.myOpacity80 { color: #588EB1; opacity: 0.8; }

<p style="color:#588EB1;opacity:0.8;">80%</p>

Text with #588EB1 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 #588EB1;}

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

This text has shadow with #588EB1 color.

.textShadow {text-shadow: 3px 3px 1px #588EB1, 3px 3px 1px red;}

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

This text has shadow with #588EB1 primary color and red secondary color.


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

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

This text has shadow with #588EB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588EB1 on black background.


Color preview on white background

This text has color #588EB1 on white background.



Black color preview on #588EB1 background

This text has black color on #588EB1 background.


White color preview on #588EB1 background

This text has white color on #588EB1 background.