COLOR #588594

HEX: #588594
RGB: (88,133,148)

Renk bilgisi

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

RGB renk modeli

#588594 color RGB value is (88,133,148).

  • kırmız ton 88;
  • yeşil ton 133;
  • mavi ton 148.
RGB:
(88,133,148)
(35%,52%,58%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 133 of 255 = 52%
B 148 of 255 = 58%

88
133
148

R + G + B ~ 48%. #588594 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 133 + 148 = 369 (100%)
R 88 of 369 ~ 23.85%
G 133 of 369 ~ 36.04%
B 148 of 369 ~ 40.11%

%23.85
%36.04
%40.11

CMYK RENK MODELİ

#588594 rengi CMYK tonu (41,10,0,42).

  • camgöbeği tonu 40.54%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(41,10,0,42)
C41M10Y0K42 
(41%,10%,0%,42%)
(0.41/0.10/0.00/0.42)	

CMYK yüzdeleri

%40.54
%10.14
%0
%41.96

Codes

Color #588594 in popluar color models

588594
RGB88133148
HSL195°25.42%46.27%
HSB/HSV195°40.54%58.04%
CMYK40.54%10.14%0.00%
41.96%

Color #588594 in popluar number systems.

HEX588594
Decimal88133148
Binary10110001000010110010100
Octal130205224

Shades and tints

Shades of #588594

#588594
(88,133,148)
#507987
(80,121,135)
#486D7A
(72,109,122)
#40616D
(64,97,109)
#385560
(56,85,96)
#304953
(48,73,83)
#283D46
(40,61,70)
#203139
(32,49,57)
#18252C
(24,37,44)
#10191F
(16,25,31)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #588594

#588594
(88,133,148)
#67909D
(103,144,157)
#769BA6
(118,155,166)
#85A6AF
(133,166,175)
#94B1B8
(148,177,184)
#A3BCC1
(163,188,193)
#B2C7CA
(178,199,202)
#C1D2D3
(193,210,211)
#D0DDDC
(208,221,220)
#DFE8E5
(223,232,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588594 color. Also use rgb(88,133,148) instead hex code.

Text Font Color

.myTextColor { color: #588594; }

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

This text font color is #588594.


Background Color

.myBgColor { background-color: #588594; }

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

This div background color is #588594.


Border color

.myBorderColor { border: 1px solid #588594; }

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

This div border color is #588594.


Opacity

.myOpacity80 { color: #588594; opacity: 0.8; }

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

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

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

This text has shadow with #588594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588594 on black background.


Color preview on white background

This text has color #588594 on white background.



Black color preview on #588594 background

This text has black color on #588594 background.


White color preview on #588594 background

This text has white color on #588594 background.