COLOR #585C7C

HEX: #585C7C
RGB: (88,92,124)

Renk bilgisi

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

RGB renk modeli

#585C7C color RGB value is (88,92,124).

  • kırmız ton 88;
  • yeşil ton 92;
  • mavi ton 124.
RGB:
(88,92,124)
(35%,36%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 124 of 255 = 49%

88
92
124

R + G + B ~ 40%. #585C7C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 124 = 304 (100%)
R 88 of 304 ~ 28.95%
G 92 of 304 ~ 30.26%
B 124 of 304 ~ 40.79%

%28.95
%30.26
%40.79

CMYK RENK MODELİ

#585C7C rengi CMYK tonu (29,26,0,51).

  • camgöbeği tonu 29.03%
  • eflatun tonu 25.81%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(29,26,0,51)
C29M26Y0K51 
(29%,26%,0%,51%)
(0.29/0.26/0.00/0.51)	

CMYK yüzdeleri

%29.03
%25.81
%0
%51.37

Codes

Color #585C7C in popluar color models

585C7C
RGB8892124
HSL233°16.98%41.57%
HSB/HSV233°29.03%48.63%
CMYK29.03%25.81%0.00%
51.37%

Color #585C7C in popluar number systems.

HEX585C7C
Decimal8892124
Binary101100010111001111100
Octal130134174

Shades and tints

Shades of #585C7C

#585C7C
(88,92,124)
#505471
(80,84,113)
#484C66
(72,76,102)
#40445B
(64,68,91)
#383C50
(56,60,80)
#303445
(48,52,69)
#282C3A
(40,44,58)
#20242F
(32,36,47)
#181C24
(24,28,36)
#101419
(16,20,25)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #585C7C

#585C7C
(88,92,124)
#676A87
(103,106,135)
#767892
(118,120,146)
#85869D
(133,134,157)
#9494A8
(148,148,168)
#A3A2B3
(163,162,179)
#B2B0BE
(178,176,190)
#C1BEC9
(193,190,201)
#D0CCD4
(208,204,212)
#DFDADF
(223,218,223)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C7C color. Also use rgb(88,92,124) instead hex code.

Text Font Color

.myTextColor { color: #585C7C; }

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

This text font color is #585C7C.


Background Color

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

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

This div background color is #585C7C.


Border color

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

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

This div border color is #585C7C.


Opacity

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

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

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

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

This text has shadow with #585C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C7C on black background.


Color preview on white background

This text has color #585C7C on white background.



Black color preview on #585C7C background

This text has black color on #585C7C background.


White color preview on #585C7C background

This text has white color on #585C7C background.