COLOR #58587B

HEX: #58587B
RGB: (88,88,123)

Renk bilgisi

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

RGB renk modeli

#58587B color RGB value is (88,88,123).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 123 of 255 = 48%

88
88
123

R + G + B ~ 39%. #58587B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 123 = 299 (100%)
R 88 of 299 ~ 29.43%
G 88 of 299 ~ 29.43%
B 123 of 299 ~ 41.14%

%29.43
%29.43
%41.14

CMYK RENK MODELİ

#58587B rengi CMYK tonu (28,28,0,52).

  • camgöbeği tonu 28.46%
  • eflatun tonu 28.46%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(28,28,0,52)
C28M28Y0K52 
(28%,28%,0%,52%)
(0.28/0.28/0.00/0.52)	

CMYK yüzdeleri

%28.46
%28.46
%0
%51.76

Codes

Color #58587B in popluar color models

58587B
RGB8888123
HSL240°16.59%41.37%
HSB/HSV240°28.46%48.24%
CMYK28.46%28.46%0.00%
51.76%

Color #58587B in popluar number systems.

HEX58587B
Decimal8888123
Binary101100010110001111011
Octal130130173

Shades and tints

Shades of #58587B

#58587B
(88,88,123)
#505070
(80,80,112)
#484865
(72,72,101)
#40405A
(64,64,90)
#38384F
(56,56,79)
#303044
(48,48,68)
#282839
(40,40,57)
#20202E
(32,32,46)
#181823
(24,24,35)
#101018
(16,16,24)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #58587B

#58587B
(88,88,123)
#676787
(103,103,135)
#767693
(118,118,147)
#85859F
(133,133,159)
#9494AB
(148,148,171)
#A3A3B7
(163,163,183)
#B2B2C3
(178,178,195)
#C1C1CF
(193,193,207)
#D0D0DB
(208,208,219)
#DFDFE7
(223,223,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58587B; }

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

This text font color is #58587B.


Background Color

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

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

This div background color is #58587B.


Border color

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

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

This div border color is #58587B.


Opacity

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

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

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

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

This text has shadow with #58587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58587B on black background.


Color preview on white background

This text has color #58587B on white background.



Black color preview on #58587B background

This text has black color on #58587B background.


White color preview on #58587B background

This text has white color on #58587B background.