COLOR #58507D

HEX: #58507D
RGB: (88,80,125)

Renk bilgisi

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

RGB renk modeli

#58507D color RGB value is (88,80,125).

  • kırmız ton 88;
  • yeşil ton 80;
  • mavi ton 125.
RGB:
(88,80,125)
(35%,31%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 125 of 255 = 49%

88
80
125

R + G + B ~ 38%. #58507D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 125 = 293 (100%)
R 88 of 293 ~ 30.03%
G 80 of 293 ~ 27.3%
B 125 of 293 ~ 42.66%

%30.03
%27.3
%42.66

CMYK RENK MODELİ

#58507D rengi CMYK tonu (30,36,0,51).

  • camgöbeği tonu 29.60%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(30,36,0,51)
C30M36Y0K51 
(30%,36%,0%,51%)
(0.30/0.36/0.00/0.51)	

CMYK yüzdeleri

%29.6
%36
%0
%50.98

Codes

Color #58507D in popluar color models

58507D
RGB8880125
HSL251°21.95%40.20%
HSB/HSV251°36.00%49.02%
CMYK29.60%36.00%0.00%
50.98%

Color #58507D in popluar number systems.

HEX58507D
Decimal8880125
Binary101100010100001111101
Octal130120175

Shades and tints

Shades of #58507D

#58507D
(88,80,125)
#504972
(80,73,114)
#484267
(72,66,103)
#403B5C
(64,59,92)
#383451
(56,52,81)
#302D46
(48,45,70)
#28263B
(40,38,59)
#201F30
(32,31,48)
#181825
(24,24,37)
#10111A
(16,17,26)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #58507D

#58507D
(88,80,125)
#675F88
(103,95,136)
#766E93
(118,110,147)
#857D9E
(133,125,158)
#948CA9
(148,140,169)
#A39BB4
(163,155,180)
#B2AABF
(178,170,191)
#C1B9CA
(193,185,202)
#D0C8D5
(208,200,213)
#DFD7E0
(223,215,224)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58507D color. Also use rgb(88,80,125) instead hex code.

Text Font Color

.myTextColor { color: #58507D; }

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

This text font color is #58507D.


Background Color

.myBgColor { background-color: #58507D; }

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

This div background color is #58507D.


Border color

.myBorderColor { border: 1px solid #58507D; }

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

This div border color is #58507D.


Opacity

.myOpacity80 { color: #58507D; opacity: 0.8; }

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

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

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

This text has shadow with #58507D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58507D on black background.


Color preview on white background

This text has color #58507D on white background.



Black color preview on #58507D background

This text has black color on #58507D background.


White color preview on #58507D background

This text has white color on #58507D background.