COLOR #588EC8

HEX: #588EC8
RGB: (88,142,200)

Renk bilgisi

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

RGB renk modeli

#588EC8 color RGB value is (88,142,200).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 142 of 255 = 56%
B 200 of 255 = 78%

88
142
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 142 + 200 = 430 (100%)
R 88 of 430 ~ 20.47%
G 142 of 430 ~ 33.02%
B 200 of 430 ~ 46.51%

%20.47
%33.02
%46.51

CMYK RENK MODELİ

#588EC8 rengi CMYK tonu (56,29,0,22).

  • camgöbeği tonu 56.00%
  • eflatun tonu 29.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(56,29,0,22)
C56M29Y0K22 
(56%,29%,0%,22%)
(0.56/0.29/0.00/0.22)	

CMYK yüzdeleri

%56
%29
%0
%21.57

Codes

Color #588EC8 in popluar color models

588EC8
RGB88142200
HSL211°50.45%56.47%
HSB/HSV211°56.00%78.43%
CMYK56.00%29.00%0.00%
21.57%

Color #588EC8 in popluar number systems.

HEX588EC8
Decimal88142200
Binary10110001000111011001000
Octal130216310

Shades and tints

Shades of #588EC8

#588EC8
(88,142,200)
#5082B6
(80,130,182)
#4876A4
(72,118,164)
#406A92
(64,106,146)
#385E80
(56,94,128)
#30526E
(48,82,110)
#28465C
(40,70,92)
#203A4A
(32,58,74)
#182E38
(24,46,56)
#102226
(16,34,38)
#081614
(8,22,20)
#000000
(0,0,0)

Tints of #588EC8

#588EC8
(88,142,200)
#6798CD
(103,152,205)
#76A2D2
(118,162,210)
#85ACD7
(133,172,215)
#94B6DC
(148,182,220)
#A3C0E1
(163,192,225)
#B2CAE6
(178,202,230)
#C1D4EB
(193,212,235)
#D0DEF0
(208,222,240)
#DFE8F5
(223,232,245)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588EC8; }

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

This text font color is #588EC8.


Background Color

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

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

This div background color is #588EC8.


Border color

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

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

This div border color is #588EC8.


Opacity

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

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

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

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

This text has shadow with #588EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588EC8 on black background.


Color preview on white background

This text has color #588EC8 on white background.



Black color preview on #588EC8 background

This text has black color on #588EC8 background.


White color preview on #588EC8 background

This text has white color on #588EC8 background.