COLOR #588AA8

HEX: #588AA8
RGB: (88,138,168)

Renk bilgisi

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

RGB renk modeli

#588AA8 color RGB value is (88,138,168).

  • kırmız ton 88;
  • yeşil ton 138;
  • mavi ton 168.
RGB:
(88,138,168)
(35%,54%,66%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 168 of 255 = 66%

88
138
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 168 = 394 (100%)
R 88 of 394 ~ 22.34%
G 138 of 394 ~ 35.03%
B 168 of 394 ~ 42.64%

%22.34
%35.03
%42.64

CMYK RENK MODELİ

#588AA8 rengi CMYK tonu (48,18,0,34).

  • camgöbeği tonu 47.62%
  • eflatun tonu 17.86%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(48,18,0,34)
C48M18Y0K34 
(48%,18%,0%,34%)
(0.48/0.18/0.00/0.34)	

CMYK yüzdeleri

%47.62
%17.86
%0
%34.12

Codes

Color #588AA8 in popluar color models

588AA8
RGB88138168
HSL203°31.50%50.20%
HSB/HSV203°47.62%65.88%
CMYK47.62%17.86%0.00%
34.12%

Color #588AA8 in popluar number systems.

HEX588AA8
Decimal88138168
Binary10110001000101010101000
Octal130212250

Shades and tints

Shades of #588AA8

#588AA8
(88,138,168)
#507E99
(80,126,153)
#48728A
(72,114,138)
#40667B
(64,102,123)
#385A6C
(56,90,108)
#304E5D
(48,78,93)
#28424E
(40,66,78)
#20363F
(32,54,63)
#182A30
(24,42,48)
#101E21
(16,30,33)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #588AA8

#588AA8
(88,138,168)
#6794AF
(103,148,175)
#769EB6
(118,158,182)
#85A8BD
(133,168,189)
#94B2C4
(148,178,196)
#A3BCCB
(163,188,203)
#B2C6D2
(178,198,210)
#C1D0D9
(193,208,217)
#D0DAE0
(208,218,224)
#DFE4E7
(223,228,231)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588AA8 color. Also use rgb(88,138,168) instead hex code.

Text Font Color

.myTextColor { color: #588AA8; }

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

This text font color is #588AA8.


Background Color

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

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

This div background color is #588AA8.


Border color

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

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

This div border color is #588AA8.


Opacity

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

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

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

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

This text has shadow with #588AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588AA8 on black background.


Color preview on white background

This text has color #588AA8 on white background.



Black color preview on #588AA8 background

This text has black color on #588AA8 background.


White color preview on #588AA8 background

This text has white color on #588AA8 background.