COLOR #585577

HEX: #585577
RGB: (88,85,119)

Renk bilgisi

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

RGB renk modeli

#585577 color RGB value is (88,85,119).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 119 of 255 = 47%

88
85
119

R + G + B ~ 38%. #585577 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 119 = 292 (100%)
R 88 of 292 ~ 30.14%
G 85 of 292 ~ 29.11%
B 119 of 292 ~ 40.75%

%30.14
%29.11
%40.75

CMYK RENK MODELİ

#585577 rengi CMYK tonu (26,29,0,53).

  • camgöbeği tonu 26.05%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(26,29,0,53)
C26M29Y0K53 
(26%,29%,0%,53%)
(0.26/0.29/0.00/0.53)	

CMYK yüzdeleri

%26.05
%28.57
%0
%53.33

Codes

Color #585577 in popluar color models

585577
RGB8885119
HSL245°16.67%40.00%
HSB/HSV245°28.57%46.67%
CMYK26.05%28.57%0.00%
53.33%

Color #585577 in popluar number systems.

HEX585577
Decimal8885119
Binary101100010101011110111
Octal130125167

Shades and tints

Shades of #585577

#585577
(88,85,119)
#504E6D
(80,78,109)
#484763
(72,71,99)
#404059
(64,64,89)
#38394F
(56,57,79)
#303245
(48,50,69)
#282B3B
(40,43,59)
#202431
(32,36,49)
#181D27
(24,29,39)
#10161D
(16,22,29)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #585577

#585577
(88,85,119)
#676483
(103,100,131)
#76738F
(118,115,143)
#85829B
(133,130,155)
#9491A7
(148,145,167)
#A3A0B3
(163,160,179)
#B2AFBF
(178,175,191)
#C1BECB
(193,190,203)
#D0CDD7
(208,205,215)
#DFDCE3
(223,220,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585577; }

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

This text font color is #585577.


Background Color

.myBgColor { background-color: #585577; }

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

This div background color is #585577.


Border color

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

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

This div border color is #585577.


Opacity

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

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

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

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

This text has shadow with #585577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585577 on black background.


Color preview on white background

This text has color #585577 on white background.



Black color preview on #585577 background

This text has black color on #585577 background.


White color preview on #585577 background

This text has white color on #585577 background.