COLOR #588B9A

HEX: #588B9A
RGB: (88,139,154)

Renk bilgisi

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

RGB renk modeli

#588B9A color RGB value is (88,139,154).

  • kırmız ton 88;
  • yeşil ton 139;
  • mavi ton 154.
RGB:
(88,139,154)
(35%,55%,60%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 139 of 255 = 55%
B 154 of 255 = 60%

88
139
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 139 + 154 = 381 (100%)
R 88 of 381 ~ 23.1%
G 139 of 381 ~ 36.48%
B 154 of 381 ~ 40.42%

%23.1
%36.48
%40.42

CMYK RENK MODELİ

#588B9A rengi CMYK tonu (43,10,0,40).

  • camgöbeği tonu 42.86%
  • eflatun tonu 9.74%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(43,10,0,40)
C43M10Y0K40 
(43%,10%,0%,40%)
(0.43/0.10/0.00/0.40)	

CMYK yüzdeleri

%42.86
%9.74
%0
%39.61

Codes

Color #588B9A in popluar color models

588B9A
RGB88139154
HSL194°27.27%47.45%
HSB/HSV194°42.86%60.39%
CMYK42.86%9.74%0.00%
39.61%

Color #588B9A in popluar number systems.

HEX588B9A
Decimal88139154
Binary10110001000101110011010
Octal130213232

Shades and tints

Shades of #588B9A

#588B9A
(88,139,154)
#507F8C
(80,127,140)
#48737E
(72,115,126)
#406770
(64,103,112)
#385B62
(56,91,98)
#304F54
(48,79,84)
#284346
(40,67,70)
#203738
(32,55,56)
#182B2A
(24,43,42)
#101F1C
(16,31,28)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #588B9A

#588B9A
(88,139,154)
#6795A3
(103,149,163)
#769FAC
(118,159,172)
#85A9B5
(133,169,181)
#94B3BE
(148,179,190)
#A3BDC7
(163,189,199)
#B2C7D0
(178,199,208)
#C1D1D9
(193,209,217)
#D0DBE2
(208,219,226)
#DFE5EB
(223,229,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588B9A color. Also use rgb(88,139,154) instead hex code.

Text Font Color

.myTextColor { color: #588B9A; }

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

This text font color is #588B9A.


Background Color

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

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

This div background color is #588B9A.


Border color

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

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

This div border color is #588B9A.


Opacity

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

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

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

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

This text has shadow with #588B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588B9A on black background.


Color preview on white background

This text has color #588B9A on white background.



Black color preview on #588B9A background

This text has black color on #588B9A background.


White color preview on #588B9A background

This text has white color on #588B9A background.