COLOR #585E8D

HEX: #585E8D
RGB: (88,94,141)

Renk bilgisi

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

RGB renk modeli

#585E8D color RGB value is (88,94,141).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 141 of 255 = 55%

88
94
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 141 = 323 (100%)
R 88 of 323 ~ 27.24%
G 94 of 323 ~ 29.1%
B 141 of 323 ~ 43.65%

%27.24
%29.1
%43.65

CMYK RENK MODELİ

#585E8D rengi CMYK tonu (38,33,0,45).

  • camgöbeği tonu 37.59%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(38,33,0,45)
C38M33Y0K45 
(38%,33%,0%,45%)
(0.38/0.33/0.00/0.45)	

CMYK yüzdeleri

%37.59
%33.33
%0
%44.71

Codes

Color #585E8D in popluar color models

585E8D
RGB8894141
HSL233°23.14%44.90%
HSB/HSV233°37.59%55.29%
CMYK37.59%33.33%0.00%
44.71%

Color #585E8D in popluar number systems.

HEX585E8D
Decimal8894141
Binary1011000101111010001101
Octal130136215

Shades and tints

Shades of #585E8D

#585E8D
(88,94,141)
#505681
(80,86,129)
#484E75
(72,78,117)
#404669
(64,70,105)
#383E5D
(56,62,93)
#303651
(48,54,81)
#282E45
(40,46,69)
#202639
(32,38,57)
#181E2D
(24,30,45)
#101621
(16,22,33)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #585E8D

#585E8D
(88,94,141)
#676C97
(103,108,151)
#767AA1
(118,122,161)
#8588AB
(133,136,171)
#9496B5
(148,150,181)
#A3A4BF
(163,164,191)
#B2B2C9
(178,178,201)
#C1C0D3
(193,192,211)
#D0CEDD
(208,206,221)
#DFDCE7
(223,220,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E8D; }

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

This text font color is #585E8D.


Background Color

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

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

This div background color is #585E8D.


Border color

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

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

This div border color is #585E8D.


Opacity

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

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

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

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

This text has shadow with #585E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E8D on black background.


Color preview on white background

This text has color #585E8D on white background.



Black color preview on #585E8D background

This text has black color on #585E8D background.


White color preview on #585E8D background

This text has white color on #585E8D background.