COLOR #585BA5

HEX: #585BA5
RGB: (88,91,165)

Renk bilgisi

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

RGB renk modeli

#585BA5 color RGB value is (88,91,165).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 165 of 255 = 65%

88
91
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 165 = 344 (100%)
R 88 of 344 ~ 25.58%
G 91 of 344 ~ 26.45%
B 165 of 344 ~ 47.97%

%25.58
%26.45
%47.97

CMYK RENK MODELİ

#585BA5 rengi CMYK tonu (47,45,0,35).

  • camgöbeği tonu 46.67%
  • eflatun tonu 44.85%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(47,45,0,35)
C47M45Y0K35 
(47%,45%,0%,35%)
(0.47/0.45/0.00/0.35)	

CMYK yüzdeleri

%46.67
%44.85
%0
%35.29

Codes

Color #585BA5 in popluar color models

585BA5
RGB8891165
HSL238°30.43%49.61%
HSB/HSV238°46.67%64.71%
CMYK46.67%44.85%0.00%
35.29%

Color #585BA5 in popluar number systems.

HEX585BA5
Decimal8891165
Binary1011000101101110100101
Octal130133245

Shades and tints

Shades of #585BA5

#585BA5
(88,91,165)
#505396
(80,83,150)
#484B87
(72,75,135)
#404378
(64,67,120)
#383B69
(56,59,105)
#30335A
(48,51,90)
#282B4B
(40,43,75)
#20233C
(32,35,60)
#181B2D
(24,27,45)
#10131E
(16,19,30)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585BA5

#585BA5
(88,91,165)
#6769AD
(103,105,173)
#7677B5
(118,119,181)
#8585BD
(133,133,189)
#9493C5
(148,147,197)
#A3A1CD
(163,161,205)
#B2AFD5
(178,175,213)
#C1BDDD
(193,189,221)
#D0CBE5
(208,203,229)
#DFD9ED
(223,217,237)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585BA5; }

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

This text font color is #585BA5.


Background Color

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

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

This div background color is #585BA5.


Border color

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

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

This div border color is #585BA5.


Opacity

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

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

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

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

This text has shadow with #585BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585BA5 on black background.


Color preview on white background

This text has color #585BA5 on white background.



Black color preview on #585BA5 background

This text has black color on #585BA5 background.


White color preview on #585BA5 background

This text has white color on #585BA5 background.