COLOR #533058

HEX: #533058
RGB: (83,48,88)

Color info

#533058 contains red, green and blue colors in about the same proportion. Web safe color of #533058 is #663366 (or #636).

RGB color model

#533058 color RGB value is (83,48,88).

  • red value is 83;
  • green value is 48;
  • blue value is 88.
RGB:
(83,48,88)
(33%,19%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 88 of 255 = 35%

83
48
88

R + G + B ~ 29%. #533058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 48 + 88 = 219 (100%)
R 83 of 219 ~ 37.9%
G 48 of 219 ~ 21.92%
B 88 of 219 ~ 40.18%

%37.9
%21.92
%40.18

CMYK color model

#533058 color CMYK value is (6,45,0,65).

  • cyan value is 5.68%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(6,45,0,65)
C6M45Y0K65 
(6%,45%,0%,65%)
(0.06/0.45/0.00/0.65)	

CMYK percentages

%5.68
%45.45
%0
%65.49

Codes

Color #533058 in popluar color models

533058
RGB834888
HSL293°29.41%26.67%
HSB/HSV293°45.45%34.51%
CMYK5.68%45.45%0.00%
65.49%

Color #533058 in popluar number systems.

HEX533058
Decimal834888
Binary10100111100001011000
Octal12360130

Shades and tints

Shades of #533058

#533058
(83,48,88)
#4C2C50
(76,44,80)
#452848
(69,40,72)
#3E2440
(62,36,64)
#372038
(55,32,56)
#301C30
(48,28,48)
#291828
(41,24,40)
#221420
(34,20,32)
#1B1018
(27,16,24)
#140C10
(20,12,16)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #533058

#533058
(83,48,88)
#624267
(98,66,103)
#715476
(113,84,118)
#806685
(128,102,133)
#8F7894
(143,120,148)
#9E8AA3
(158,138,163)
#AD9CB2
(173,156,178)
#BCAEC1
(188,174,193)
#CBC0D0
(203,192,208)
#DAD2DF
(218,210,223)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533058; }

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

This text font color is #533058.


Background Color

.myBgColor { background-color: #533058; }

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

This div background color is #533058.


Border color

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

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

This div border color is #533058.


Opacity

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

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

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

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

This text has shadow with #533058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533058 on black background.


Color preview on white background

This text has color #533058 on white background.



Black color preview on #533058 background

This text has black color on #533058 background.


White color preview on #533058 background

This text has white color on #533058 background.