COLOR #580B5E

HEX: #580B5E
RGB: (88,11,94)

Renk bilgisi

#580B5E contains mainly red and blue colors. #580B5E ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#580B5E color RGB value is (88,11,94).

  • kırmız ton 88;
  • yeşil ton 11;
  • mavi ton 94.
RGB:
(88,11,94)
(35%,4%,37%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 11 of 255 = 4%
B 94 of 255 = 37%

88
11
94

R + G + B ~ 25%. #580B5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 11 + 94 = 193 (100%)
R 88 of 193 ~ 45.6%
G 11 of 193 ~ 5.7%
B 94 of 193 ~ 48.7%

%45.6
%48.7

CMYK RENK MODELİ

#580B5E rengi CMYK tonu (6,88,0,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 88.30%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(6,88,0,63)
C6M88Y0K63 
(6%,88%,0%,63%)
(0.06/0.88/0.00/0.63)	

CMYK yüzdeleri

%6.38
%88.3
%0
%63.14

Codes

Color #580B5E in popluar color models

580B5E
RGB881194
HSL296°79.05%20.59%
HSB/HSV296°88.30%36.86%
CMYK6.38%88.30%0.00%
63.14%

Color #580B5E in popluar number systems.

HEX580B5E
Decimal881194
Binary101100010111011110
Octal13013136

Shades and tints

Shades of #580B5E

#580B5E
(88,11,94)
#500A56
(80,10,86)
#48094E
(72,9,78)
#400846
(64,8,70)
#38073E
(56,7,62)
#300636
(48,6,54)
#28052E
(40,5,46)
#200426
(32,4,38)
#18031E
(24,3,30)
#100216
(16,2,22)
#08010E
(8,1,14)
#000000
(0,0,0)

Tints of #580B5E

#580B5E
(88,11,94)
#67216C
(103,33,108)
#76377A
(118,55,122)
#854D88
(133,77,136)
#946396
(148,99,150)
#A379A4
(163,121,164)
#B28FB2
(178,143,178)
#C1A5C0
(193,165,192)
#D0BBCE
(208,187,206)
#DFD1DC
(223,209,220)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580B5E color. Also use rgb(88,11,94) instead hex code.

Text Font Color

.myTextColor { color: #580B5E; }

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

This text font color is #580B5E.


Background Color

.myBgColor { background-color: #580B5E; }

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

This div background color is #580B5E.


Border color

.myBorderColor { border: 1px solid #580B5E; }

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

This div border color is #580B5E.


Opacity

.myOpacity80 { color: #580B5E; opacity: 0.8; }

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

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

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

This text has shadow with #580B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580B5E on black background.


Color preview on white background

This text has color #580B5E on white background.



Black color preview on #580B5E background

This text has black color on #580B5E background.


White color preview on #580B5E background

This text has white color on #580B5E background.