COLOR #583B5D

HEX: #583B5D
RGB: (88,59,93)

Renk bilgisi

#583B5D contains red, green and blue colors in about the same proportion. #583B5D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#583B5D color RGB value is (88,59,93).

  • kırmız ton 88;
  • yeşil ton 59;
  • mavi ton 93.
RGB:
(88,59,93)
(35%,23%,36%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 59 of 255 = 23%
B 93 of 255 = 36%

88
59
93

R + G + B ~ 31%. #583B5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 59 + 93 = 240 (100%)
R 88 of 240 ~ 36.67%
G 59 of 240 ~ 24.58%
B 93 of 240 ~ 38.75%

%36.67
%24.58
%38.75

CMYK RENK MODELİ

#583B5D rengi CMYK tonu (5,37,0,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 36.56%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(5,37,0,64)
C5M37Y0K64 
(5%,37%,0%,64%)
(0.05/0.37/0.00/0.64)	

CMYK yüzdeleri

%5.38
%36.56
%0
%63.53

Codes

Color #583B5D in popluar color models

583B5D
RGB885993
HSL291°22.37%29.80%
HSB/HSV291°36.56%36.47%
CMYK5.38%36.56%0.00%
63.53%

Color #583B5D in popluar number systems.

HEX583B5D
Decimal885993
Binary10110001110111011101
Octal13073135

Shades and tints

Shades of #583B5D

#583B5D
(88,59,93)
#503655
(80,54,85)
#48314D
(72,49,77)
#402C45
(64,44,69)
#38273D
(56,39,61)
#302235
(48,34,53)
#281D2D
(40,29,45)
#201825
(32,24,37)
#18131D
(24,19,29)
#100E15
(16,14,21)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #583B5D

#583B5D
(88,59,93)
#674C6B
(103,76,107)
#765D79
(118,93,121)
#856E87
(133,110,135)
#947F95
(148,127,149)
#A390A3
(163,144,163)
#B2A1B1
(178,161,177)
#C1B2BF
(193,178,191)
#D0C3CD
(208,195,205)
#DFD4DB
(223,212,219)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583B5D color. Also use rgb(88,59,93) instead hex code.

Text Font Color

.myTextColor { color: #583B5D; }

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

This text font color is #583B5D.


Background Color

.myBgColor { background-color: #583B5D; }

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

This div background color is #583B5D.


Border color

.myBorderColor { border: 1px solid #583B5D; }

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

This div border color is #583B5D.


Opacity

.myOpacity80 { color: #583B5D; opacity: 0.8; }

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

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

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

This text has shadow with #583B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B5D on black background.


Color preview on white background

This text has color #583B5D on white background.



Black color preview on #583B5D background

This text has black color on #583B5D background.


White color preview on #583B5D background

This text has white color on #583B5D background.