COLOR #58597C

HEX: #58597C
RGB: (88,89,124)

Renk bilgisi

#58597C contains red, green and blue colors in about the same proportion. #58597C ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#58597C color RGB value is (88,89,124).

  • kırmız ton 88;
  • yeşil ton 89;
  • mavi ton 124.
RGB:
(88,89,124)
(35%,35%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 89 of 255 = 35%
B 124 of 255 = 49%

88
89
124

R + G + B ~ 40%. #58597C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 89 + 124 = 301 (100%)
R 88 of 301 ~ 29.24%
G 89 of 301 ~ 29.57%
B 124 of 301 ~ 41.2%

%29.24
%29.57
%41.2

CMYK RENK MODELİ

#58597C rengi CMYK tonu (29,28,0,51).

  • camgöbeği tonu 29.03%
  • eflatun tonu 28.23%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(29,28,0,51)
C29M28Y0K51 
(29%,28%,0%,51%)
(0.29/0.28/0.00/0.51)	

CMYK yüzdeleri

%29.03
%28.23
%0
%51.37

Codes

Color #58597C in popluar color models

58597C
RGB8889124
HSL238°16.98%41.57%
HSB/HSV238°29.03%48.63%
CMYK29.03%28.23%0.00%
51.37%

Color #58597C in popluar number systems.

HEX58597C
Decimal8889124
Binary101100010110011111100
Octal130131174

Shades and tints

Shades of #58597C

#58597C
(88,89,124)
#505171
(80,81,113)
#484966
(72,73,102)
#40415B
(64,65,91)
#383950
(56,57,80)
#303145
(48,49,69)
#28293A
(40,41,58)
#20212F
(32,33,47)
#181924
(24,25,36)
#101119
(16,17,25)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #58597C

#58597C
(88,89,124)
#676887
(103,104,135)
#767792
(118,119,146)
#85869D
(133,134,157)
#9495A8
(148,149,168)
#A3A4B3
(163,164,179)
#B2B3BE
(178,179,190)
#C1C2C9
(193,194,201)
#D0D1D4
(208,209,212)
#DFE0DF
(223,224,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58597C color. Also use rgb(88,89,124) instead hex code.

Text Font Color

.myTextColor { color: #58597C; }

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

This text font color is #58597C.


Background Color

.myBgColor { background-color: #58597C; }

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

This div background color is #58597C.


Border color

.myBorderColor { border: 1px solid #58597C; }

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

This div border color is #58597C.


Opacity

.myOpacity80 { color: #58597C; opacity: 0.8; }

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

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

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

This text has shadow with #58597C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58597C on black background.


Color preview on white background

This text has color #58597C on white background.



Black color preview on #58597C background

This text has black color on #58597C background.


White color preview on #58597C background

This text has white color on #58597C background.