COLOR #585173

HEX: #585173
RGB: (88,81,115)

Renk bilgisi

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

RGB renk modeli

#585173 color RGB value is (88,81,115).

  • kırmız ton 88;
  • yeşil ton 81;
  • mavi ton 115.
RGB:
(88,81,115)
(35%,32%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 115 of 255 = 45%

88
81
115

R + G + B ~ 37%. #585173 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 115 = 284 (100%)
R 88 of 284 ~ 30.99%
G 81 of 284 ~ 28.52%
B 115 of 284 ~ 40.49%

%30.99
%28.52
%40.49

CMYK RENK MODELİ

#585173 rengi CMYK tonu (23,30,0,55).

  • camgöbeği tonu 23.48%
  • eflatun tonu 29.57%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,30,0,55)
C23M30Y0K55 
(23%,30%,0%,55%)
(0.23/0.30/0.00/0.55)	

CMYK yüzdeleri

%23.48
%29.57
%0
%54.9

Codes

Color #585173 in popluar color models

585173
RGB8881115
HSL252°17.35%38.43%
HSB/HSV252°29.57%45.10%
CMYK23.48%29.57%0.00%
54.90%

Color #585173 in popluar number systems.

HEX585173
Decimal8881115
Binary101100010100011110011
Octal130121163

Shades and tints

Shades of #585173

#585173
(88,81,115)
#504A69
(80,74,105)
#48435F
(72,67,95)
#403C55
(64,60,85)
#38354B
(56,53,75)
#302E41
(48,46,65)
#282737
(40,39,55)
#20202D
(32,32,45)
#181923
(24,25,35)
#101219
(16,18,25)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585173

#585173
(88,81,115)
#67607F
(103,96,127)
#766F8B
(118,111,139)
#857E97
(133,126,151)
#948DA3
(148,141,163)
#A39CAF
(163,156,175)
#B2ABBB
(178,171,187)
#C1BAC7
(193,186,199)
#D0C9D3
(208,201,211)
#DFD8DF
(223,216,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585173 color. Also use rgb(88,81,115) instead hex code.

Text Font Color

.myTextColor { color: #585173; }

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

This text font color is #585173.


Background Color

.myBgColor { background-color: #585173; }

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

This div background color is #585173.


Border color

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

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

This div border color is #585173.


Opacity

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

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

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

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

This text has shadow with #585173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585173 on black background.


Color preview on white background

This text has color #585173 on white background.



Black color preview on #585173 background

This text has black color on #585173 background.


White color preview on #585173 background

This text has white color on #585173 background.