COLOR #585864

HEX: #585864
RGB: (88,88,100)

Renk bilgisi

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

RGB renk modeli

#585864 color RGB value is (88,88,100).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 100 of 255 = 39%

88
88
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 100 = 276 (100%)
R 88 of 276 ~ 31.88%
G 88 of 276 ~ 31.88%
B 100 of 276 ~ 36.23%

%31.88
%31.88
%36.23

CMYK RENK MODELİ

#585864 rengi CMYK tonu (12,12,0,61).

  • camgöbeği tonu 12.00%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(12,12,0,61)
C12M12Y0K61 
(12%,12%,0%,61%)
(0.12/0.12/0.00/0.61)	

CMYK yüzdeleri

%12
%12
%0
%60.78

Codes

Color #585864 in popluar color models

585864
RGB8888100
HSL240°6.38%36.86%
HSB/HSV240°12.00%39.22%
CMYK12.00%12.00%0.00%
60.78%

Color #585864 in popluar number systems.

HEX585864
Decimal8888100
Binary101100010110001100100
Octal130130144

Shades and tints

Shades of #585864

#585864
(88,88,100)
#50505B
(80,80,91)
#484852
(72,72,82)
#404049
(64,64,73)
#383840
(56,56,64)
#303037
(48,48,55)
#28282E
(40,40,46)
#202025
(32,32,37)
#18181C
(24,24,28)
#101013
(16,16,19)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #585864

#585864
(88,88,100)
#676772
(103,103,114)
#767680
(118,118,128)
#85858E
(133,133,142)
#94949C
(148,148,156)
#A3A3AA
(163,163,170)
#B2B2B8
(178,178,184)
#C1C1C6
(193,193,198)
#D0D0D4
(208,208,212)
#DFDFE2
(223,223,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585864; }

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

This text font color is #585864.


Background Color

.myBgColor { background-color: #585864; }

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

This div background color is #585864.


Border color

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

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

This div border color is #585864.


Opacity

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

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

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

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

This text has shadow with #585864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585864 on black background.


Color preview on white background

This text has color #585864 on white background.



Black color preview on #585864 background

This text has black color on #585864 background.


White color preview on #585864 background

This text has white color on #585864 background.