COLOR #585A9E

HEX: #585A9E
RGB: (88,90,158)

Renk bilgisi

#585A9E contains mainly blue color. #585A9E ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#585A9E color RGB value is (88,90,158).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 158 of 255 = 62%

88
90
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 158 = 336 (100%)
R 88 of 336 ~ 26.19%
G 90 of 336 ~ 26.79%
B 158 of 336 ~ 47.02%

%26.19
%26.79
%47.02

CMYK RENK MODELİ

#585A9E rengi CMYK tonu (44,43,0,38).

  • camgöbeği tonu 44.30%
  • eflatun tonu 43.04%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(44,43,0,38)
C44M43Y0K38 
(44%,43%,0%,38%)
(0.44/0.43/0.00/0.38)	

CMYK yüzdeleri

%44.3
%43.04
%0
%38.04

Codes

Color #585A9E in popluar color models

585A9E
RGB8890158
HSL238°28.46%48.24%
HSB/HSV238°44.30%61.96%
CMYK44.30%43.04%0.00%
38.04%

Color #585A9E in popluar number systems.

HEX585A9E
Decimal8890158
Binary1011000101101010011110
Octal130132236

Shades and tints

Shades of #585A9E

#585A9E
(88,90,158)
#505290
(80,82,144)
#484A82
(72,74,130)
#404274
(64,66,116)
#383A66
(56,58,102)
#303258
(48,50,88)
#282A4A
(40,42,74)
#20223C
(32,34,60)
#181A2E
(24,26,46)
#101220
(16,18,32)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #585A9E

#585A9E
(88,90,158)
#6769A6
(103,105,166)
#7678AE
(118,120,174)
#8587B6
(133,135,182)
#9496BE
(148,150,190)
#A3A5C6
(163,165,198)
#B2B4CE
(178,180,206)
#C1C3D6
(193,195,214)
#D0D2DE
(208,210,222)
#DFE1E6
(223,225,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A9E; }

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

This text font color is #585A9E.


Background Color

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

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

This div background color is #585A9E.


Border color

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

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

This div border color is #585A9E.


Opacity

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

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

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

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

This text has shadow with #585A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A9E on black background.


Color preview on white background

This text has color #585A9E on white background.



Black color preview on #585A9E background

This text has black color on #585A9E background.


White color preview on #585A9E background

This text has white color on #585A9E background.