COLOR #585E77

HEX: #585E77
RGB: (88,94,119)

Renk bilgisi

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

RGB renk modeli

#585E77 color RGB value is (88,94,119).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 119 of 255 = 47%

88
94
119

R + G + B ~ 40%. #585E77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 119 = 301 (100%)
R 88 of 301 ~ 29.24%
G 94 of 301 ~ 31.23%
B 119 of 301 ~ 39.53%

%29.24
%31.23
%39.53

CMYK RENK MODELİ

#585E77 rengi CMYK tonu (26,21,0,53).

  • camgöbeği tonu 26.05%
  • eflatun tonu 21.01%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(26,21,0,53)
C26M21Y0K53 
(26%,21%,0%,53%)
(0.26/0.21/0.00/0.53)	

CMYK yüzdeleri

%26.05
%21.01
%0
%53.33

Codes

Color #585E77 in popluar color models

585E77
RGB8894119
HSL228°14.98%40.59%
HSB/HSV228°26.05%46.67%
CMYK26.05%21.01%0.00%
53.33%

Color #585E77 in popluar number systems.

HEX585E77
Decimal8894119
Binary101100010111101110111
Octal130136167

Shades and tints

Shades of #585E77

#585E77
(88,94,119)
#50566D
(80,86,109)
#484E63
(72,78,99)
#404659
(64,70,89)
#383E4F
(56,62,79)
#303645
(48,54,69)
#282E3B
(40,46,59)
#202631
(32,38,49)
#181E27
(24,30,39)
#10161D
(16,22,29)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #585E77

#585E77
(88,94,119)
#676C83
(103,108,131)
#767A8F
(118,122,143)
#85889B
(133,136,155)
#9496A7
(148,150,167)
#A3A4B3
(163,164,179)
#B2B2BF
(178,178,191)
#C1C0CB
(193,192,203)
#D0CED7
(208,206,215)
#DFDCE3
(223,220,227)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E77; }

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

This text font color is #585E77.


Background Color

.myBgColor { background-color: #585E77; }

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

This div background color is #585E77.


Border color

.myBorderColor { border: 1px solid #585E77; }

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

This div border color is #585E77.


Opacity

.myOpacity80 { color: #585E77; opacity: 0.8; }

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

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

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

This text has shadow with #585E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E77 on black background.


Color preview on white background

This text has color #585E77 on white background.



Black color preview on #585E77 background

This text has black color on #585E77 background.


White color preview on #585E77 background

This text has white color on #585E77 background.