COLOR #580053

HEX: #580053
RGB: (88,0,83)

Renk bilgisi

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

RGB renk modeli

#580053 color RGB value is (88,0,83).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 0 of 255 = 0%
B 83 of 255 = 33%

88
0
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 0 + 83 = 171 (100%)
R 88 of 171 ~ 51.46%
G 0 of 171 ~ 0%
B 83 of 171 ~ 48.54%

%51.46
%48.54

CMYK RENK MODELİ

#580053 rengi CMYK tonu (0,100,6,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 5.68%
  • ana renk tonu 65.49%
CMYK:
(0,100,6,65)
C0M100Y6K65 
(0%,100%,6%,65%)
(0.00/1.00/0.06/0.65)	

CMYK yüzdeleri

%0
%100
%5.68
%65.49

Codes

Color #580053 in popluar color models

580053
RGB88083
HSL303°100.00%17.25%
HSB/HSV303°100.00%34.51%
CMYK0.00%100.00%5.68%
65.49%

Color #580053 in popluar number systems.

HEX580053
Decimal88083
Binary101100001010011
Octal1300123

Shades and tints

Shades of #580053

#580053
(88,0,83)
#50004C
(80,0,76)
#480045
(72,0,69)
#40003E
(64,0,62)
#380037
(56,0,55)
#300030
(48,0,48)
#280029
(40,0,41)
#200022
(32,0,34)
#18001B
(24,0,27)
#100014
(16,0,20)
#08000D
(8,0,13)
#000000
(0,0,0)

Tints of #580053

#580053
(88,0,83)
#671762
(103,23,98)
#762E71
(118,46,113)
#854580
(133,69,128)
#945C8F
(148,92,143)
#A3739E
(163,115,158)
#B28AAD
(178,138,173)
#C1A1BC
(193,161,188)
#D0B8CB
(208,184,203)
#DFCFDA
(223,207,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580053; }

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

This text font color is #580053.


Background Color

.myBgColor { background-color: #580053; }

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

This div background color is #580053.


Border color

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

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

This div border color is #580053.


Opacity

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

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

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

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

This text has shadow with #580053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580053 on black background.


Color preview on white background

This text has color #580053 on white background.



Black color preview on #580053 background

This text has black color on #580053 background.


White color preview on #580053 background

This text has white color on #580053 background.