#520569

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

Shades of Indigo #520569

Tints of Indigo #520569

Color information

#520569 (or 0x520569) is unknown color: approx Indigo. HEX triplet: 52, 05 and 69. RGB value is (82,5,105). Sum of RGB (Red+Green+Blue) = 82+5+105=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #520569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520569 is #ADFA96. Grayscale: #272727. Windows color (decimal): -11401879 or 6882642. OLE color: 6882642.

HSL color Cylindrical-coordinate representation of color #520569: hue angle of 286.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520569 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB825105-
CMYK0.220.9500.59
HSL286.2º90.91%21.57%-
HSV(B)286.2º95.24%41.18%-
XYZ6.082.9213.61-
YUV39.42165.01158.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=42.71%
G=2.60%
B=54.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8251050.220.9500.59286.290.9121.57
Hex52569165F03B11e5b16
Octal12251512613707343613326
Binary101001010111010011011010111110111011100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520569; }

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

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

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

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

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

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

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

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