COLOR #585465

HEX: #585465
RGB: (88,84,101)

Renk bilgisi

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

RGB renk modeli

#585465 color RGB value is (88,84,101).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 84 of 255 = 33%
B 101 of 255 = 40%

88
84
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 84 + 101 = 273 (100%)
R 88 of 273 ~ 32.23%
G 84 of 273 ~ 30.77%
B 101 of 273 ~ 37%

%32.23
%30.77
%37

CMYK RENK MODELİ

#585465 rengi CMYK tonu (13,17,0,60).

  • camgöbeği tonu 12.87%
  • eflatun tonu 16.83%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(13,17,0,60)
C13M17Y0K60 
(13%,17%,0%,60%)
(0.13/0.17/0.00/0.60)	

CMYK yüzdeleri

%12.87
%16.83
%0
%60.39

Codes

Color #585465 in popluar color models

585465
RGB8884101
HSL254°9.19%36.27%
HSB/HSV254°16.83%39.61%
CMYK12.87%16.83%0.00%
60.39%

Color #585465 in popluar number systems.

HEX585465
Decimal8884101
Binary101100010101001100101
Octal130124145

Shades and tints

Shades of #585465

#585465
(88,84,101)
#504D5C
(80,77,92)
#484653
(72,70,83)
#403F4A
(64,63,74)
#383841
(56,56,65)
#303138
(48,49,56)
#282A2F
(40,42,47)
#202326
(32,35,38)
#181C1D
(24,28,29)
#101514
(16,21,20)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #585465

#585465
(88,84,101)
#676373
(103,99,115)
#767281
(118,114,129)
#85818F
(133,129,143)
#94909D
(148,144,157)
#A39FAB
(163,159,171)
#B2AEB9
(178,174,185)
#C1BDC7
(193,189,199)
#D0CCD5
(208,204,213)
#DFDBE3
(223,219,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585465; }

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

This text font color is #585465.


Background Color

.myBgColor { background-color: #585465; }

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

This div background color is #585465.


Border color

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

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

This div border color is #585465.


Opacity

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

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

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

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

This text has shadow with #585465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585465 on black background.


Color preview on white background

This text has color #585465 on white background.



Black color preview on #585465 background

This text has black color on #585465 background.


White color preview on #585465 background

This text has white color on #585465 background.