COLOR #585580

HEX: #585580
RGB: (88,85,128)

Renk bilgisi

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

RGB renk modeli

#585580 color RGB value is (88,85,128).

  • kırmız ton 88;
  • yeşil ton 85;
  • mavi ton 128.
RGB:
(88,85,128)
(35%,33%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 128 of 255 = 50%

88
85
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 128 = 301 (100%)
R 88 of 301 ~ 29.24%
G 85 of 301 ~ 28.24%
B 128 of 301 ~ 42.52%

%29.24
%28.24
%42.52

CMYK RENK MODELİ

#585580 rengi CMYK tonu (31,34,0,50).

  • camgöbeği tonu 31.25%
  • eflatun tonu 33.59%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(31,34,0,50)
C31M34Y0K50 
(31%,34%,0%,50%)
(0.31/0.34/0.00/0.50)	

CMYK yüzdeleri

%31.25
%33.59
%0
%49.8

Codes

Color #585580 in popluar color models

585580
RGB8885128
HSL244°20.19%41.76%
HSB/HSV244°33.59%50.20%
CMYK31.25%33.59%0.00%
49.80%

Color #585580 in popluar number systems.

HEX585580
Decimal8885128
Binary1011000101010110000000
Octal130125200

Shades and tints

Shades of #585580

#585580
(88,85,128)
#504E75
(80,78,117)
#48476A
(72,71,106)
#40405F
(64,64,95)
#383954
(56,57,84)
#303249
(48,50,73)
#282B3E
(40,43,62)
#202433
(32,36,51)
#181D28
(24,29,40)
#10161D
(16,22,29)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #585580

#585580
(88,85,128)
#67648B
(103,100,139)
#767396
(118,115,150)
#8582A1
(133,130,161)
#9491AC
(148,145,172)
#A3A0B7
(163,160,183)
#B2AFC2
(178,175,194)
#C1BECD
(193,190,205)
#D0CDD8
(208,205,216)
#DFDCE3
(223,220,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585580 color. Also use rgb(88,85,128) instead hex code.

Text Font Color

.myTextColor { color: #585580; }

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

This text font color is #585580.


Background Color

.myBgColor { background-color: #585580; }

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

This div background color is #585580.


Border color

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

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

This div border color is #585580.


Opacity

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

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

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

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

This text has shadow with #585580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585580 on black background.


Color preview on white background

This text has color #585580 on white background.



Black color preview on #585580 background

This text has black color on #585580 background.


White color preview on #585580 background

This text has white color on #585580 background.