COLOR #58587D

HEX: #58587D
RGB: (88,88,125)

Renk bilgisi

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

RGB renk modeli

#58587D color RGB value is (88,88,125).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 125 of 255 = 49%

88
88
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 125 = 301 (100%)
R 88 of 301 ~ 29.24%
G 88 of 301 ~ 29.24%
B 125 of 301 ~ 41.53%

%29.24
%29.24
%41.53

CMYK RENK MODELİ

#58587D rengi CMYK tonu (30,30,0,51).

  • camgöbeği tonu 29.60%
  • eflatun tonu 29.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(30,30,0,51)
C30M30Y0K51 
(30%,30%,0%,51%)
(0.30/0.30/0.00/0.51)	

CMYK yüzdeleri

%29.6
%29.6
%0
%50.98

Codes

Color #58587D in popluar color models

58587D
RGB8888125
HSL240°17.37%41.76%
HSB/HSV240°29.60%49.02%
CMYK29.60%29.60%0.00%
50.98%

Color #58587D in popluar number systems.

HEX58587D
Decimal8888125
Binary101100010110001111101
Octal130130175

Shades and tints

Shades of #58587D

#58587D
(88,88,125)
#505072
(80,80,114)
#484867
(72,72,103)
#40405C
(64,64,92)
#383851
(56,56,81)
#303046
(48,48,70)
#28283B
(40,40,59)
#202030
(32,32,48)
#181825
(24,24,37)
#10101A
(16,16,26)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #58587D

#58587D
(88,88,125)
#676788
(103,103,136)
#767693
(118,118,147)
#85859E
(133,133,158)
#9494A9
(148,148,169)
#A3A3B4
(163,163,180)
#B2B2BF
(178,178,191)
#C1C1CA
(193,193,202)
#D0D0D5
(208,208,213)
#DFDFE0
(223,223,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58587D color. Also use rgb(88,88,125) instead hex code.

Text Font Color

.myTextColor { color: #58587D; }

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

This text font color is #58587D.


Background Color

.myBgColor { background-color: #58587D; }

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

This div background color is #58587D.


Border color

.myBorderColor { border: 1px solid #58587D; }

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

This div border color is #58587D.


Opacity

.myOpacity80 { color: #58587D; opacity: 0.8; }

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

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

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

This text has shadow with #58587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58587D on black background.


Color preview on white background

This text has color #58587D on white background.



Black color preview on #58587D background

This text has black color on #58587D background.


White color preview on #58587D background

This text has white color on #58587D background.