COLOR #585883

HEX: #585883
RGB: (88,88,131)

Renk bilgisi

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

RGB renk modeli

#585883 color RGB value is (88,88,131).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 131 of 255 = 51%

88
88
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 131 = 307 (100%)
R 88 of 307 ~ 28.66%
G 88 of 307 ~ 28.66%
B 131 of 307 ~ 42.67%

%28.66
%28.66
%42.67

CMYK RENK MODELİ

#585883 rengi CMYK tonu (33,33,0,49).

  • camgöbeği tonu 32.82%
  • eflatun tonu 32.82%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(33,33,0,49)
C33M33Y0K49 
(33%,33%,0%,49%)
(0.33/0.33/0.00/0.49)	

CMYK yüzdeleri

%32.82
%32.82
%0
%48.63

Codes

Color #585883 in popluar color models

585883
RGB8888131
HSL240°19.63%42.94%
HSB/HSV240°32.82%51.37%
CMYK32.82%32.82%0.00%
48.63%

Color #585883 in popluar number systems.

HEX585883
Decimal8888131
Binary1011000101100010000011
Octal130130203

Shades and tints

Shades of #585883

#585883
(88,88,131)
#505078
(80,80,120)
#48486D
(72,72,109)
#404062
(64,64,98)
#383857
(56,56,87)
#30304C
(48,48,76)
#282841
(40,40,65)
#202036
(32,32,54)
#18182B
(24,24,43)
#101020
(16,16,32)
#080815
(8,8,21)
#000000
(0,0,0)

Tints of #585883

#585883
(88,88,131)
#67678E
(103,103,142)
#767699
(118,118,153)
#8585A4
(133,133,164)
#9494AF
(148,148,175)
#A3A3BA
(163,163,186)
#B2B2C5
(178,178,197)
#C1C1D0
(193,193,208)
#D0D0DB
(208,208,219)
#DFDFE6
(223,223,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585883; }

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

This text font color is #585883.


Background Color

.myBgColor { background-color: #585883; }

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

This div background color is #585883.


Border color

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

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

This div border color is #585883.


Opacity

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

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

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

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

This text has shadow with #585883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585883 on black background.


Color preview on white background

This text has color #585883 on white background.



Black color preview on #585883 background

This text has black color on #585883 background.


White color preview on #585883 background

This text has white color on #585883 background.