COLOR #585563

HEX: #585563
RGB: (88,85,99)

Renk bilgisi

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

RGB renk modeli

#585563 color RGB value is (88,85,99).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 99 of 255 = 39%

88
85
99

R + G + B ~ 36%. #585563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 99 = 272 (100%)
R 88 of 272 ~ 32.35%
G 85 of 272 ~ 31.25%
B 99 of 272 ~ 36.4%

%32.35
%31.25
%36.4

CMYK RENK MODELİ

#585563 rengi CMYK tonu (11,14,0,61).

  • camgöbeği tonu 11.11%
  • eflatun tonu 14.14%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(11,14,0,61)
C11M14Y0K61 
(11%,14%,0%,61%)
(0.11/0.14/0.00/0.61)	

CMYK yüzdeleri

%11.11
%14.14
%0
%61.18

Codes

Color #585563 in popluar color models

585563
RGB888599
HSL253°7.61%36.08%
HSB/HSV253°14.14%38.82%
CMYK11.11%14.14%0.00%
61.18%

Color #585563 in popluar number systems.

HEX585563
Decimal888599
Binary101100010101011100011
Octal130125143

Shades and tints

Shades of #585563

#585563
(88,85,99)
#504E5A
(80,78,90)
#484751
(72,71,81)
#404048
(64,64,72)
#38393F
(56,57,63)
#303236
(48,50,54)
#282B2D
(40,43,45)
#202424
(32,36,36)
#181D1B
(24,29,27)
#101612
(16,22,18)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #585563

#585563
(88,85,99)
#676471
(103,100,113)
#76737F
(118,115,127)
#85828D
(133,130,141)
#94919B
(148,145,155)
#A3A0A9
(163,160,169)
#B2AFB7
(178,175,183)
#C1BEC5
(193,190,197)
#D0CDD3
(208,205,211)
#DFDCE1
(223,220,225)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585563; }

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

This text font color is #585563.


Background Color

.myBgColor { background-color: #585563; }

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

This div background color is #585563.


Border color

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

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

This div border color is #585563.


Opacity

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

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

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

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

This text has shadow with #585563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585563 on black background.


Color preview on white background

This text has color #585563 on white background.



Black color preview on #585563 background

This text has black color on #585563 background.


White color preview on #585563 background

This text has white color on #585563 background.