COLOR #585B71

HEX: #585B71
RGB: (88,91,113)

Renk bilgisi

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

RGB renk modeli

#585B71 color RGB value is (88,91,113).

  • kırmız ton 88;
  • yeşil ton 91;
  • mavi ton 113.
RGB:
(88,91,113)
(35%,36%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 113 of 255 = 44%

88
91
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 113 = 292 (100%)
R 88 of 292 ~ 30.14%
G 91 of 292 ~ 31.16%
B 113 of 292 ~ 38.7%

%30.14
%31.16
%38.7

CMYK RENK MODELİ

#585B71 rengi CMYK tonu (22,19,0,56).

  • camgöbeği tonu 22.12%
  • eflatun tonu 19.47%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(22,19,0,56)
C22M19Y0K56 
(22%,19%,0%,56%)
(0.22/0.19/0.00/0.56)	

CMYK yüzdeleri

%22.12
%19.47
%0
%55.69

Codes

Color #585B71 in popluar color models

585B71
RGB8891113
HSL233°12.44%39.41%
HSB/HSV233°22.12%44.31%
CMYK22.12%19.47%0.00%
55.69%

Color #585B71 in popluar number systems.

HEX585B71
Decimal8891113
Binary101100010110111110001
Octal130133161

Shades and tints

Shades of #585B71

#585B71
(88,91,113)
#505367
(80,83,103)
#484B5D
(72,75,93)
#404353
(64,67,83)
#383B49
(56,59,73)
#30333F
(48,51,63)
#282B35
(40,43,53)
#20232B
(32,35,43)
#181B21
(24,27,33)
#101317
(16,19,23)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #585B71

#585B71
(88,91,113)
#67697D
(103,105,125)
#767789
(118,119,137)
#858595
(133,133,149)
#9493A1
(148,147,161)
#A3A1AD
(163,161,173)
#B2AFB9
(178,175,185)
#C1BDC5
(193,189,197)
#D0CBD1
(208,203,209)
#DFD9DD
(223,217,221)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B71 color. Also use rgb(88,91,113) instead hex code.

Text Font Color

.myTextColor { color: #585B71; }

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

This text font color is #585B71.


Background Color

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

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

This div background color is #585B71.


Border color

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

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

This div border color is #585B71.


Opacity

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

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

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

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

This text has shadow with #585B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B71 on black background.


Color preview on white background

This text has color #585B71 on white background.



Black color preview on #585B71 background

This text has black color on #585B71 background.


White color preview on #585B71 background

This text has white color on #585B71 background.