COLOR #585A6E

HEX: #585A6E
RGB: (88,90,110)

Renk bilgisi

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

RGB renk modeli

#585A6E color RGB value is (88,90,110).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 110.
RGB:
(88,90,110)
(35%,35%,43%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 110 of 255 = 43%

88
90
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 110 = 288 (100%)
R 88 of 288 ~ 30.56%
G 90 of 288 ~ 31.25%
B 110 of 288 ~ 38.19%

%30.56
%31.25
%38.19

CMYK RENK MODELİ

#585A6E rengi CMYK tonu (20,18,0,57).

  • camgöbeği tonu 20.00%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(20,18,0,57)
C20M18Y0K57 
(20%,18%,0%,57%)
(0.20/0.18/0.00/0.57)	

CMYK yüzdeleri

%20
%18.18
%0
%56.86

Codes

Color #585A6E in popluar color models

585A6E
RGB8890110
HSL235°11.11%38.82%
HSB/HSV235°20.00%43.14%
CMYK20.00%18.18%0.00%
56.86%

Color #585A6E in popluar number systems.

HEX585A6E
Decimal8890110
Binary101100010110101101110
Octal130132156

Shades and tints

Shades of #585A6E

#585A6E
(88,90,110)
#505264
(80,82,100)
#484A5A
(72,74,90)
#404250
(64,66,80)
#383A46
(56,58,70)
#30323C
(48,50,60)
#282A32
(40,42,50)
#202228
(32,34,40)
#181A1E
(24,26,30)
#101214
(16,18,20)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #585A6E

#585A6E
(88,90,110)
#67697B
(103,105,123)
#767888
(118,120,136)
#858795
(133,135,149)
#9496A2
(148,150,162)
#A3A5AF
(163,165,175)
#B2B4BC
(178,180,188)
#C1C3C9
(193,195,201)
#D0D2D6
(208,210,214)
#DFE1E3
(223,225,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A6E color. Also use rgb(88,90,110) instead hex code.

Text Font Color

.myTextColor { color: #585A6E; }

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

This text font color is #585A6E.


Background Color

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

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

This div background color is #585A6E.


Border color

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

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

This div border color is #585A6E.


Opacity

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

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

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

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

This text has shadow with #585A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A6E on black background.


Color preview on white background

This text has color #585A6E on white background.



Black color preview on #585A6E background

This text has black color on #585A6E background.


White color preview on #585A6E background

This text has white color on #585A6E background.