Html Css Color HEX #520586 Indigo

📋 copy color: '#520586'

red 82 ◦ green 5 ◦ blue 134

#520586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #520586

Tints of Indigo #520586

RGB

 RED value IS 82 (32.42% from 255) = 37.1%

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 37.1%
G = 2.26%
B = 60.63%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520586 (or 0x520586) is known color: Indigo. HEX triplet: 52, 05 and 86. RGB value is (82,5,134). Sum of RGB (Red+Green+Blue) = 82+5+134=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #520586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520586 is #ADFA79. Grayscale: #2A2A2A. Windows color (decimal): -11401850 or 8783186. OLE color: 8783186.

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

Color convert

RGB 82 5 134 -
CMYK 0.39 0.96 0 0.47
HSL 275.81º 0.93% 0.27% -
HSV(B) 275.81º 0.96% 0.53% -
XYZ 7.84 3.62 22.84 -
YUV 42.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 82 5 134 0.39 0.96 0 0.47 275.81 0.93 0.27
Hex 52 5 86 27 60 0 2F 114 5D 1B
Octal 122 5 206 47 140 0 57 424 135 33
Binary 1010010 101 10000110 100111 1100000 0 101111 100010100 1011101 11011

Color Harmonies of #520586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520586

Black with #520586

Text Example


Text Example

White with #520586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520586; }

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

 H1.HeaderClassName
 {
   color: #520586;
 }
 .AnyTagClassName
 {
   color: #520586;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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