COLOR #588DB1

HEX: #588DB1
RGB: (88,141,177)

Renk bilgisi

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

RGB renk modeli

#588DB1 color RGB value is (88,141,177).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 141 of 255 = 55%
B 177 of 255 = 69%

88
141
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 141 + 177 = 406 (100%)
R 88 of 406 ~ 21.67%
G 141 of 406 ~ 34.73%
B 177 of 406 ~ 43.6%

%21.67
%34.73
%43.6

CMYK RENK MODELİ

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

  • camgöbeği tonu 50.28%
  • eflatun tonu 20.34%
  • 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
%20.34
%0
%30.59

Codes

Color #588DB1 in popluar color models

588DB1
RGB88141177
HSL204°36.33%51.96%
HSB/HSV204°50.28%69.41%
CMYK50.28%20.34%0.00%
30.59%

Color #588DB1 in popluar number systems.

HEX588DB1
Decimal88141177
Binary10110001000110110110001
Octal130215261

Shades and tints

Shades of #588DB1

#588DB1
(88,141,177)
#5081A1
(80,129,161)
#487591
(72,117,145)
#406981
(64,105,129)
#385D71
(56,93,113)
#305161
(48,81,97)
#284551
(40,69,81)
#203941
(32,57,65)
#182D31
(24,45,49)
#102121
(16,33,33)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #588DB1

#588DB1
(88,141,177)
#6797B8
(103,151,184)
#76A1BF
(118,161,191)
#85ABC6
(133,171,198)
#94B5CD
(148,181,205)
#A3BFD4
(163,191,212)
#B2C9DB
(178,201,219)
#C1D3E2
(193,211,226)
#D0DDE9
(208,221,233)
#DFE7F0
(223,231,240)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588DB1; }

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

This text font color is #588DB1.


Background Color

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

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

This div background color is #588DB1.


Border color

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

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

This div border color is #588DB1.


Opacity

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

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

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

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

This text has shadow with #588DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588DB1 on black background.


Color preview on white background

This text has color #588DB1 on white background.



Black color preview on #588DB1 background

This text has black color on #588DB1 background.


White color preview on #588DB1 background

This text has white color on #588DB1 background.