COLOR #580253

HEX: #580253
RGB: (88,2,83)

Renk bilgisi

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

RGB renk modeli

#580253 color RGB value is (88,2,83).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 2 of 255 = 1%
B 83 of 255 = 33%

88
2
83

R + G + B ~ 23%. #580253 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 2 + 83 = 173 (100%)
R 88 of 173 ~ 50.87%
G 2 of 173 ~ 1.16%
B 83 of 173 ~ 47.98%

%50.87
%47.98

CMYK RENK MODELİ

#580253 rengi CMYK tonu (0,98,6,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.73%
  • sarı tonu 5.68%
  • ana renk tonu 65.49%
CMYK:
(0,98,6,65)
C0M98Y6K65 
(0%,98%,6%,65%)
(0.00/0.98/0.06/0.65)	

CMYK yüzdeleri

%0
%97.73
%5.68
%65.49

Codes

Color #580253 in popluar color models

580253
RGB88283
HSL303°95.56%17.65%
HSB/HSV303°97.73%34.51%
CMYK0.00%97.73%5.68%
65.49%

Color #580253 in popluar number systems.

HEX580253
Decimal88283
Binary1011000101010011
Octal1302123

Shades and tints

Shades of #580253

#580253
(88,2,83)
#50024C
(80,2,76)
#480245
(72,2,69)
#40023E
(64,2,62)
#380237
(56,2,55)
#300230
(48,2,48)
#280229
(40,2,41)
#200222
(32,2,34)
#18021B
(24,2,27)
#100214
(16,2,20)
#08020D
(8,2,13)
#000000
(0,0,0)

Tints of #580253

#580253
(88,2,83)
#671962
(103,25,98)
#763071
(118,48,113)
#854780
(133,71,128)
#945E8F
(148,94,143)
#A3759E
(163,117,158)
#B28CAD
(178,140,173)
#C1A3BC
(193,163,188)
#D0BACB
(208,186,203)
#DFD1DA
(223,209,218)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580253 color. Also use rgb(88,2,83) instead hex code.

Text Font Color

.myTextColor { color: #580253; }

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

This text font color is #580253.


Background Color

.myBgColor { background-color: #580253; }

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

This div background color is #580253.


Border color

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

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

This div border color is #580253.


Opacity

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

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

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

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

This text has shadow with #580253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580253 on black background.


Color preview on white background

This text has color #580253 on white background.



Black color preview on #580253 background

This text has black color on #580253 background.


White color preview on #580253 background

This text has white color on #580253 background.