COLOR #580359

HEX: #580359
RGB: (88,3,89)

Renk bilgisi

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

RGB renk modeli

#580359 color RGB value is (88,3,89).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 3 of 255 = 1%
B 89 of 255 = 35%

88
3
89

R + G + B ~ 24%. #580359 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 3 + 89 = 180 (100%)
R 88 of 180 ~ 48.89%
G 3 of 180 ~ 1.67%
B 89 of 180 ~ 49.44%

%48.89
%49.44

CMYK RENK MODELİ

#580359 rengi CMYK tonu (1,97,0,65).

  • camgöbeği tonu 1.12%
  • eflatun tonu 96.63%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(1,97,0,65)
C1M97Y0K65 
(1%,97%,0%,65%)
(0.01/0.97/0.00/0.65)	

CMYK yüzdeleri

%1.12
%96.63
%0
%65.1

Codes

Color #580359 in popluar color models

580359
RGB88389
HSL299°93.48%18.04%
HSB/HSV299°96.63%34.90%
CMYK1.12%96.63%0.00%
65.10%

Color #580359 in popluar number systems.

HEX580359
Decimal88389
Binary1011000111011001
Octal1303131

Shades and tints

Shades of #580359

#580359
(88,3,89)
#500351
(80,3,81)
#480349
(72,3,73)
#400341
(64,3,65)
#380339
(56,3,57)
#300331
(48,3,49)
#280329
(40,3,41)
#200321
(32,3,33)
#180319
(24,3,25)
#100311
(16,3,17)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #580359

#580359
(88,3,89)
#671968
(103,25,104)
#762F77
(118,47,119)
#854586
(133,69,134)
#945B95
(148,91,149)
#A371A4
(163,113,164)
#B287B3
(178,135,179)
#C19DC2
(193,157,194)
#D0B3D1
(208,179,209)
#DFC9E0
(223,201,224)
#EEDFEF
(238,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580359; }

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

This text font color is #580359.


Background Color

.myBgColor { background-color: #580359; }

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

This div background color is #580359.


Border color

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

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

This div border color is #580359.


Opacity

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

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

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

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

This text has shadow with #580359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580359 on black background.


Color preview on white background

This text has color #580359 on white background.



Black color preview on #580359 background

This text has black color on #580359 background.


White color preview on #580359 background

This text has white color on #580359 background.