#520886

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

Shades of Indigo #520886

Tints of Indigo #520886

Color information

#520886 (or 0x520886) is unknown color: approx Indigo. HEX triplet: 52, 08 and 86. RGB value is (82,8,134). Sum of RGB (Red+Green+Blue) = 82+8+134=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #520886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520886 is #ADF779. Grayscale: #2C2C2C. Windows color (decimal): -11401082 or 8783954. OLE color: 8783954.

HSL color Cylindrical-coordinate representation of color #520886: hue angle of 275.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520886 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB828134-
CMYK0.390.9400.47
HSL275.24º88.73%27.84%-
HSV(B)275.24º94.03%52.55%-
XYZ7.873.6922.85-
YUV44.49178.52154.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 134 (52.73% from 255) = 59.82%
R=36.61%
G=3.57%
B=59.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8281340.390.9400.47275.2488.7327.84
Hex52886275E02F113591c
Octal122102064713605742313134
Binary101001010001000011010011110111100101111100010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520886; }

 p { color: rgb(82,8,134); }

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

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

 a { background-color: rgb(82,8,134); }

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

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

 span { border-color: rgb(82,8,134); }

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