COLOR #585776

HEX: #585776
RGB: (88,87,118)

Renk bilgisi

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

RGB renk modeli

#585776 color RGB value is (88,87,118).

  • kırmız ton 88;
  • yeşil ton 87;
  • mavi ton 118.
RGB:
(88,87,118)
(35%,34%,46%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 87 of 255 = 34%
B 118 of 255 = 46%

88
87
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 87 + 118 = 293 (100%)
R 88 of 293 ~ 30.03%
G 87 of 293 ~ 29.69%
B 118 of 293 ~ 40.27%

%30.03
%29.69
%40.27

CMYK RENK MODELİ

#585776 rengi CMYK tonu (25,26,0,54).

  • camgöbeği tonu 25.42%
  • eflatun tonu 26.27%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(25,26,0,54)
C25M26Y0K54 
(25%,26%,0%,54%)
(0.25/0.26/0.00/0.54)	

CMYK yüzdeleri

%25.42
%26.27
%0
%53.73

Codes

Color #585776 in popluar color models

585776
RGB8887118
HSL242°15.12%40.20%
HSB/HSV242°26.27%46.27%
CMYK25.42%26.27%0.00%
53.73%

Color #585776 in popluar number systems.

HEX585776
Decimal8887118
Binary101100010101111110110
Octal130127166

Shades and tints

Shades of #585776

#585776
(88,87,118)
#50506C
(80,80,108)
#484962
(72,73,98)
#404258
(64,66,88)
#383B4E
(56,59,78)
#303444
(48,52,68)
#282D3A
(40,45,58)
#202630
(32,38,48)
#181F26
(24,31,38)
#10181C
(16,24,28)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #585776

#585776
(88,87,118)
#676682
(103,102,130)
#76758E
(118,117,142)
#85849A
(133,132,154)
#9493A6
(148,147,166)
#A3A2B2
(163,162,178)
#B2B1BE
(178,177,190)
#C1C0CA
(193,192,202)
#D0CFD6
(208,207,214)
#DFDEE2
(223,222,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585776 color. Also use rgb(88,87,118) instead hex code.

Text Font Color

.myTextColor { color: #585776; }

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

This text font color is #585776.


Background Color

.myBgColor { background-color: #585776; }

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

This div background color is #585776.


Border color

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

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

This div border color is #585776.


Opacity

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

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

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

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

This text has shadow with #585776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585776 on black background.


Color preview on white background

This text has color #585776 on white background.



Black color preview on #585776 background

This text has black color on #585776 background.


White color preview on #585776 background

This text has white color on #585776 background.