#520566

Color #520566 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #520566

Tints of Indigo #520566

Color information

#520566 (or 0x520566) is unknown color: approx Indigo. HEX triplet: 52, 05 and 66. RGB value is (82,5,102). Sum of RGB (Red+Green+Blue) = 82+5+102=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #520566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520566 is #ADFA99. Grayscale: #262626. Windows color (decimal): -11401882 or 6686034. OLE color: 6686034.

HSL color Cylindrical-coordinate representation of color #520566: hue angle of 287.63º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520566 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB825102-
CMYK0.200.9500.6
HSL287.63º90.65%20.98%-
HSV(B)287.63º95.1%40%-
XYZ5.932.8612.81-
YUV39.08163.51158.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=43.39%
G=2.65%
B=53.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8251020.200.9500.6287.6390.6520.98
Hex52566145F03C1205b15
Octal12251462413707444013325
Binary101001010111001101010010111110111100100100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520566; }

 p { color: rgb(82,5,102); }

 H1.HeaderClassName
 {
   color: #520566;
 }
 .AnyTagClassName
 {
   color: #520566;
 }
</style>
background-color css

<style>
 a { background-color: #520566; }

 a { background-color: rgb(82,5,102); }

 div.DivClassName
 {
   background-color: #520566;
 }
 .BgClassName
 {
   background-color: #520566;
 }
</style>
border-color css

<style>
 span { border-color: #520566; }

 span { border-color: rgb(82,5,102); }

 td.TdClassName
 {
   border-color: #520566;
 }
 .TagClassName
 {
   border-color: #520566;
 }
</style>