COLOR #588EB5

HEX: #588EB5
RGB: (88,142,181)

Renk bilgisi

#588EB5 contains mainly green and blue colors. #588EB5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#588EB5 color RGB value is (88,142,181).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 142 of 255 = 56%
B 181 of 255 = 71%

88
142
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 142 + 181 = 411 (100%)
R 88 of 411 ~ 21.41%
G 142 of 411 ~ 34.55%
B 181 of 411 ~ 44.04%

%21.41
%34.55
%44.04

CMYK RENK MODELİ

#588EB5 rengi CMYK tonu (51,22,0,29).

  • camgöbeği tonu 51.38%
  • eflatun tonu 21.55%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(51,22,0,29)
C51M22Y0K29 
(51%,22%,0%,29%)
(0.51/0.22/0.00/0.29)	

CMYK yüzdeleri

%51.38
%21.55
%0
%29.02

Codes

Color #588EB5 in popluar color models

588EB5
RGB88142181
HSL205°38.59%52.75%
HSB/HSV205°51.38%70.98%
CMYK51.38%21.55%0.00%
29.02%

Color #588EB5 in popluar number systems.

HEX588EB5
Decimal88142181
Binary10110001000111010110101
Octal130216265

Shades and tints

Shades of #588EB5

#588EB5
(88,142,181)
#5082A5
(80,130,165)
#487695
(72,118,149)
#406A85
(64,106,133)
#385E75
(56,94,117)
#305265
(48,82,101)
#284655
(40,70,85)
#203A45
(32,58,69)
#182E35
(24,46,53)
#102225
(16,34,37)
#081615
(8,22,21)
#000000
(0,0,0)

Tints of #588EB5

#588EB5
(88,142,181)
#6798BB
(103,152,187)
#76A2C1
(118,162,193)
#85ACC7
(133,172,199)
#94B6CD
(148,182,205)
#A3C0D3
(163,192,211)
#B2CAD9
(178,202,217)
#C1D4DF
(193,212,223)
#D0DEE5
(208,222,229)
#DFE8EB
(223,232,235)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588EB5; }

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

This text font color is #588EB5.


Background Color

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

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

This div background color is #588EB5.


Border color

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

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

This div border color is #588EB5.


Opacity

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

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

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

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

This text has shadow with #588EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588EB5 on black background.


Color preview on white background

This text has color #588EB5 on white background.



Black color preview on #588EB5 background

This text has black color on #588EB5 background.


White color preview on #588EB5 background

This text has white color on #588EB5 background.