COLOR #585F9E

HEX: #585F9E
RGB: (88,95,158)

Renk bilgisi

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

RGB renk modeli

#585F9E color RGB value is (88,95,158).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 158 of 255 = 62%

88
95
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 158 = 341 (100%)
R 88 of 341 ~ 25.81%
G 95 of 341 ~ 27.86%
B 158 of 341 ~ 46.33%

%25.81
%27.86
%46.33

CMYK RENK MODELİ

#585F9E rengi CMYK tonu (44,40,0,38).

  • camgöbeği tonu 44.30%
  • eflatun tonu 39.87%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(44,40,0,38)
C44M40Y0K38 
(44%,40%,0%,38%)
(0.44/0.40/0.00/0.38)	

CMYK yüzdeleri

%44.3
%39.87
%0
%38.04

Codes

Color #585F9E in popluar color models

585F9E
RGB8895158
HSL234°28.46%48.24%
HSB/HSV234°44.30%61.96%
CMYK44.30%39.87%0.00%
38.04%

Color #585F9E in popluar number systems.

HEX585F9E
Decimal8895158
Binary1011000101111110011110
Octal130137236

Shades and tints

Shades of #585F9E

#585F9E
(88,95,158)
#505790
(80,87,144)
#484F82
(72,79,130)
#404774
(64,71,116)
#383F66
(56,63,102)
#303758
(48,55,88)
#282F4A
(40,47,74)
#20273C
(32,39,60)
#181F2E
(24,31,46)
#101720
(16,23,32)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #585F9E

#585F9E
(88,95,158)
#676DA6
(103,109,166)
#767BAE
(118,123,174)
#8589B6
(133,137,182)
#9497BE
(148,151,190)
#A3A5C6
(163,165,198)
#B2B3CE
(178,179,206)
#C1C1D6
(193,193,214)
#D0CFDE
(208,207,222)
#DFDDE6
(223,221,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F9E; }

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

This text font color is #585F9E.


Background Color

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

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

This div background color is #585F9E.


Border color

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

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

This div border color is #585F9E.


Opacity

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

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

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

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

This text has shadow with #585F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F9E on black background.


Color preview on white background

This text has color #585F9E on white background.



Black color preview on #585F9E background

This text has black color on #585F9E background.


White color preview on #585F9E background

This text has white color on #585F9E background.