#500586

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

Shades of Indigo #500586

Tints of Indigo #500586

Color information

#500586 (or 0x500586) is unknown color: approx Indigo. HEX triplet: 50, 05 and 86. RGB value is (80,5,134). Sum of RGB (Red+Green+Blue) = 80+5+134=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #500586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500586 is #AFFA79. Grayscale: #292929. Windows color (decimal): -11532922 or 8783184. OLE color: 8783184.

HSL color Cylindrical-coordinate representation of color #500586: hue angle of 274.88º 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 #500586 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB805134-
CMYK0.400.9600.47
HSL274.88º92.81%27.25%-
HSV(B)274.88º96.27%52.55%-
XYZ7.673.5422.83-
YUV42.13179.85155.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=36.53%
G=2.28%
B=61.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8051340.400.9600.47274.8892.8127.25
Hex50586286002F1135d1b
Octal12052065014005742313533
Binary10100001011000011010100011000000101111100010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500586; }

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

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

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

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

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

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

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

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