COLOR #585A78

HEX: #585A78
RGB: (88,90,120)

Renk bilgisi

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

RGB renk modeli

#585A78 color RGB value is (88,90,120).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 120 of 255 = 47%

88
90
120

R + G + B ~ 39%. #585A78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 120 = 298 (100%)
R 88 of 298 ~ 29.53%
G 90 of 298 ~ 30.2%
B 120 of 298 ~ 40.27%

%29.53
%30.2
%40.27

CMYK RENK MODELİ

#585A78 rengi CMYK tonu (27,25,0,53).

  • camgöbeği tonu 26.67%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(27,25,0,53)
C27M25Y0K53 
(27%,25%,0%,53%)
(0.27/0.25/0.00/0.53)	

CMYK yüzdeleri

%26.67
%25
%0
%52.94

Codes

Color #585A78 in popluar color models

585A78
RGB8890120
HSL236°15.38%40.78%
HSB/HSV236°26.67%47.06%
CMYK26.67%25.00%0.00%
52.94%

Color #585A78 in popluar number systems.

HEX585A78
Decimal8890120
Binary101100010110101111000
Octal130132170

Shades and tints

Shades of #585A78

#585A78
(88,90,120)
#50526E
(80,82,110)
#484A64
(72,74,100)
#40425A
(64,66,90)
#383A50
(56,58,80)
#303246
(48,50,70)
#282A3C
(40,42,60)
#202232
(32,34,50)
#181A28
(24,26,40)
#10121E
(16,18,30)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #585A78

#585A78
(88,90,120)
#676984
(103,105,132)
#767890
(118,120,144)
#85879C
(133,135,156)
#9496A8
(148,150,168)
#A3A5B4
(163,165,180)
#B2B4C0
(178,180,192)
#C1C3CC
(193,195,204)
#D0D2D8
(208,210,216)
#DFE1E4
(223,225,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A78; }

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

This text font color is #585A78.


Background Color

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

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

This div background color is #585A78.


Border color

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

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

This div border color is #585A78.


Opacity

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

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

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

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

This text has shadow with #585A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A78 on black background.


Color preview on white background

This text has color #585A78 on white background.



Black color preview on #585A78 background

This text has black color on #585A78 background.


White color preview on #585A78 background

This text has white color on #585A78 background.