COLOR #530074

HEX: #530074
RGB: (83,0,116)

Color info

#530074 contains only red and blue colors. Web safe color of #530074 is #660066 (or #606).

RGB color model

#530074 color RGB value is (83,0,116).

  • red value is 83;
  • green value is 0;
  • blue value is 116.
RGB:
(83,0,116)
(33%,0%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 0 of 255 = 0%
B 116 of 255 = 45%

83
0
116

R + G + B ~ 26%. #530074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 0 + 116 = 199 (100%)
R 83 of 199 ~ 41.71%
G 0 of 199 ~ 0%
B 116 of 199 ~ 58.29%

%41.71
%58.29

CMYK color model

#530074 color CMYK value is (28,100,0,55).

  • cyan value is 28.45%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,100,0,55)
C28M100Y0K55 
(28%,100%,0%,55%)
(0.28/1.00/0.00/0.55)	

CMYK percentages

%28.45
%100
%0
%54.51

Codes

Color #530074 in popluar color models

530074
RGB830116
HSL283°100.00%22.75%
HSB/HSV283°100.00%45.49%
CMYK28.45%100.00%0.00%
54.51%

Color #530074 in popluar number systems.

HEX530074
Decimal830116
Binary101001101110100
Octal1230164

Shades and tints

Shades of #530074

#530074
(83,0,116)
#4C006A
(76,0,106)
#450060
(69,0,96)
#3E0056
(62,0,86)
#37004C
(55,0,76)
#300042
(48,0,66)
#290038
(41,0,56)
#22002E
(34,0,46)
#1B0024
(27,0,36)
#14001A
(20,0,26)
#0D0010
(13,0,16)
#000000
(0,0,0)

Tints of #530074

#530074
(83,0,116)
#621780
(98,23,128)
#712E8C
(113,46,140)
#804598
(128,69,152)
#8F5CA4
(143,92,164)
#9E73B0
(158,115,176)
#AD8ABC
(173,138,188)
#BCA1C8
(188,161,200)
#CBB8D4
(203,184,212)
#DACFE0
(218,207,224)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530074; }

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

This text font color is #530074.


Background Color

.myBgColor { background-color: #530074; }

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

This div background color is #530074.


Border color

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

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

This div border color is #530074.


Opacity

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

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

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

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

This text has shadow with #530074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530074 on black background.


Color preview on white background

This text has color #530074 on white background.



Black color preview on #530074 background

This text has black color on #530074 background.


White color preview on #530074 background

This text has white color on #530074 background.