COLOR #585468

HEX: #585468
RGB: (88,84,104)

Renk bilgisi

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

RGB renk modeli

#585468 color RGB value is (88,84,104).

  • kırmız ton 88;
  • yeşil ton 84;
  • mavi ton 104.
RGB:
(88,84,104)
(35%,33%,41%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 84 of 255 = 33%
B 104 of 255 = 41%

88
84
104

R + G + B ~ 36%. #585468 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 84 + 104 = 276 (100%)
R 88 of 276 ~ 31.88%
G 84 of 276 ~ 30.43%
B 104 of 276 ~ 37.68%

%31.88
%30.43
%37.68

CMYK RENK MODELİ

#585468 rengi CMYK tonu (15,19,0,59).

  • camgöbeği tonu 15.38%
  • eflatun tonu 19.23%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(15,19,0,59)
C15M19Y0K59 
(15%,19%,0%,59%)
(0.15/0.19/0.00/0.59)	

CMYK yüzdeleri

%15.38
%19.23
%0
%59.22

Codes

Color #585468 in popluar color models

585468
RGB8884104
HSL252°10.64%36.86%
HSB/HSV252°19.23%40.78%
CMYK15.38%19.23%0.00%
59.22%

Color #585468 in popluar number systems.

HEX585468
Decimal8884104
Binary101100010101001101000
Octal130124150

Shades and tints

Shades of #585468

#585468
(88,84,104)
#504D5F
(80,77,95)
#484656
(72,70,86)
#403F4D
(64,63,77)
#383844
(56,56,68)
#30313B
(48,49,59)
#282A32
(40,42,50)
#202329
(32,35,41)
#181C20
(24,28,32)
#101517
(16,21,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #585468

#585468
(88,84,104)
#676375
(103,99,117)
#767282
(118,114,130)
#85818F
(133,129,143)
#94909C
(148,144,156)
#A39FA9
(163,159,169)
#B2AEB6
(178,174,182)
#C1BDC3
(193,189,195)
#D0CCD0
(208,204,208)
#DFDBDD
(223,219,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585468 color. Also use rgb(88,84,104) instead hex code.

Text Font Color

.myTextColor { color: #585468; }

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

This text font color is #585468.


Background Color

.myBgColor { background-color: #585468; }

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

This div background color is #585468.


Border color

.myBorderColor { border: 1px solid #585468; }

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

This div border color is #585468.


Opacity

.myOpacity80 { color: #585468; opacity: 0.8; }

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

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

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

This text has shadow with #585468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585468 on black background.


Color preview on white background

This text has color #585468 on white background.



Black color preview on #585468 background

This text has black color on #585468 background.


White color preview on #585468 background

This text has white color on #585468 background.