COLOR #588AAC

HEX: #588AAC
RGB: (88,138,172)

Renk bilgisi

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

RGB renk modeli

#588AAC color RGB value is (88,138,172).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 172 of 255 = 67%

88
138
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 172 = 398 (100%)
R 88 of 398 ~ 22.11%
G 138 of 398 ~ 34.67%
B 172 of 398 ~ 43.22%

%22.11
%34.67
%43.22

CMYK RENK MODELİ

#588AAC rengi CMYK tonu (49,20,0,33).

  • camgöbeği tonu 48.84%
  • eflatun tonu 19.77%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(49,20,0,33)
C49M20Y0K33 
(49%,20%,0%,33%)
(0.49/0.20/0.00/0.33)	

CMYK yüzdeleri

%48.84
%19.77
%0
%32.55

Codes

Color #588AAC in popluar color models

588AAC
RGB88138172
HSL204°33.60%50.98%
HSB/HSV204°48.84%67.45%
CMYK48.84%19.77%0.00%
32.55%

Color #588AAC in popluar number systems.

HEX588AAC
Decimal88138172
Binary10110001000101010101100
Octal130212254

Shades and tints

Shades of #588AAC

#588AAC
(88,138,172)
#507E9D
(80,126,157)
#48728E
(72,114,142)
#40667F
(64,102,127)
#385A70
(56,90,112)
#304E61
(48,78,97)
#284252
(40,66,82)
#203643
(32,54,67)
#182A34
(24,42,52)
#101E25
(16,30,37)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #588AAC

#588AAC
(88,138,172)
#6794B3
(103,148,179)
#769EBA
(118,158,186)
#85A8C1
(133,168,193)
#94B2C8
(148,178,200)
#A3BCCF
(163,188,207)
#B2C6D6
(178,198,214)
#C1D0DD
(193,208,221)
#D0DAE4
(208,218,228)
#DFE4EB
(223,228,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588AAC; }

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

This text font color is #588AAC.


Background Color

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

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

This div background color is #588AAC.


Border color

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

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

This div border color is #588AAC.


Opacity

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

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

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

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

This text has shadow with #588AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588AAC on black background.


Color preview on white background

This text has color #588AAC on white background.



Black color preview on #588AAC background

This text has black color on #588AAC background.


White color preview on #588AAC background

This text has white color on #588AAC background.