COLOR #585975

HEX: #585975
RGB: (88,89,117)

Renk bilgisi

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

RGB renk modeli

#585975 color RGB value is (88,89,117).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 89 of 255 = 35%
B 117 of 255 = 46%

88
89
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 89 + 117 = 294 (100%)
R 88 of 294 ~ 29.93%
G 89 of 294 ~ 30.27%
B 117 of 294 ~ 39.8%

%29.93
%30.27
%39.8

CMYK RENK MODELİ

#585975 rengi CMYK tonu (25,24,0,54).

  • camgöbeği tonu 24.79%
  • eflatun tonu 23.93%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(25,24,0,54)
C25M24Y0K54 
(25%,24%,0%,54%)
(0.25/0.24/0.00/0.54)	

CMYK yüzdeleri

%24.79
%23.93
%0
%54.12

Codes

Color #585975 in popluar color models

585975
RGB8889117
HSL238°14.15%40.20%
HSB/HSV238°24.79%45.88%
CMYK24.79%23.93%0.00%
54.12%

Color #585975 in popluar number systems.

HEX585975
Decimal8889117
Binary101100010110011110101
Octal130131165

Shades and tints

Shades of #585975

#585975
(88,89,117)
#50516B
(80,81,107)
#484961
(72,73,97)
#404157
(64,65,87)
#38394D
(56,57,77)
#303143
(48,49,67)
#282939
(40,41,57)
#20212F
(32,33,47)
#181925
(24,25,37)
#10111B
(16,17,27)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #585975

#585975
(88,89,117)
#676881
(103,104,129)
#76778D
(118,119,141)
#858699
(133,134,153)
#9495A5
(148,149,165)
#A3A4B1
(163,164,177)
#B2B3BD
(178,179,189)
#C1C2C9
(193,194,201)
#D0D1D5
(208,209,213)
#DFE0E1
(223,224,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585975; }

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

This text font color is #585975.


Background Color

.myBgColor { background-color: #585975; }

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

This div background color is #585975.


Border color

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

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

This div border color is #585975.


Opacity

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

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

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

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

This text has shadow with #585975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585975 on black background.


Color preview on white background

This text has color #585975 on white background.



Black color preview on #585975 background

This text has black color on #585975 background.


White color preview on #585975 background

This text has white color on #585975 background.