COLOR #5D587B

HEX: #5D587B
RGB: (93,88,123)

Renk bilgisi

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

RGB renk modeli

#5D587B color RGB value is (93,88,123).

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

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 88 of 255 = 35%
B 123 of 255 = 48%

93
88
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 88 + 123 = 304 (100%)
R 93 of 304 ~ 30.59%
G 88 of 304 ~ 28.95%
B 123 of 304 ~ 40.46%

%30.59
%28.95
%40.46

CMYK RENK MODELİ

#5D587B rengi CMYK tonu (24,28,0,52).

  • camgöbeği tonu 24.39%
  • eflatun tonu 28.46%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(24,28,0,52)
C24M28Y0K52 
(24%,28%,0%,52%)
(0.24/0.28/0.00/0.52)	

CMYK yüzdeleri

%24.39
%28.46
%0
%51.76

Codes

Color #5D587B in popluar color models

5D587B
RGB9388123
HSL249°16.59%41.37%
HSB/HSV249°28.46%48.24%
CMYK24.39%28.46%0.00%
51.76%

Color #5D587B in popluar number systems.

HEX5D587B
Decimal9388123
Binary101110110110001111011
Octal135130173

Shades and tints

Shades of #5D587B

#5D587B
(93,88,123)
#555070
(85,80,112)
#4D4865
(77,72,101)
#45405A
(69,64,90)
#3D384F
(61,56,79)
#353044
(53,48,68)
#2D2839
(45,40,57)
#25202E
(37,32,46)
#1D1823
(29,24,35)
#151018
(21,16,24)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #5D587B

#5D587B
(93,88,123)
#6B6787
(107,103,135)
#797693
(121,118,147)
#87859F
(135,133,159)
#9594AB
(149,148,171)
#A3A3B7
(163,163,183)
#B1B2C3
(177,178,195)
#BFC1CF
(191,193,207)
#CDD0DB
(205,208,219)
#DBDFE7
(219,223,231)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D587B color. Also use rgb(93,88,123) instead hex code.

Text Font Color

.myTextColor { color: #5D587B; }

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

This text font color is #5D587B.


Background Color

.myBgColor { background-color: #5D587B; }

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

This div background color is #5D587B.


Border color

.myBorderColor { border: 1px solid #5D587B; }

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

This div border color is #5D587B.


Opacity

.myOpacity80 { color: #5D587B; opacity: 0.8; }

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

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

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

This text has shadow with #5D587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D587B on black background.


Color preview on white background

This text has color #5D587B on white background.



Black color preview on #5D587B background

This text has black color on #5D587B background.


White color preview on #5D587B background

This text has white color on #5D587B background.